public class SIMonitoringEvent extends EventObject
SIMonitoringType,
SIMonitoringListener,
Serialized Formsource| Constructor and Description |
|---|
SIMonitoringEvent(SIDatabase source,
byte objectType,
int networkId,
int bouquetId,
int originalNetworkId,
int transportStreamId,
int serviceId,
Date startTime,
Date endTime)
Constructor for the event object
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBouquetID()
Returns the bouquetId of the bouquet.
|
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
|
Object |
getSource()
Gets the SIDatabase instance that is sending the event.
|
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.
|
toStringpublic SIMonitoringEvent(SIDatabase source, byte objectType, int networkId, int bouquetId, int originalNetworkId, int transportStreamId, int serviceId, Date startTime, 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 periodpublic Object getSource()
getSource in class EventObjectpublic byte getSIInformationType()
SIMonitoringTypepublic int getNetworkID()
public int getBouquetID()
public int getOriginalNetworkID()
public int getTransportStreamID()
public int getServiceID()
public Date getStartTime()
public Date getEndTime()
Copyright © 2012 code4tv.com. All Rights Reserved.