|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMGMCEventData
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.
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 |
public PAMGMCEventData()
public PAMGMCEventData(java.lang.String[] _groupName, java.lang.String[] _groupType)
_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 |
public java.lang.String[] getGroupName()
public java.lang.String[] getGroupType()
public void setGroupName(java.lang.String[] groupName)
public void setGroupType(java.lang.String[] groupType)
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 |