Uses of Class
org.ocap.net.OcapLocator

Packages that use OcapLocator
org.ocap.dvr.event Manages stream events in store content. 
org.ocap.media The org.ocap.media package is a collection of classes and interfaces for controlling access to various kinds of media components 
 

Uses of OcapLocator in org.ocap.dvr.event
 

Methods in org.ocap.dvr.event that return OcapLocator
 OcapLocator LightweightTriggerSession.getLocator()
          Gets the locator for the artificial carousel.
 

Uses of OcapLocator in org.ocap.media
 

Methods in org.ocap.media that return OcapLocator
 OcapLocator[] MediaPresentationEvent.getLocators()
          Gets the array of locators used for authorized presentation.
 

Methods in org.ocap.media with parameters of type OcapLocator
 MediaAccessAuthorization MediaAccessHandler.checkMediaAccessAuthorization(boolean isSourceDigital, OcapLocator[] locators)
          Checks if presentation of the locators parameter is acceptable.
 void MediaAccessHandler.notifySignaledBlocking(OcapLocator[] locators)
          Notifies the handler when a service is blocked based on ratings set by a call to the MediaAccessHandlerRegistrar.setSignaledBlocking(int) and MediaAccessHandlerRegistrar.setNotRatedSignaledBlocking(int, boolean) methods.