|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMACNotificationData
This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent creation events.
Constructor Summary | |
PAMACNotificationData()
Creates a new PAMACNotificationData instance. |
|
PAMACNotificationData(java.lang.String[] _agents)
Creates a new PAMACNotificationData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String[] |
getAgents()
This method returns a agents. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAgents(java.lang.String[] agents)
This method sets a agents. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMACNotificationData()
public PAMACNotificationData(java.lang.String[] _agents)
_agents
- Contains the names of the agents that have been created.Method Detail |
public java.lang.String[] getAgents()
public void setAgents(java.lang.String[] agents)
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 |