org.csapi.jr.se.pam
Class PAMACNotificationData

java.lang.Object
  |
  +--org.csapi.jr.se.pam.PAMACNotificationData
All Implemented Interfaces:
java.io.Serializable

public final class PAMACNotificationData
extends java.lang.Object
implements java.io.Serializable

This is a Sequence of Data Elements to specify the data that is provided in the notifications for agent creation events.

See Also:
Serialized Form

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

PAMACNotificationData

public PAMACNotificationData()
Creates a new PAMACNotificationData instance.


PAMACNotificationData

public PAMACNotificationData(java.lang.String[] _agents)
Creates a new PAMACNotificationData instance.

Parameters:
_agents - Contains the names of the agents that have been created.
Method Detail

getAgents

public java.lang.String[] getAgents()
This method returns a agents.

Returns:
a String[] value

setAgents

public void setAgents(java.lang.String[] agents)
This method sets a agents.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object