public class GCUBEProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.globus.wsrf.impl.lifetime.DestroyProvider |
destroyProvider
Wrapped GLOBUS operation provider.
|
protected org.globus.wsrf.impl.properties.GetMultipleResourcePropertiesProvider |
getMultipleRPProvider
Wrapped GLOBUS operation provider.
|
protected org.globus.wsrf.impl.properties.GetResourcePropertyProvider |
getRPProvider
Wrapped GLOBUS operation provider.
|
protected org.globus.wsrf.impl.properties.QueryResourcePropertiesProvider |
queryRPProvider
Wrapped GLOBUS operation provider.
|
protected org.globus.wsrf.impl.properties.SetResourcePropertiesProvider |
setRPProvider
Wrapped GLOBUS operation provider.
|
protected org.globus.wsrf.impl.lifetime.SetTerminationTimeProvider |
terminationTimeProvider
Wrapped GLOBUS operation provider.
|
| Constructor and Description |
|---|
GCUBEProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy arg0)
Dispatches the invocation to the corresponding GLOBUS provider.
|
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element arg0)
Dispatches the invocation to the corresponding GLOBUS provider.
|
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(QName arg0)
Dispatches the invocation to the corresponding GLOBUS provider.
|
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element arg0)
Dispatches the invocation to the corresponding GLOBUS provider.
|
org.oasis.wsrf.properties.SetResourcePropertiesResponse |
setResourceProperties(org.oasis.wsrf.properties.SetResourceProperties_Element arg0)
Dispatches the invocation to the corresponding GLOBUS provider.
|
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime arg0)
Dispatches the invocation to the corresponding GLOBUS provider.
|
protected org.globus.wsrf.impl.lifetime.DestroyProvider destroyProvider
protected org.globus.wsrf.impl.lifetime.SetTerminationTimeProvider terminationTimeProvider
protected org.globus.wsrf.impl.properties.GetResourcePropertyProvider getRPProvider
protected org.globus.wsrf.impl.properties.GetMultipleResourcePropertiesProvider getMultipleRPProvider
protected org.globus.wsrf.impl.properties.SetResourcePropertiesProvider setRPProvider
protected org.globus.wsrf.impl.properties.QueryResourcePropertiesProvider queryRPProvider
public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy arg0)
throws RemoteException,
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType,
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
arg0 - the provider's input,as per WSRF specifications.RemoteExceptionorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypepublic org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element arg0)
throws RemoteException,
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
org.oasis.wsrf.properties.ResourceUnknownFaultType
arg0 - the provider's input,as per WSRF specifications.RemoteExceptionorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypepublic org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(QName arg0) throws RemoteException, org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType, org.oasis.wsrf.properties.ResourceUnknownFaultType
arg0 - the provider's input,as per WSRF specifications.RemoteExceptionorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypepublic org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element arg0)
throws RemoteException,
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
org.oasis.wsrf.properties.ResourceUnknownFaultType,
org.oasis.wsrf.properties.InvalidQueryExpressionFaultType,
org.oasis.wsrf.properties.QueryEvaluationErrorFaultType,
org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType
arg0 - the provider's input,as per WSRF specifications.RemoteExceptionorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.InvalidQueryExpressionFaultTypeorg.oasis.wsrf.properties.QueryEvaluationErrorFaultTypeorg.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultTypepublic org.oasis.wsrf.properties.SetResourcePropertiesResponse setResourceProperties(org.oasis.wsrf.properties.SetResourceProperties_Element arg0)
throws RemoteException,
org.oasis.wsrf.properties.SetResourcePropertyRequestFailedFaultType,
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
org.oasis.wsrf.properties.UnableToModifyResourcePropertyFaultType,
org.oasis.wsrf.properties.ResourceUnknownFaultType,
org.oasis.wsrf.properties.InvalidSetResourcePropertiesRequestContentFaultType
arg0 - the provider's input,as per WSRF specifications.RemoteExceptionorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.SetResourcePropertyRequestFailedFaultTypeorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.UnableToModifyResourcePropertyFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.InvalidSetResourcePropertiesRequestContentFaultTypepublic org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime arg0)
throws RemoteException,
org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType,
org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType
arg0 - the provider's input,as per WSRF specifications.RemoteExceptionorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultTypeorg.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultTypeCopyright © 2015. All Rights Reserved.