Uses of Interface
uk.org.ogsadai.client.toolkit.service.DataService

Packages that use DataService
uk.org.ogsadai.activity.delivery.wsrf This package provides classes implementing delivery activities that are specific to WSRF-compliant versions of OGSA-DAI. 
uk.org.ogsadai.client.databrowser Provides a graphical user-interface client (DataBrowser) to OGSA-DAI services. 
uk.org.ogsadai.client.databrowser.sql Provides a graphical user-interface to relational database-specific functionality of OGSA-DAI services. 
uk.org.ogsadai.client.monitor Provides a command-line tool for monitoring 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.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. 
 

Uses of DataService in uk.org.ogsadai.activity.delivery.wsrf
 

Fields in uk.org.ogsadai.activity.delivery.wsrf declared as DataService
private  DataService DeliverToGDTActivity.mServiceStub
          Stub for target service
private  DataService DeliverFromGDTActivity.mServiceStub
          Stub for target service
 

Uses of DataService in uk.org.ogsadai.client.databrowser
 

Fields in uk.org.ogsadai.client.databrowser declared as DataService
private  DataService DBDataService.mDataService
           
private  DataService DBDataResource.mService
          OGSA-DAI data service
 

Uses of DataService in uk.org.ogsadai.client.databrowser.sql
 

Methods in uk.org.ogsadai.client.databrowser.sql with parameters of type DataService
private  void DBJoin.destroyTable(DataService service, DBUpdate dropTable)
          Destroy a table
private  void DBJoin.createTable(DataService service, DBUpdate createTable)
           
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.
private  void DBJoin.performBulkLoad(DTOutputStream outputStream, java.lang.String tableNameTo, DataService serviceFrom, DataService serviceTo)
          Delivers data from a source data service resource and bulk loads this data into a table at the sink data service resource.
private  void DBJoin.performBulkLoad(DTOutputStream outputStream, java.lang.String tableNameTo, DataService serviceFrom, DataService serviceTo)
          Delivers data from a source data service resource and bulk loads this data into a table at the sink data service resource.
 

Uses of DataService in uk.org.ogsadai.client.monitor
 

Fields in uk.org.ogsadai.client.monitor declared as DataService
private  DataService DataServiceStatus.mDataService
          the data service
 

Uses of DataService in uk.org.ogsadai.client.toolkit
 

Fields in uk.org.ogsadai.client.toolkit declared as DataService
private  DataService Request.mDataService
          The data service that will process the request.
 

Methods in uk.org.ogsadai.client.toolkit that return DataService
protected  DataService Request.getDataService()
          Gets the proxy of the data service at which the request will be directed.
 DataService GenericServiceFetcher.getDataService(java.lang.String url, java.lang.String resourceID)
           
private  DataService GenericServiceFetcher.findDataService(java.lang.String url, java.lang.String resourceID)
          Returns a proxy managing communications with a configurable data service.
 

Methods in uk.org.ogsadai.client.toolkit with parameters of type DataService
 void Request.setDataService(DataService dataService)
          Sets the proxy of the data service at which the request will be directed.
 

Constructors in uk.org.ogsadai.client.toolkit with parameters of type DataService
DocumentResponse(DataService dataService, org.w3c.dom.Document response)
          Creates a new document response object.
DocumentResponse(DataService dataService, org.w3c.dom.Document response, AttachmentManager attachmentManager)
           
 

Uses of DataService in uk.org.ogsadai.client.toolkit.activity
 

Fields in uk.org.ogsadai.client.toolkit.activity declared as DataService
private  DataService RequestComponent.mDataService
          The data service associated with the request component.
 

Methods in uk.org.ogsadai.client.toolkit.activity that return DataService
protected  DataService RequestComponent.getDataService()
           
 

Methods in uk.org.ogsadai.client.toolkit.activity with parameters of type DataService
protected  void RequestComponent.setDataService(DataService dataService)
           
 void ActivityRequest.setDataService(DataService dataService)
           
 

Constructors in uk.org.ogsadai.client.toolkit.activity with parameters of type DataService
ActivityResponse(DataService dataService, org.w3c.dom.Document response, java.util.Map outputs)
          Constructs an ActivityResponse for the given response document and populates the activity outputs with the data contained in the response document.
ActivityResponse(DataService dataService, org.w3c.dom.Document response, java.util.Map outputs, AttachmentManager attachmentManager)
          Constructs an ActivityResponse for the given response document and populates the activity outputs with the data contained in the response document.
 

Uses of DataService in uk.org.ogsadai.client.toolkit.service
 

Subinterfaces of DataService in uk.org.ogsadai.client.toolkit.service
 interface ConfigurableDataService
          Interface for data service proxies that provides the dynamic resource deployment operations of a configurable data service.
 

Methods in uk.org.ogsadai.client.toolkit.service that return DataService
 DataService ServiceFetcher.getDataService(java.lang.String url, java.lang.String resourceID)
          Create a proxy for the data service specified by the given URL and data service resource ID.
 

Uses of DataService in uk.org.ogsadai.client.toolkit.sessions
 

Fields in uk.org.ogsadai.client.toolkit.sessions declared as DataService
private  DataService SessionImpl.mDataService
          The data service that the session belongs to.
 

Constructors in uk.org.ogsadai.client.toolkit.sessions with parameters of type DataService
SessionImpl(DataService dataService, org.w3c.dom.Document response)
          Creates a new session object from the session element of a response document.
 

Uses of DataService in uk.org.ogsadai.client.toolkit.wsi
 

Classes in uk.org.ogsadai.client.toolkit.wsi that implement DataService
 class ConfigurableWSIDataService
          Client-side stub for a configurable OGSA-DAI WSI data service.
 class WSIDataService
          Client-side stub for an OGSA-DAI WSI data service.
 

Uses of DataService in uk.org.ogsadai.client.toolkit.wsrf
 

Classes in uk.org.ogsadai.client.toolkit.wsrf that implement DataService
 class ConfigurableWSRFDataService
          Client-side stub for a configurable OGSA-DAI WSRF data service.
 class WSRFDataService
          Client-side stub for OGSA-DAI WSRF data services.
 

Uses of DataService in uk.org.ogsadai.examples.clienttoolkit
 

Fields in uk.org.ogsadai.examples.clienttoolkit declared as DataService
private static DataService AsynchronousRequests.mService
           
 

Methods in uk.org.ogsadai.examples.clienttoolkit with parameters of type DataService
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.joinImplictSession(DataService service)
          Sends a request which joins an implicit session then displays the identity of the session from the response.
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.
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.