|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.dsc.DataSessionEventCriteria
Defines the Sequence of Data Elements that specify the criteria for an event notification. Of the addresses only the Plan and the AddrString are used for the purpose of matching the notifications against the criteria.
Constructor Summary | |
DataSessionEventCriteria()
Creates a new DataSessionEventCriteria instance. |
|
DataSessionEventCriteria(org.csapi.jr.se.AddressRange _destinationAddress,
org.csapi.jr.se.AddressRange _originationAddress,
int _dataSessionEventName,
org.csapi.jr.se.dsc.DataSessionMonitorMode _monitorMode)
Creates a new DataSessionEventCriteria instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
int |
getDataSessionEventName()
This method returns a dataSessionEventName. |
org.csapi.jr.se.AddressRange |
getDestinationAddress()
This method returns a destinationAddress. |
org.csapi.jr.se.dsc.DataSessionMonitorMode |
getMonitorMode()
This method returns a monitorMode. |
org.csapi.jr.se.AddressRange |
getOriginationAddress()
This method returns a originationAddress. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setDataSessionEventName(int dataSessionEventName)
This method sets a dataSessionEventName. |
void |
setDestinationAddress(org.csapi.jr.se.AddressRange destinationAddress)
This method sets a destinationAddress. |
void |
setMonitorMode(org.csapi.jr.se.dsc.DataSessionMonitorMode monitorMode)
This method sets a monitorMode. |
void |
setOriginationAddress(org.csapi.jr.se.AddressRange originationAddress)
This method sets a originationAddress. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataSessionEventCriteria()
public DataSessionEventCriteria(org.csapi.jr.se.AddressRange _destinationAddress, org.csapi.jr.se.AddressRange _originationAddress, int _dataSessionEventName, org.csapi.jr.se.dsc.DataSessionMonitorMode _monitorMode)
_destinationAddress
- Defines the destination address for which the notification is reported._originationAddress
- Defines the origination address or an address range for which the notification is requested._dataSessionEventName
- Name of the event(s)_monitorMode
- Defines the mode that the Data Session is in following the notification. Monitor mode P_DATA_SESSION_MONITOR_MODE_DO_NOT_MONITOR is not a legal value here.Method Detail |
public org.csapi.jr.se.AddressRange getDestinationAddress()
public org.csapi.jr.se.AddressRange getOriginationAddress()
public int getDataSessionEventName()
public org.csapi.jr.se.dsc.DataSessionMonitorMode getMonitorMode()
public void setDestinationAddress(org.csapi.jr.se.AddressRange destinationAddress)
public void setOriginationAddress(org.csapi.jr.se.AddressRange originationAddress)
public void setDataSessionEventName(int dataSessionEventName)
public void setMonitorMode(org.csapi.jr.se.dsc.DataSessionMonitorMode monitorMode)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |