|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMAPSNotificationData
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent presence set events.
Constructor Summary | |
PAMAPSNotificationData()
Creates a new PAMAPSNotificationData instance. |
|
PAMAPSNotificationData(java.lang.String _agent,
java.lang.String[] _attributeNames)
Creates a new PAMAPSNotificationData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getAgent()
This method returns a agent. |
java.lang.String[] |
getAttributeNames()
This method returns a attributeNames. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAgent(java.lang.String agent)
This method sets a agent. |
void |
setAttributeNames(java.lang.String[] attributeNames)
This method sets a attributeNames. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMAPSNotificationData()
public PAMAPSNotificationData(java.lang.String _agent, java.lang.String[] _attributeNames)
_agent
- Contains the name of the agent whose capability has changed_attributeNames
- Contains the attribute names that have changed in valueMethod Detail |
public java.lang.String getAgent()
public java.lang.String[] getAttributeNames()
public void setAgent(java.lang.String agent)
public void setAttributeNames(java.lang.String[] attributeNames)
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 |