|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.pam.PAMContext
This is a Sequence of Data Elements containing the data which defines the context in which an availability is queried and information about the asker that is requesting the data. .
Constructor Summary | |
PAMContext()
Creates a new PAMContext instance. |
|
PAMContext(org.csapi.jr.se.pam.PAMContextData _contextData,
org.csapi.jr.se.Attribute[] _askerData)
Creates a new PAMContext instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.Attribute[] |
getAskerData()
This method returns a askerData. |
org.csapi.jr.se.pam.PAMContextData |
getContextData()
This method returns a contextData. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAskerData(org.csapi.jr.se.Attribute[] askerData)
This method sets a askerData. |
void |
setContextData(org.csapi.jr.se.pam.PAMContextData contextData)
This method sets a contextData. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PAMContext()
public PAMContext(org.csapi.jr.se.pam.PAMContextData _contextData, org.csapi.jr.se.Attribute[] _askerData)
_contextData
- Contains the context name and the list of attributes that define the context. The attributes to be included for a given context are specified by the definition of the context._askerData
- Contains information about the asker of availability. The exact attributes in this list are dependent on the application. PAM reserves the attribute 'name' with type TpPAMFQName to contain the identity of the asker if known.Method Detail |
public org.csapi.jr.se.pam.PAMContextData getContextData()
public org.csapi.jr.se.Attribute[] getAskerData()
public void setContextData(org.csapi.jr.se.pam.PAMContextData contextData)
public void setAskerData(org.csapi.jr.se.Attribute[] askerData)
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 |