public interface ResourceClient
| Modifier and Type | Method and Description |
|---|---|
void |
notifyRelease(ResourceProxy proxy)
A call to this operation notifies the ResourceClient that proxy has lost
access to a resource.
|
void |
release(ResourceProxy proxy)
A call to this operation informs the ResourceClient that proxy is about
to lose access to a resource.
|
boolean |
requestRelease(ResourceProxy proxy,
Object requestData)
A call to this operation informs the ResourceClient that another
application has requested the resource accessed via the proxy parameter.
|
boolean requestRelease(ResourceProxy proxy, Object requestData)
proxy - the ResourceProxy representing the scarce resource to the applicationrequestData - application specific datavoid release(ResourceProxy proxy)
proxy - the ResourceProxy representing the scarce resource to the applicationvoid notifyRelease(ResourceProxy proxy)
proxy - the ResourceProxy representing the scarce resource to the applicationCopyright © 2012 code4tv.com. All Rights Reserved.