|
||||||||||
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(java.lang.String transportIndependent,
java.lang.String transportDependent,
javax.tv.locator.Locator actualLocation)
Create a ServiceReference for the given service identified by the combination of a transport independent and transport dependent identifiers. |
Method Summary | |
---|---|
javax.tv.locator.Locator |
getActualLocation()
Return the actualLocation as provided when this ServiceReference was constructed. |
java.lang.String |
getLocator()
Gives the transport-dependent string that will be used to represent this service through the Java TV APIs, both in this xlet and in others. |
java.lang.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(java.lang.String transportIndependent, java.lang.String transportDependent, javax.tv.locator.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 java.lang.String getServiceIdentifier()
ServiceReference
getServiceIdentifier
in class ServiceReference
public java.lang.String getLocator()
getLocator
in class ServiceReference
public javax.tv.locator.Locator getActualLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |