|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMACPSNotificationData
This is a Sequence of Data Elements to specify the data that is provided in the notifications for capability presence set events.
Constructor Summary | |
PAMACPSNotificationData()
Creates a new PAMACPSNotificationData instance. |
|
PAMACPSNotificationData(java.lang.String _agent,
java.lang.String _capability,
java.lang.String[] _attributeNames)
Creates a new PAMACPSNotificationData 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. |
java.lang.String |
getCapability()
This method returns a capability. |
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. |
void |
setCapability(java.lang.String capability)
This method sets a capability. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMACPSNotificationData()
public PAMACPSNotificationData(java.lang.String _agent, java.lang.String _capability, java.lang.String[] _attributeNames)
_agent
- Contains the name of the agent whose capability presence has changed._capability
- Specifies the capability for which the presence has changed._attributeNames
- Contains the attribute names that have changed in value.Method Detail |
public java.lang.String getAgent()
public java.lang.String getCapability()
public java.lang.String[] getAttributeNames()
public void setAgent(java.lang.String agent)
public void setCapability(java.lang.String capability)
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 |