org.globus.ogsa.samples.counter
Interface CounterPortType
- All Superinterfaces:
- GridService, Remote
- All Known Implementing Classes:
- CounterImpl, CounterSOAPBindingStub, PersistentCounterImpl
- public interface CounterPortType
- extends GridService
getValue
public int getValue()
throws RemoteException
- Throws:
RemoteException
setServiceData
public ExtensibilityType setServiceData(ExtensibilityType updateExpression)
throws RemoteException,
ModifiabilityViolationFaultType,
PartialFailureFaultType,
TypeViolationFaultType,
MutabilityViolationFaultType,
CardinalityViolationFaultType,
ExtensibilityTypeFaultType,
IncorrectValueFaultType,
ExtensibilityNotSupportedFaultType,
FaultType
- Specified by:
setServiceData in interface GridService
- Throws:
RemoteException
ModifiabilityViolationFaultType
PartialFailureFaultType
TypeViolationFaultType
MutabilityViolationFaultType
CardinalityViolationFaultType
ExtensibilityTypeFaultType
IncorrectValueFaultType
ExtensibilityNotSupportedFaultType
FaultType
destroy
public void destroy()
throws RemoteException,
ServiceNotDestroyedFaultType,
FaultType
- Specified by:
destroy in interface GridService
- Throws:
RemoteException
ServiceNotDestroyedFaultType
FaultType
requestTerminationAfter
public TerminationTimeType requestTerminationAfter(ExtendedDateTimeType terminationTime)
throws RemoteException,
TerminationTimeUnchangedFaultType,
FaultType
- Specified by:
requestTerminationAfter in interface GridService
- Throws:
RemoteException
TerminationTimeUnchangedFaultType
FaultType
subtract
public int subtract(int value)
throws RemoteException
- Throws:
RemoteException
add
public int add(int value)
throws RemoteException
- Throws:
RemoteException
requestTerminationBefore
public TerminationTimeType requestTerminationBefore(ExtendedDateTimeType terminationTime)
throws RemoteException,
TerminationTimeUnchangedFaultType,
FaultType
- Specified by:
requestTerminationBefore in interface GridService
- Throws:
RemoteException
TerminationTimeUnchangedFaultType
FaultType
findServiceData
public ExtensibilityType findServiceData(ExtensibilityType queryExpression)
throws RemoteException,
TargetInvalidFaultType,
ExtensibilityTypeFaultType,
ExtensibilityNotSupportedFaultType,
FaultType
- Specified by:
findServiceData in interface GridService
- Throws:
RemoteException
TargetInvalidFaultType
ExtensibilityTypeFaultType
ExtensibilityNotSupportedFaultType
FaultType
Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.