|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.porttypes.GCUBEProvider
public class GCUBEProvider
An operation provider which wraps the GLOBUS providers which are default for gCube services (destroy, termination time, get/set/query resource properties).
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
GCUBEProvider()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public GCUBEProvider()
| Method Detail |
|---|
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.
RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
public 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.
RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType
public 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.
RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType
public 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.
RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
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
public 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.
RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
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
public 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.
RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType
org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||