|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.spi.selection.ServiceReference
public class ServiceReference
A reference to a service that is reached with the mediation of a SelectionProvider.
SelectionProvider
Constructor Summary | |
---|---|
ServiceReference(java.lang.String transportIndependent,
java.lang.String transportDependent)
Create a ServiceReference for a service. |
Method Summary | |
---|---|
java.lang.String |
getLocator()
Gives the transport-dependent locator of the service |
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 ServiceReference(java.lang.String transportIndependent, java.lang.String transportDependent)
transportIndependent
- The transport-independent locator of the service.transportDependent
- The transport-dependent locator of the service.Method Detail |
---|
public java.lang.String getServiceIdentifier()
public java.lang.String getLocator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |