|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMNotificationInfo
This is a tagged choice of data elements that specifies the notification data provided to the applications for each event.
Constructor Summary | |
PAMNotificationInfo()
Creates a new PAMNotificationInfo. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.pam.PAMAANotificationData |
getAgentAssignedNotify()
This method returns a AgentAssignedNotify |
org.csapi.jr.se.pam.PAMACPSNotificationData |
getAgentCapabilityPresenceSetNotify()
This method returns a AgentCapabilityPresenceSetNotify |
org.csapi.jr.se.pam.PAMACNotificationData |
getAgentCreatedNotify()
This method returns a AgentCreatedNotify |
org.csapi.jr.se.pam.PAMADNotificationData |
getAgentDeletedNotify()
This method returns a AgentDeletedNotify |
org.csapi.jr.se.pam.PAMAPSNotificationData |
getAgentPresenceSetNotify()
This method returns a AgentPresenceSetNotify |
org.csapi.jr.se.pam.PAMAUNotificationData |
getAgentUnassignedNotify()
This method returns a AgentUnassignedNotify |
org.csapi.jr.se.pam.PAMAVCNotificationData |
getAvailabilityChangedNotify()
This method returns a AvailabilityChangedNotify |
org.csapi.jr.se.pam.PAMCCNotificationData |
getCapabilityChangedNotify()
This method returns a CapabilityChangedNotify |
org.csapi.jr.se.pam.PAMEventName |
getDiscriminator()
This method returns the discriminator. |
org.csapi.jr.se.pam.PAMGMCNotificationData |
getGroupMembershipChangedNotify()
This method returns a GroupMembershipChangedNotify |
org.csapi.jr.se.pam.PAMICNotificationData |
getIdentityCreatedNotify()
This method returns a IdentityCreatedNotify |
org.csapi.jr.se.pam.PAMIDNotificationData |
getIdentityDeletedNotify()
This method returns a IdentityDeletedNotify |
org.csapi.jr.se.pam.PAMIPSNotificationData |
getIdentityPresenceSetNotify()
This method returns a IdentityPresenceSetNotify |
org.csapi.jr.se.pam.PAMWCNotificationData |
getWatchersChangedNotify()
This method returns a WatchersChangedNotify |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAgentAssignedNotify(org.csapi.jr.se.pam.PAMAANotificationData value)
This method sets a AgentAssignedNotify |
void |
setAgentCapabilityPresenceSetNotify(org.csapi.jr.se.pam.PAMACPSNotificationData value)
This method sets a AgentCapabilityPresenceSetNotify |
void |
setAgentCreatedNotify(org.csapi.jr.se.pam.PAMACNotificationData value)
This method sets a AgentCreatedNotify |
void |
setAgentDeletedNotify(org.csapi.jr.se.pam.PAMADNotificationData value)
This method sets a AgentDeletedNotify |
void |
setAgentPresenceSetNotify(org.csapi.jr.se.pam.PAMAPSNotificationData value)
This method sets a AgentPresenceSetNotify |
void |
setAgentUnassignedNotify(org.csapi.jr.se.pam.PAMAUNotificationData value)
This method sets a AgentUnassignedNotify |
void |
setAvailabilityChangedNotify(org.csapi.jr.se.pam.PAMAVCNotificationData value)
This method sets a AvailabilityChangedNotify |
void |
setCapabilityChangedNotify(org.csapi.jr.se.pam.PAMCCNotificationData value)
This method sets a CapabilityChangedNotify |
void |
setGroupMembershipChangedNotify(org.csapi.jr.se.pam.PAMGMCNotificationData value)
This method sets a GroupMembershipChangedNotify |
void |
setIdentityCreatedNotify(org.csapi.jr.se.pam.PAMICNotificationData value)
This method sets a IdentityCreatedNotify |
void |
setIdentityDeletedNotify(org.csapi.jr.se.pam.PAMIDNotificationData value)
This method sets a IdentityDeletedNotify |
void |
setIdentityPresenceSetNotify(org.csapi.jr.se.pam.PAMIPSNotificationData value)
This method sets a IdentityPresenceSetNotify |
void |
setUndefined(org.csapi.jr.se.pam.PAMEventName discriminator)
This method will receive the discriminator as a parameter and will set _object to null |
void |
setWatchersChangedNotify(org.csapi.jr.se.pam.PAMWCNotificationData value)
This method sets a WatchersChangedNotify |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMNotificationInfo()
Method Detail |
public org.csapi.jr.se.pam.PAMEventName getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.pam.PAMICNotificationData getIdentityCreatedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setIdentityCreatedNotify(org.csapi.jr.se.pam.PAMICNotificationData value)
value
- a org.csapi.jr.se.pam.PAMICNotificationData valuepublic org.csapi.jr.se.pam.PAMIDNotificationData getIdentityDeletedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setIdentityDeletedNotify(org.csapi.jr.se.pam.PAMIDNotificationData value)
value
- a org.csapi.jr.se.pam.PAMIDNotificationData valuepublic org.csapi.jr.se.pam.PAMGMCNotificationData getGroupMembershipChangedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setGroupMembershipChangedNotify(org.csapi.jr.se.pam.PAMGMCNotificationData value)
value
- a org.csapi.jr.se.pam.PAMGMCNotificationData valuepublic org.csapi.jr.se.pam.PAMACNotificationData getAgentCreatedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAgentCreatedNotify(org.csapi.jr.se.pam.PAMACNotificationData value)
value
- a org.csapi.jr.se.pam.PAMACNotificationData valuepublic org.csapi.jr.se.pam.PAMADNotificationData getAgentDeletedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAgentDeletedNotify(org.csapi.jr.se.pam.PAMADNotificationData value)
value
- a org.csapi.jr.se.pam.PAMADNotificationData valuepublic org.csapi.jr.se.pam.PAMAANotificationData getAgentAssignedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAgentAssignedNotify(org.csapi.jr.se.pam.PAMAANotificationData value)
value
- a org.csapi.jr.se.pam.PAMAANotificationData valuepublic org.csapi.jr.se.pam.PAMAUNotificationData getAgentUnassignedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAgentUnassignedNotify(org.csapi.jr.se.pam.PAMAUNotificationData value)
value
- a org.csapi.jr.se.pam.PAMAUNotificationData valuepublic org.csapi.jr.se.pam.PAMCCNotificationData getCapabilityChangedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setCapabilityChangedNotify(org.csapi.jr.se.pam.PAMCCNotificationData value)
value
- a org.csapi.jr.se.pam.PAMCCNotificationData valuepublic org.csapi.jr.se.pam.PAMACPSNotificationData getAgentCapabilityPresenceSetNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAgentCapabilityPresenceSetNotify(org.csapi.jr.se.pam.PAMACPSNotificationData value)
value
- a org.csapi.jr.se.pam.PAMACPSNotificationData valuepublic org.csapi.jr.se.pam.PAMAPSNotificationData getAgentPresenceSetNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAgentPresenceSetNotify(org.csapi.jr.se.pam.PAMAPSNotificationData value)
value
- a org.csapi.jr.se.pam.PAMAPSNotificationData valuepublic org.csapi.jr.se.pam.PAMIPSNotificationData getIdentityPresenceSetNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setIdentityPresenceSetNotify(org.csapi.jr.se.pam.PAMIPSNotificationData value)
value
- a org.csapi.jr.se.pam.PAMIPSNotificationData valuepublic org.csapi.jr.se.pam.PAMAVCNotificationData getAvailabilityChangedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setAvailabilityChangedNotify(org.csapi.jr.se.pam.PAMAVCNotificationData value)
value
- a org.csapi.jr.se.pam.PAMAVCNotificationData valuepublic org.csapi.jr.se.pam.PAMWCNotificationData getWatchersChangedNotify() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setWatchersChangedNotify(org.csapi.jr.se.pam.PAMWCNotificationData value)
value
- a org.csapi.jr.se.pam.PAMWCNotificationData valuepublic void setUndefined(org.csapi.jr.se.pam.PAMEventName discriminator)
discriminator
- a PAMEventName valuepublic 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 |