org.csapi.jr.se.pam
Class PAMICEventData

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

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

This is a Sequence of Data Elements to specify the input data for subscribing to identity creations. The event is registered for changes in any agents of the named type. If no identity types are named, then the event is registered for all identity types.

See Also:
Serialized Form

Constructor Summary
PAMICEventData()
          Creates a new PAMICEventData instance.
PAMICEventData(java.lang.String[] _identityType)
          Creates a new PAMICEventData instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String[] getIdentityType()
          This method returns a identityType.
 int hashCode()
          Returns a hashcode value for the object.
 void setIdentityType(java.lang.String[] identityType)
          This method sets a identityType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMICEventData

public PAMICEventData()
Creates a new PAMICEventData instance.


PAMICEventData

public PAMICEventData(java.lang.String[] _identityType)
Creates a new PAMICEventData instance.

Parameters:
_identityType - Contains the names of the identities that have been created.
Method Detail

getIdentityType

public java.lang.String[] getIdentityType()
This method returns a identityType.

Returns:
a String[] value

setIdentityType

public void setIdentityType(java.lang.String[] identityType)
This method sets a identityType.


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