|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolutionProviderInformation
An interface encapsulting a set of Resolution Authority Records (RARs) for one Service Provider. This is the information carried in one iteration of the Resolution Provider loop of the RNT (except that the RARs may have been filtered based on the required resolution sources). RARs which require the scheduled download of CRI data are not included unless the platform has successfuly downloaded a valid data set.
ContentReferencingManager
Method Summary | |
---|---|
int |
getContextId()
Get the contextId of this ResolutionProviderInformation. |
int |
getContextIdType()
Get the contextIdType of this ResolutionProviderInformation. |
java.lang.String[] |
getCRIDAuthorities()
List the CRID Authorities supported by this ResolutionProviderInformation. |
int[] |
getCRIDAuthorityPolicies()
List the CRID_authority_policy fields for the CRID Authorities supported by this
ResolutionProviderInformation, as signalled in the RNT. |
java.lang.String |
getResolutionProviderName()
Get the name of the Resolution Provider. |
int |
getResolutionSources()
Get the resolution sources supported by this ResolutionProviderInformation. |
boolean |
isComplete(java.lang.String CRIDAuthority)
Test whether this ResolutionProviderInformation references a complete set of CRI data for the specified CRID Authority. |
Method Detail |
---|
int getContextId()
int getContextIdType()
int getResolutionSources()
ContentReferencingManager.RESOLVE_DVB_NO_TUNING
,
ContentReferencingManager.RESOLVE_DVB_WITH_TUNING
and ContentReferencingManager.RESOLVE_IP
java.lang.String getResolutionProviderName()
java.lang.String[] getCRIDAuthorities()
int[] getCRIDAuthorityPolicies()
CRID_authority_policy
fields for the CRID Authorities supported by this
ResolutionProviderInformation, as signalled in the RNT.
CRID_authority_policy
field for each CRID authority.boolean isComplete(java.lang.String CRIDAuthority)
CRIDAuthority
- the CRID Authority of interest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |