org.csapi.jr.se.pam
Class PAMGMCEventData

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

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

This is a Sequence of Data Elements to specify the input data for subscribing to group membership changes. The event is registered for changes in any of the named groups. If no groups are named, then the event is registered for all groups.

See Also:
Serialized Form

Constructor Summary
PAMGMCEventData()
          Creates a new PAMGMCEventData instance.
PAMGMCEventData(java.lang.String[] _groupName, java.lang.String[] _groupType)
          Creates a new PAMGMCEventData instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String[] getGroupName()
          This method returns a groupName.
 java.lang.String[] getGroupType()
          This method returns a groupType.
 int hashCode()
          Returns a hashcode value for the object.
 void setGroupName(java.lang.String[] groupName)
          This method sets a groupName.
 void setGroupType(java.lang.String[] groupType)
          This method sets a groupType.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAMGMCEventData

public PAMGMCEventData()
Creates a new PAMGMCEventData instance.


PAMGMCEventData

public PAMGMCEventData(java.lang.String[] _groupName,
                       java.lang.String[] _groupType)
Creates a new PAMGMCEventData instance.

Parameters:
_groupName - Specifies the name of the group for which the change is to be notified. Can be an empty array if notifications are required for any group.
_groupType - Specifies the type of the group for which this notification is requested if the groupName is specified as an empty array. Can be an empty array if notification required for groups of any type.
Method Detail

getGroupName

public java.lang.String[] getGroupName()
This method returns a groupName.

Returns:
a String[] value

getGroupType

public java.lang.String[] getGroupType()
This method returns a groupType.

Returns:
a String[] value

setGroupName

public void setGroupName(java.lang.String[] groupName)
This method sets a groupName.


setGroupType

public void setGroupType(java.lang.String[] groupType)
This method sets a groupType.


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