|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataTransport | |
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 . |
Uses of DataTransport in uk.org.ogsadai.client.toolkit.activity.delivery |
Fields in uk.org.ogsadai.client.toolkit.activity.delivery declared as DataTransport | |
private DataTransport |
DataTransportBlockReader.mService
Object that handles get operations on a service. |
Methods in uk.org.ogsadai.client.toolkit.activity.delivery that return DataTransport | |
DataTransport |
DTOutputStream.getDataTransport()
Gets an object which can be used to get data from the data service which received the request containing this activity. |
DataTransport |
DTInputStream.getDataTransport()
Gets an object which can be used to push data into the data service which received the request containing this activity. |
Methods in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type DataTransport | |
void |
DeliverToDT.setDataTransportOutput(DataTransport service)
Sets up the destination service, resource, session and stream to be that held in the given data transport service proxy. |
void |
DeliverFromDT.setDataTransportInput(DataTransport service)
Sets up the input service, resource, session and stream to be that held in the given data transport service proxy. |
Constructors in uk.org.ogsadai.client.toolkit.activity.delivery with parameters of type DataTransport | |
DataTransportBlockReader(DataTransport service)
|
|
DataTransportBlockReader(DataTransport service,
int blocksToFetch)
Default constructor. |
Uses of DataTransport in uk.org.ogsadai.client.toolkit.service |
Subinterfaces of DataTransport 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. |
interface |
DataService
Interface for data service proxies that provides standard operations of a data service. |
Methods in uk.org.ogsadai.client.toolkit.service that return DataTransport | |
DataTransport |
DataService.createDataTransport(ResourceID resourceID,
SessionStreamID stream)
Creates a new data transport object configured for reading and writing from the specified session stream. |
Uses of DataTransport in uk.org.ogsadai.client.toolkit.wsi |
Classes in uk.org.ogsadai.client.toolkit.wsi that implement DataTransport | |
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. |
class |
WSIDataTransport
Client-side stub for OGSA-DAI WSI data services transport operations. |
Methods in uk.org.ogsadai.client.toolkit.wsi that return DataTransport | |
DataTransport |
WSIDataService.createDataTransport(ResourceID resourceID,
SessionStreamID stream)
|
Uses of DataTransport in uk.org.ogsadai.client.toolkit.wsrf |
Classes in uk.org.ogsadai.client.toolkit.wsrf that implement DataTransport | |
class |
ConfigurableWSRFDataService
Client-side stub for a configurable OGSA-DAI WSRF data service. |
class |
WSRFDataService
Client-side stub for OGSA-DAI WSRF data services. |
class |
WSRFDataTransport
Client-side stub for OGSA-DAI WSRF data services transport operations. |
Methods in uk.org.ogsadai.client.toolkit.wsrf that return DataTransport | |
DataTransport |
WSRFDataService.createDataTransport(ResourceID resourceID,
SessionStreamID stream)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |