|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMWCNotificationData
This is a Sequence of Data Elements to specify the data that is provided in the notifications for watchers changed events.
Constructor Summary | |
PAMWCNotificationData()
Creates a new PAMWCNotificationData instance. |
|
PAMWCNotificationData(org.csapi.jr.se.pam.PAMEventName _event,
org.csapi.jr.se.pam.PAMwatcherChangeType _changeType,
java.lang.String _identity,
java.lang.String[] _watchers)
Creates a new PAMWCNotificationData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.pam.PAMwatcherChangeType |
getChangeType()
This method returns a changeType. |
org.csapi.jr.se.pam.PAMEventName |
getEvent()
This method returns a event. |
java.lang.String |
getIdentity()
This method returns a identity. |
java.lang.String[] |
getWatchers()
This method returns a watchers. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setChangeType(org.csapi.jr.se.pam.PAMwatcherChangeType changeType)
This method sets a changeType. |
void |
setEvent(org.csapi.jr.se.pam.PAMEventName event)
This method sets a event. |
void |
setIdentity(java.lang.String identity)
This method sets a identity. |
void |
setWatchers(java.lang.String[] watchers)
This method sets a watchers. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMWCNotificationData()
public PAMWCNotificationData(org.csapi.jr.se.pam.PAMEventName _event, org.csapi.jr.se.pam.PAMwatcherChangeType _changeType, java.lang.String _identity, java.lang.String[] _watchers)
_event
- Contains the name of the event for which the watchers changed._changeType
- Specifies whether the listed watchers were added or deleted_identity
- Contains the name of the identity whose capability has changed._watchers
- Contains the list of watchers involved in the change.Method Detail |
public org.csapi.jr.se.pam.PAMEventName getEvent()
public org.csapi.jr.se.pam.PAMwatcherChangeType getChangeType()
public java.lang.String getIdentity()
public java.lang.String[] getWatchers()
public void setEvent(org.csapi.jr.se.pam.PAMEventName event)
public void setChangeType(org.csapi.jr.se.pam.PAMwatcherChangeType changeType)
public void setIdentity(java.lang.String identity)
public void setWatchers(java.lang.String[] watchers)
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 |