|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.sessions.SessionNames
This class contains a number of utility methods for retrieving the names of resource properties associated with sessions.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private static java.lang.String |
SESSION_REQUEST_STATUS_PREFIX
Data Resource Manager Property Request Status Qualified Name |
Constructor Summary | |
SessionNames()
|
Method Summary | |
static javax.xml.namespace.QName |
createSessionSpecifcResourcePropertyName(javax.xml.namespace.QName nonSessionPropertyName,
SessionID sessionID)
Creates a session specific resource property by conjoining the session ID to the local part of the given qualified name with a "-". |
static javax.xml.namespace.QName |
createStatusResourcePropertyName(SessionID sessionID)
Returns the qualified for the resource property representing the session request status for the specified session. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private static final java.lang.String SESSION_REQUEST_STATUS_PREFIX
Constructor Detail |
public SessionNames()
Method Detail |
public static javax.xml.namespace.QName createStatusResourcePropertyName(SessionID sessionID)
sessionID
- The session identifier.
public static javax.xml.namespace.QName createSessionSpecifcResourcePropertyName(javax.xml.namespace.QName nonSessionPropertyName, SessionID sessionID)
nonSessionPropertyName
- Resource property name without with the session identifier.sessionID
- The session identifier.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |