|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.si.SIMonitoringEvent
Objects of this class are sent to listener objects of the using application to notify that a change in the monitored information has happened.
SIMonitoringType
,
SIMonitoringListener
,
Serialized FormField Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SIMonitoringEvent(SIDatabase source,
byte objectType,
int networkId,
int bouquetId,
int originalNetworkId,
int transportStreamId,
int serviceId,
java.util.Date startTime,
java.util.Date endTime)
Constructor for the event object |
Method Summary | |
int |
getBouquetID()
Returns the bouquetId of the bouquet. |
java.util.Date |
getEndTime()
Returns the end time of the schedule period whose event information has changed. |
int |
getNetworkID()
Returns the networkId of the network. |
int |
getOriginalNetworkID()
Returns the originalNetworkId of the SIInformation objects This method is only applicable if the SIInformation type returned with the getSIInformationType method is SERVICE, PMT_SERVICE, PRESENT_FOLLOWING_EVENT or SCHEDULED_EVENT. |
int |
getServiceID()
Returns the serviceId of the SIInformation objects This method is only applicable if the SIInformation type returned with the getSIInformationType method is PMT_SERVICE, PRESENT_FOLLOWING_EVENT or SCHEDULED_EVENT. |
byte |
getSIInformationType()
Get the SIInformation type of the information that has changed |
java.lang.Object |
getSource()
Gets the SIDatabase instance that is sending the event. |
java.util.Date |
getStartTime()
Returns the start time of the schedule period whose event information has changed. |
int |
getTransportStreamID()
Returns the transportStreamId of the SIInformation objects This method is only applicable if the SIInformation type returned with the getSIInformationType method is SERVICE, PMT_SERVICE, PRESENT_FOLLOWING_EVENT or SCHEDULED_EVENT. |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SIMonitoringEvent(SIDatabase source, byte objectType, int networkId, int bouquetId, int originalNetworkId, int transportStreamId, int serviceId, java.util.Date startTime, java.util.Date endTime)
source
- the SIDatabase object which is the source of the eventobjectType
- type of the SIInformation object
(constants in SIMonitoringType)networkId
- networkIdbouquetId
- bouquetIdoriginalNetworkId
- originalNetworkIdtransportStreamId
- transportStreamIdserviceId
- serviceIdstartTime
- start time of event schedule periodendTime
- end time of event schedule periodMethod Detail |
public java.lang.Object getSource()
public byte getSIInformationType()
SIMonitoringType
public int getNetworkID()
public int getBouquetID()
public int getOriginalNetworkID()
public int getTransportStreamID()
public int getServiceID()
public java.util.Date getStartTime()
public java.util.Date getEndTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |