|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceBusyFaultType | |
uk.org.ogsadai.service.wsrf.dataservice | This package provides interfaces to OGSA-DAI WSRF-compliant data services. |
uk.org.ogsadai.service.wsrf.dataservice.bindings | |
uk.org.ogsadai.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
Uses of ResourceBusyFaultType in uk.org.ogsadai.service.wsrf.dataservice |
Methods in uk.org.ogsadai.service.wsrf.dataservice that throw ResourceBusyFaultType | |
PerformResponse |
ConfigurableDataServicePortType.perform(Perform parameters)
|
PutResponse |
ConfigurableDataServicePortType.putFully(PutFully parameters)
|
PutResponse |
ConfigurableDataServicePortType.putBlock(PutBlock parameters)
|
GetResponse |
ConfigurableDataServicePortType.getFully(GetFully parameters)
|
GetResponse |
ConfigurableDataServicePortType.getBlock(GetBlock parameters)
|
GetResponse |
ConfigurableDataServicePortType.getNBlocks(GetNBlocks parameters)
|
UndeployResponse |
ConfigurableDataServicePortType.undeploy(Undeploy parameters)
|
PerformResponse |
DataServicePortType.perform(Perform parameters)
|
PutResponse |
DataServicePortType.putFully(PutFully parameters)
|
PutResponse |
DataServicePortType.putBlock(PutBlock parameters)
|
GetResponse |
DataServicePortType.getFully(GetFully parameters)
|
GetResponse |
DataServicePortType.getBlock(GetBlock parameters)
|
GetResponse |
DataServicePortType.getNBlocks(GetNBlocks parameters)
|
Uses of ResourceBusyFaultType in uk.org.ogsadai.service.wsrf.dataservice.bindings |
Methods in uk.org.ogsadai.service.wsrf.dataservice.bindings that throw ResourceBusyFaultType | |
PerformResponse |
DataServicePortTypeSOAPBindingStub.perform(Perform parameters)
|
PutResponse |
DataServicePortTypeSOAPBindingStub.putFully(PutFully parameters)
|
PutResponse |
DataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
|
GetResponse |
DataServicePortTypeSOAPBindingStub.getFully(GetFully parameters)
|
GetResponse |
DataServicePortTypeSOAPBindingStub.getBlock(GetBlock parameters)
|
GetResponse |
DataServicePortTypeSOAPBindingStub.getNBlocks(GetNBlocks parameters)
|
PerformResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.perform(Perform parameters)
|
PutResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.putFully(PutFully parameters)
|
PutResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.putBlock(PutBlock parameters)
|
GetResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.getFully(GetFully parameters)
|
GetResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.getBlock(GetBlock parameters)
|
GetResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.getNBlocks(GetNBlocks parameters)
|
UndeployResponse |
ConfigurableDataServicePortTypeSOAPBindingStub.undeploy(Undeploy parameters)
|
Uses of ResourceBusyFaultType in uk.org.ogsadai.service.wsrf.dataservice.impl |
Methods in uk.org.ogsadai.service.wsrf.dataservice.impl that throw ResourceBusyFaultType | |
PerformResponse |
DataServiceImpl.perform(Perform performDocument)
Submit an OGSA-DAI perform document to a data service resource. |
private org.w3c.dom.Document |
DataServiceImpl.perform(DataServiceResource resource,
org.w3c.dom.Document performDoc,
AttachmentManager attMgr)
Submit an OGSA-DAI perform document to a data service resource. |
TerminateResponse |
DataServiceImpl.terminate(Terminate terminate)
Terminate the current request running on the resource. |
PutResponse |
DataServiceImpl.putFully(PutFully parameters)
Put some data into a stream known to an active session of a specific data service resource. |
PutResponse |
DataServiceImpl.putBlock(PutBlock parameters)
Put part of a successive batch of data into a stream known to an active session of a specific data service resource. |
GetResponse |
DataServiceImpl.getFully(GetFully parameters)
Get all the possible data from stream known to an active session of a specific data service resource. |
GetResponse |
DataServiceImpl.getBlock(GetBlock parameters)
Get part of a batch of data from a stream known to an active session of a specific data service resource. |
GetResponse |
DataServiceImpl.getNBlocks(GetNBlocks parameters)
Get part of a batch of data from a stream known to an active session of a specific data service resource. |
UndeployResponse |
ConfigurableDataServiceImpl.undeploy(Undeploy deploy)
Instruct the service to no longer expose the named data service resource. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |