Uses of Interface
uk.org.ogsadai.client.toolkit.ResourceID

Packages that use ResourceID
uk.org.ogsadai.client.databrowser Provides a graphical user-interface client (DataBrowser) to 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.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.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 ResourceID in uk.org.ogsadai.client.databrowser
 

Fields in uk.org.ogsadai.client.databrowser declared as ResourceID
private  ResourceID DBDataResource.mResourceID
          ID of the resource
 

Methods in uk.org.ogsadai.client.databrowser that return ResourceID
 ResourceID DBDataResource.getResourceID()
          Returns the fixed resource ID of this data service resource.
 

Constructors in uk.org.ogsadai.client.databrowser with parameters of type ResourceID
DBDataResource(DBDataService service, ResourceID resourceID)
          Construct a data resource object.
 

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

Fields in uk.org.ogsadai.client.monitor declared as ResourceID
private  ResourceID DataServiceStatus.mResource
          resource id - ignored at the moment
private  ResourceID[] DataServiceStatus.mDataResources
          List of data resources at the service
 

Methods in uk.org.ogsadai.client.monitor that return ResourceID
 ResourceID DataServiceStatus.getDataResource()
          Gets the current data resource ID
 ResourceID[] DataServiceStatus.getDataResources()
          Gets the list of data resources that are registered at the service
 

Methods in uk.org.ogsadai.client.monitor with parameters of type ResourceID
 void DataServiceStatus.setResourceID(ResourceID id)
          Set the resource ID
 

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

Classes in uk.org.ogsadai.client.toolkit that implement ResourceID
 class SimpleResourceIDImpl
          An implementation of the ResourceID interface which stores a simple resource ID as a string.
 

Fields in uk.org.ogsadai.client.toolkit declared as ResourceID
private  ResourceID ServiceResourceID.mResource
          Resource ID
 

Methods in uk.org.ogsadai.client.toolkit that return ResourceID
 ResourceID ServiceResourceID.getResourceID()
          Gets the resource ID.
 

Methods in uk.org.ogsadai.client.toolkit with parameters of type ResourceID
abstract  void Request.setDataResourceID(ResourceID id)
          Set the ID of the data service resource at which the request will be directed.
 void DocumentRequest.setDataResourceID(ResourceID id)
           
 

Constructors in uk.org.ogsadai.client.toolkit with parameters of type ResourceID
ServiceResourceID(ResourceID resource, java.net.URL serviceURL)
          Constructor
 

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

Fields in uk.org.ogsadai.client.toolkit.activity declared as ResourceID
private  ResourceID RequestComponent.mResource
          ID of data service resource to which the request of which this component is a part has been submitted, or null if there is no associated resource.
 

Methods in uk.org.ogsadai.client.toolkit.activity that return ResourceID
protected  ResourceID RequestComponent.getDataResourceID()
          Gets the ID of the data service resource executing this activity, or null if there is no associated resource.
protected  ResourceID Activity.getDataResourceID()
           
 

Methods in uk.org.ogsadai.client.toolkit.activity with parameters of type ResourceID
protected  void RequestComponent.setDataResourceID(ResourceID id)
          Sets the ID of the data service resource executing this activity, or null if there is no associated resource.
 void ActivityRequest.setDataResourceID(ResourceID id)
           
protected  void Activity.setDataResourceID(ResourceID id)
           
 

Uses of ResourceID in uk.org.ogsadai.client.toolkit.activity.delivery
 

Fields in uk.org.ogsadai.client.toolkit.activity.delivery declared as ResourceID
protected  ResourceID DeliverToDT.mResourceID
          Resource exposed by destination service
protected  ResourceID DeliverFromDT.mResourceID
          Resource exposed by source service
 

Methods in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type ResourceID
 void DeliverToDT.setDataTransportResourceID(ResourceID id)
          Sets the ID of the destination resource.
 void DeliverFromDT.setDataTransportResourceID(ResourceID id)
          Sets the ID of the destination resource.
 

Constructors in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type ResourceID
DeliverToDT(java.net.URL url, ResourceID resourceID, SessionStreamID streamID, DataTransportMode mode)
          Constructs a request to write data to a service with default data transfer mode as full.
DeliverFromDT(java.net.URL url, ResourceID resourceID, SessionStreamID streamID, DataTransportMode mode)
          Constructs a request to write data to a service with default data transfer mode as full.
 

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

Methods in uk.org.ogsadai.client.toolkit.service that return ResourceID
 ResourceID DataTransport.getResourceID()
          Gets the default resource.
 ResourceID[] Service.getResourceIDs()
          Obtain the resource IDs of the resources that are exposed by this service.
 

Methods in uk.org.ogsadai.client.toolkit.service with parameters of type ResourceID
 DataTransport DataService.createDataTransport(ResourceID resourceID, SessionStreamID stream)
          Creates a new data transport object configured for reading and writing from the specified session stream.
 void DataTransport.setResourceID(ResourceID resourceID)
          Sets the default resource.
 void Service.setResourceID(ResourceID id)
          Set the default resource.
 

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

Fields in uk.org.ogsadai.client.toolkit.wsi declared as ResourceID
protected  ResourceID WSIDataService.mResourceID
          Current data service resource
private  ResourceID WSIDataTransport.mResourceID
          ID of the current resource of interest
 

Methods in uk.org.ogsadai.client.toolkit.wsi that return ResourceID
 ResourceID[] WSIDataService.getResourceIDs()
           
 ResourceID WSIDataService.getResourceID()
          Get the ID of the current data service resource.
 ResourceID WSIDataTransport.getResourceID()
           
 

Methods in uk.org.ogsadai.client.toolkit.wsi with parameters of type ResourceID
private  void WSIDataService.pollUntilRequestCompleted(ResourceID resourceID, SessionID sessionID, int pollInterval, int timeoutPeriod, boolean forever)
           
 void WSIDataService.setResourceID(ResourceID id)
          Set the ID of the current data service resource.
 DataTransport WSIDataService.createDataTransport(ResourceID resourceID, SessionStreamID stream)
           
private  java.lang.String WSIDataService.getServiceURL(ResourceID resourceID)
          Generates the service URL from a resource ID.
 void WSIDataTransport.setResourceID(ResourceID id)
           
 

Constructors in uk.org.ogsadai.client.toolkit.wsi with parameters of type ResourceID
WSIDataService(java.lang.String url, ResourceID resourceID)
          Construct a new data service stub for the service at the given URL and set up to communicate with a data service resource exposed by the service.
ConfigurableWSIDataService(java.lang.String url, ResourceID id)
          Construct a new configurable data service stub for the service at the given URL and set up to communicate with a data service resource exposed by the service.
WSIDataTransport(java.net.URL url, ResourceID id, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSI data service stub from the given URL configured to communicate with the given resource.
WSIDataTransport(java.net.URL url, ResourceID resourceID, SessionStreamID sessionStreamID, SOAPCallFactory factory)
          Construct a new OGSA-DAI WSI data service stub from the given URL configured to communicate with the given resource, in particular the given stream of the given session.
 

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

Fields in uk.org.ogsadai.client.toolkit.wsrf declared as ResourceID
private  ResourceID WSRFDataTransport.mResource
          ID of the current resource of interest
protected  ResourceID WSRFDataService.mResourceID
          Current data service resource
 

Methods in uk.org.ogsadai.client.toolkit.wsrf that return ResourceID
 ResourceID WSRFDataTransport.getResourceID()
           
 ResourceID[] WSRFDataService.getResourceIDs()
           
 ResourceID WSRFDataService.getResourceID()
           
 

Methods in uk.org.ogsadai.client.toolkit.wsrf with parameters of type ResourceID
 void WSRFDataTransport.setResourceID(ResourceID id)
           
private  void WSRFDataTransport.addAddressingHeaders(SOAPCall call, ResourceID id)
          Generates headers with the given resource ID for a SOAP request.
static org.apache.axis.message.addressing.AddressingHeaders AddressingUtils.generateHeaders(java.net.URL url, ResourceID id)
          Constructs the WS-Addressing header for a SOAP message from a given URL and resource ID.
 DataTransport WSRFDataService.createDataTransport(ResourceID resourceID, SessionStreamID stream)
           
 void WSRFDataService.setResourceID(ResourceID id)
           
protected  void WSRFDataService.addAddressingHeaders(SOAPCall call, ResourceID resourceID)
          Generates the addressing headers for a given resource ID and adds them to the specified SOAPCall.
private  java.util.Vector WSRFDataService.invokeServiceResourceOperation(ResourceID resourceID, javax.xml.namespace.QName operationName, org.apache.axis.message.SOAPBodyElement body)
          Invokes the specified service resource operation using a SOAP call.
 

Constructors in uk.org.ogsadai.client.toolkit.wsrf with parameters of type ResourceID
WSRFDataTransport(java.net.URL url, ResourceID id, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSRF data service stub from the given URL configured to communicate with the given resource.
WSRFDataTransport(java.net.URL url, ResourceID resourceID, SessionStreamID stream, SOAPCallFactory callFactory)
          Construct a new OGSA-DAI WSRF data transport service from the given URL, resource ID, stream ID and the SOAP call factory.
WSRFDataService(java.lang.String url, ResourceID resourceID)
          Construct a new data service stub for the service at the given URL and configure it to communicate with a data service resource exposed by the service.
ConfigurableWSRFDataService(java.lang.String url, ResourceID id)
          Construct a new configurable data service stub for the service at the given URL and set up to communicate with a data service resource exposed by the service.
 

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

Methods in uk.org.ogsadai.examples.clienttoolkit that return ResourceID
static ResourceID DataIntegrationExample.chooseResource(java.lang.String question)