|
|||||||||||
?PREV? ?NEXT | FRAMES ? ?NO FRAMES ? ? |
Packages that use Session | |
uk.org.ogsadai.client.databrowser.sql | Provides a graphical user-interface to relational database-specific functionality of OGSA-DAI services.? |
uk.org.ogsadai.client.toolkit | Provides utility classes for client-side interaction with OGSA-DAI services.? |
uk.org.ogsadai.client.toolkit.activity | Provides base classes for request componenents and activities.? |
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 .? |
uk.org.ogsadai.examples.clienttoolkit | Example code for the client toolkit tutorial.? |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions.? |
Uses of Session in uk.org.ogsadai.client.databrowser.sql |
Methods in uk.org.ogsadai.client.databrowser.sql with parameters of type Session | |
private ?DTOutputStream |
DBJoin.launchOutputActivity(SQLQuery?query, WebRowSet?webrowset, DataService?service, Session?session) ??????????Launches an output activity which sends the results of a query to an output stream for use in another activity. |
Uses of Session in uk.org.ogsadai.client.toolkit |
Fields in uk.org.ogsadai.client.toolkit declared as Session | |
private ?Session |
DocumentResponse.mSession ??????????Session that the request was joined to |
Methods in uk.org.ogsadai.client.toolkit that return Session | |
?Session |
Response.getSession() ??????????Gets the session details from the response. |
?Session |
DocumentResponse.getSession() ??????????? |
Uses of Session in uk.org.ogsadai.client.toolkit.activity |
Fields in uk.org.ogsadai.client.toolkit.activity declared as Session | |
private ?Session |
RequestComponent.mSession ??????????Session within which the request of which this component is a part, was executed. |
private ?Session |
ActivityResponse.mSession ??????????The session that the request was joined to. |
Methods in uk.org.ogsadai.client.toolkit.activity that return Session | |
protected ?Session |
RequestComponent.getSession() ??????????Gets the session that the request to which this request component belongs has been executed within. |
?Session |
ActivityResponse.getSession() ??????????? |
Methods in uk.org.ogsadai.client.toolkit.activity with parameters of type Session | |
protected ?void |
RequestComponent.setSession(Session?session) ??????????Sets the session that the request to which this request component belongs has been executed within. |
private ?void |
ActivityRequest.setRequestComponentSession(Session?session) ??????????Sets the session for each of the request components making up the request. |
Uses of Session in uk.org.ogsadai.client.toolkit.activity.delivery |
Methods in uk.org.ogsadai.client.toolkit.activity.delivery that return Session | |
?Session |
DTOutputStream.getSession() ??????????? |
?Session |
DTInputStream.getSession() ??????????? |
Uses of Session in uk.org.ogsadai.client.toolkit.service |
Methods in uk.org.ogsadai.client.toolkit.service that return Session | |
?Session |
DataService.createSession() ??????????Creates a new session for this service. |
Methods in uk.org.ogsadai.client.toolkit.service with parameters of type Session | |
?void |
DataService.closeSession(Session?session) ??????????Closes the given session. |
Uses of Session in uk.org.ogsadai.client.toolkit.sessions |
Classes in uk.org.ogsadai.client.toolkit.sessions that implement Session | |
?class |
SessionImpl ??????????A client-side session object contructed from a response document returned from a data service. |
Constructors in uk.org.ogsadai.client.toolkit.sessions with parameters of type Session | |
SessionStreamID(Session?session, java.lang.String?streamID) ??????????Create a new session stream identifier for the specified stream of the specified session. |
|
TerminateSession(Session?session) ??????????Creates a session requirement to join then terminate the specified session. |
|
JoinExistingSession(Session?session) ??????????Creates a session requirement to join the specified session. |
Uses of Session in uk.org.ogsadai.client.toolkit.wsi |
Methods in uk.org.ogsadai.client.toolkit.wsi that return Session | |
?Session |
WSIDataService.createSession() ??????????? |
Methods in uk.org.ogsadai.client.toolkit.wsi with parameters of type Session | |
?void |
WSIDataService.closeSession(Session?session) ??????????? |
Uses of Session in uk.org.ogsadai.client.toolkit.wsrf |
Methods in uk.org.ogsadai.client.toolkit.wsrf that return Session | |
?Session |
WSRFDataService.createSession() ??????????? |
Methods in uk.org.ogsadai.client.toolkit.wsrf with parameters of type Session | |
?void |
WSRFDataService.closeSession(Session?session) ??????????? |
Uses of Session in uk.org.ogsadai.examples.clienttoolkit |
Fields in uk.org.ogsadai.examples.clienttoolkit declared as Session | |
private static?Session |
AsynchronousRequests.mSession ??????????? |
Methods in uk.org.ogsadai.examples.clienttoolkit that return Session | |
private static?Session |
UsingSessionsExample.createNewSession(DataService?service) ??????????Sends an empty request to a data service resource instructing the creation of a new session with default settings. |
Methods in uk.org.ogsadai.examples.clienttoolkit with parameters of type Session | |
private static?void |
ParameterisedUpdateViaDataTransport.pollDataService(DataService?dataService, Session?session, RequestStatus?state) ??????????Polls the session request status at the specified data service until it reaches the specified state. |
private static?void |
UsingSessionsExample.joinExistingSession(DataService?service, Session?session) ??????????Sends a request to a data service resource to join a particular session. |
private static?void |
UsingSessionsExample.terminateSession(DataService?service, Session?session) ??????????Sends a request to a data service resource instructing it to terminate a specific session. |
Uses of Session in uk.org.ogsadai.sessions |
Constructors in uk.org.ogsadai.sessions with parameters of type Session | |
SessionStreamID(Session?session, java.lang.String?streamID) ??????????Create a new session stream identifier for the specified stream of the specified session. |
|
|||||||||||
?PREV? ?NEXT | FRAMES ? ?NO FRAMES ? ? |