|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.spi.selection.ServiceReference
org.dvb.spi.selection.KnownServiceReference
public class KnownServiceReference
A reference to a service that is reached with the mediation of a SelectionProvider. This class represents services whose location is already known to the provider without needing to ask a server or head-end.
SelectionProvider
Constructor Summary | |
---|---|
KnownServiceReference(String transportIndependent,
String transportDependent,
Locator actualLocation)
Create a ServiceReference for the given service identified by the combination of a transport independent and transport dependent identifiers. |
Method Summary | |
---|---|
Locator |
getActualLocation()
Return the actualLocation as provided when this ServiceReference was constructed. |
Locator |
getLocator()
Gives the transport-dependent locator that will be used to represent this service through the Java TV APIs, both in this xlet and in others. |
String |
getServiceIdentifier()
Return the transport independent locator of the service |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KnownServiceReference(String transportIndependent, String transportDependent, Locator actualLocation)
transportIndependent
- The transport-independent locator of the service.transportDependent
- The transport-dependent locator of the service.actualLocation
- The actual location of the service.Method Detail |
---|
public String getServiceIdentifier()
ServiceReference
getServiceIdentifier
in class ServiceReference
public Locator getLocator()
getLocator
in class ServiceReference
public Locator getActualLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |