|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides descriptive information concerning a network.
| Method Summary | |
java.lang.String |
getName()
Reports the name of this network. |
int |
getNetworkID()
Reports the ID of this network. |
SIRequest |
retrieveTransportStreams(SIRequestor requestor)
Retrieves an array of TransportStream objects
representing the transport streams carried in this
Network. |
| Methods inherited from interface javax.tv.service.SIElement |
equals, getLocator, getServiceInformationType, hashCode |
| Methods inherited from interface javax.tv.service.SIRetrievable |
getUpdateTime |
| Method Detail |
public int getNetworkID()
public java.lang.String getName()
public SIRequest retrieveTransportStreams(SIRequestor requestor)
TransportStream objects
representing the transport streams carried in this
Network. Only TransportStream instances
ts for which the caller has
javax.tv.service.ReadPermission(ts.getLocator())
will be present in the array. If no TransportStream
instances meet this criteria or if this Network does
not aggregate transport streams, the result is an
SIRequestFailureType of
DATA_UNAVAILABLE.This method delivers its results asynchronously.
requestor - The SIRequestor to be notified
when this retrieval operation completes.
SIRequest object identifying this
asynchronous retrieval request.TransportStream,
ReadPermission
|
JSR-927 (Maintenance Release) | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||