|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.dsmcc.ServiceXFRReference
A ServiceXFRReference object is used when a DSMCC Object can not be loaded in the current ServiceDomain but is available in an alternate ServiceDomain. Instances of this class are just containers. The parameters passed are merely stored and returned by the access methods. It is the responsibility of the platform when generating instances to use correct values.
Constructor Summary | |
ServiceXFRReference(byte[] nsapAddress,
java.lang.String pathName)
Creates a ServiceXFRReference object. |
|
ServiceXFRReference(Locator serviceLocator,
int carouselId,
java.lang.String pathName)
Creates a ServiceXFRReference object. |
Method Summary | |
int |
getCarouselId()
This method returns the carousel identifier. |
Locator |
getLocator()
This method returns the Locator of the Service for an Object Carousel. |
byte[] |
getNSAPAddress()
This method returns the NSAP Address of a ServiceDomain as defined in ISO/IEC 13818-6. |
java.lang.String |
getPathName()
This method returns the pathname of the object in the alternate ServiceDomain. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceXFRReference(Locator serviceLocator, int carouselId, java.lang.String pathName)
serviceLocator
- Locator of the ServicecarouselId
- Carousel IdentifierpathName
- pathName of the object in the alternate ServiceDomainpublic ServiceXFRReference(byte[] nsapAddress, java.lang.String pathName)
nsapAddress
- The NSAP Address of a ServiceDomain as defined
in ISO/IEC 13818-6pathName
- pathName of the object in the alternate ServiceDomainMethod Detail |
public Locator getLocator()
public int getCarouselId()
public java.lang.String getPathName()
public byte[] getNSAPAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |