java.lang.Object
|
+--javax.tv.service.SIManager
- See Also:
Service
,
SIElement
public static SIManager createInstance()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract ServiceList filterServices(ServiceFilter filter)
- See Also:
ServiceFilter.accept(javax.tv.service.Service)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract java.lang.String getPreferredLanguage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract RatingDimension getRatingDimension(java.lang.String name)
throws SIException
- See Also:
getSupportedDimensions()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Service getService(Locator locator)
throws InvalidLocatorException,
java.lang.SecurityException
- See Also:
ReadPermission
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract java.lang.String[] getSupportedDimensions()
- See Also:
RatingDimension
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Transport[] getTransports()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void registerInterest(Locator locator,
boolean active)
throws InvalidLocatorException,
java.lang.SecurityException
- See Also:
ReadPermission
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract SIRequest retrieveProgramEvent(Locator locator,
SIRequestor requestor)
throws InvalidLocatorException,
java.lang.SecurityException
- See Also:
ReadPermission
, ProgramEvent
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract SIRequest retrieveServiceDetails(Locator locator,
SIRequestor requestor)
throws InvalidLocatorException,
java.lang.SecurityException
- See Also:
ReadPermission
, ServiceDetails
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract SIRequest retrieveSIElement(Locator locator,
SIRequestor requestor)
throws InvalidLocatorException,
java.lang.SecurityException
- See Also:
SIElement
, Service.getLocator()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void setPreferredLanguage(java.lang.String language)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected SIManager()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples