|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMAVCEventData
This is a Sequence of Data Elements to specify the input data for subscribing to availability changed events.
Constructor Summary | |
PAMAVCEventData()
Creates a new PAMAVCEventData instance. |
|
PAMAVCEventData(java.lang.String[] _identityName,
java.lang.String[] _identityType,
org.csapi.jr.se.pam.PAMContext[] _pAMContext,
java.lang.String[] _attributeNames,
long _reportingPeriod)
Creates a new PAMAVCEventData instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String[] |
getAttributeNames()
This method returns a attributeNames. |
java.lang.String[] |
getIdentityName()
This method returns a identityName. |
java.lang.String[] |
getIdentityType()
This method returns a identityType. |
org.csapi.jr.se.pam.PAMContext[] |
getPAMContext()
This method returns a pAMContext. |
long |
getReportingPeriod()
This method returns a reportingPeriod. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAttributeNames(java.lang.String[] attributeNames)
This method sets a attributeNames. |
void |
setIdentityName(java.lang.String[] identityName)
This method sets a identityName. |
void |
setIdentityType(java.lang.String[] identityType)
This method sets a identityType. |
void |
setPAMContext(org.csapi.jr.se.pam.PAMContext[] pAMContext)
This method sets a pAMContext. |
void |
setReportingPeriod(long reportingPeriod)
This method sets a reportingPeriod. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMAVCEventData()
public PAMAVCEventData(java.lang.String[] _identityName, java.lang.String[] _identityType, org.csapi.jr.se.pam.PAMContext[] _pAMContext, java.lang.String[] _attributeNames, long _reportingPeriod)
_identityName
- Specifies the name of the identity for which the assignment is to be notified. Can be an empty array if notification is required for any identity instance._identityType
- Specifies the type of the identity for which this notification is requested if the identityName is specified as an empty array. Can be an empty array if notification required for identities of any type._pAMContext
- Specifies the context in which the availability is to be monitored. Cannot be an empty array._attributeNames
- Specifies attributes of interest. Can be an empty array._reportingPeriod
- Specifies the interval for periodic reporting (regardless of change). If -1, the event notification happens only on a change. If 0, there is a single immediate notification even if there is no change. For all other values, there is a periodic notification at the specified time interval regardless of change.Method Detail |
public java.lang.String[] getIdentityName()
public java.lang.String[] getIdentityType()
public org.csapi.jr.se.pam.PAMContext[] getPAMContext()
public java.lang.String[] getAttributeNames()
public long getReportingPeriod()
public void setIdentityName(java.lang.String[] identityName)
public void setIdentityType(java.lang.String[] identityType)
public void setPAMContext(org.csapi.jr.se.pam.PAMContext[] pAMContext)
public void setAttributeNames(java.lang.String[] attributeNames)
public void setReportingPeriod(long reportingPeriod)
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 |