public class ServiceXFRReference extends Object
| Constructor and Description |
|---|
ServiceXFRReference(byte[] nsapAddress,
String pathName)
Creates a ServiceXFRReference object.
|
ServiceXFRReference(Locator serviceLocator,
int carouselId,
String pathName)
Creates a ServiceXFRReference object.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getPathName()
This method returns the pathname of the object in the alternate ServiceDomain.
|
public ServiceXFRReference(Locator serviceLocator, int carouselId, String pathName)
serviceLocator - Locator of the ServicecarouselId - Carousel IdentifierpathName - pathName of the object in the alternate ServiceDomainpublic ServiceXFRReference(byte[] nsapAddress,
String pathName)
nsapAddress - The NSAP Address of a ServiceDomain as defined
in ISO/IEC 13818-6pathName - pathName of the object in the alternate ServiceDomainpublic Locator getLocator()
public int getCarouselId()
public String getPathName()
public byte[] getNSAPAddress()
Copyright © 2012 code4tv.com. All Rights Reserved.