|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceContextResourceUsage
This interface represents a ResourceUsage corresponding to a group of resources implicitly reserved by the implementation for the successful completion of the ServiceContext.select() method. An object implementing this interface should be used by the implementation to represent ResourceUsages corresponding to ServiceContext when the ResourceContentionHandler.resolveResourceContention() method is invoked.
Method Summary | |
---|---|
javax.tv.service.Service |
getRequestedService()
Gets the Service that was requested when the resource contention
was incurred. |
javax.tv.service.selection.ServiceContext |
getServiceContext()
Gets the ServiceContext for which the resources have been reserved. |
Methods inherited from interface org.ocap.resource.ResourceUsage |
---|
getAppID, getResource, getResourceNames |
Method Detail |
---|
javax.tv.service.selection.ServiceContext getServiceContext()
ServiceContext
for which the resources have been reserved.
javax.tv.service.Service getRequestedService()
Service
that was requested when the resource contention
was incurred.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |