|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SessionID | |
| uk.org.ogsadai.client.toolkit.activity.delivery | This package provides classes that provide a client-side representation of delivery activities in Java. |
| uk.org.ogsadai.client.toolkit.service | This package provides interfaces representing web services and OGSA-DAI data services. |
| uk.org.ogsadai.client.toolkit.sessions | Contains the client toolkit interfaces and classes for working with sessions. |
| uk.org.ogsadai.client.toolkit.wsi | This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service. |
| uk.org.ogsadai.client.toolkit.wsrf | This package provides classes implementing the service interfaces of uk.org.ogsadai.client.toolkit.service. |
| Uses of SessionID in uk.org.ogsadai.client.toolkit.activity.delivery |
| Methods in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type SessionID | |
javax.xml.namespace.QName |
DeliverToResourceProperty.getResourcePropertyName(SessionID sessionID)Gets the name of the session-specific resource property. |
| Uses of SessionID in uk.org.ogsadai.client.toolkit.service |
| Methods in uk.org.ogsadai.client.toolkit.service with parameters of type SessionID | |
RequestStatus |
DataService.getStatus(SessionID sessionID)Gets the request status of a request executing within a specific session. |
void |
DataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval)Polls a data service resource exposed by a data service for the request status for a specific session and blocks until the status is 'COMPLETED'. |
void |
DataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod)Polls a data service resource exposed by a data service for the request status for a specific session and blocks until the status is 'COMPLETED'. |
| Uses of SessionID in uk.org.ogsadai.client.toolkit.sessions |
| Fields in uk.org.ogsadai.client.toolkit.sessions declared as SessionID | |
private SessionID |
SessionImpl.mSessionIDThe identifier for the session. |
private SessionID |
SessionStreamID.mSessionID |
private SessionID |
TerminateSession.mIDThe ID of the existing session to join. |
private SessionID |
JoinExistingSession.mIDThe ID of the existing session to join. |
| Methods in uk.org.ogsadai.client.toolkit.sessions that return SessionID | |
SessionID |
SessionImpl.getSessionID() |
SessionID |
SessionStreamID.getSessionID()Gets the ID for the session containing the stream. |
SessionID |
Session.getSessionID()Returns the identity of the session that the request was joined to. |
| Methods in uk.org.ogsadai.client.toolkit.sessions with parameters of type SessionID | |
static javax.xml.namespace.QName |
SessionNames.createStatusResourcePropertyName(SessionID sessionID)Returns the qualified for the resource property representing the session request status for the specified session. |
static javax.xml.namespace.QName |
SessionNames.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 "-". |
| Constructors in uk.org.ogsadai.client.toolkit.sessions with parameters of type SessionID | |
SessionStreamID(SessionID sessionID, java.lang.String streamID)Create a new session stream identifier for the specified stream of the specified session. |
|
TerminateSession(SessionID id)Creates a session requirement to join then terminate the specified session. |
|
JoinExistingSession(SessionID id)Creates a session requirement to join the specified session. |
|
| Uses of SessionID in uk.org.ogsadai.client.toolkit.wsi |
| Methods in uk.org.ogsadai.client.toolkit.wsi with parameters of type SessionID | |
void |
WSIDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval) |
private void |
WSIDataService.pollUntilRequestCompleted(ResourceID resourceID, SessionID sessionID, int pollInterval, int timeoutPeriod, boolean forever) |
void |
WSIDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod) |
RequestStatus |
WSIDataService.getStatus(SessionID sessionID) |
| Uses of SessionID in uk.org.ogsadai.client.toolkit.wsrf |
| Methods in uk.org.ogsadai.client.toolkit.wsrf with parameters of type SessionID | |
RequestStatus |
WSRFDataService.getStatus(SessionID sessionID) |
void |
WSRFDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval) |
void |
WSRFDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod) |
void |
WSRFDataService.pollUntilRequestCompleted(SessionID sessionID, int pollInterval, int timeoutPeriod, boolean forever) |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||