|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.impl.core.service.ServicePropertiesImpl
org.globus.ogsa.impl.ogsi.GridServiceImpl
org.globus.ogsa.impl.samples.counter.basic.CounterImpl
org.globus.ogsa.impl.samples.counter.logging.CounterLoggingImpl
Field Summary |
Fields inherited from class org.globus.ogsa.impl.samples.counter.basic.CounterImpl |
val |
Fields inherited from class org.globus.ogsa.impl.ogsi.GridServiceImpl |
queryEngine, serviceData |
Constructor Summary | |
CounterLoggingImpl()
|
Method Summary | |
int |
add(int val)
|
int |
getValue()
|
void |
preDestroy(GridContext context)
Called just before a service gets destroyed. |
int |
subtract(int val)
|
Methods inherited from class org.globus.ogsa.impl.samples.counter.basic.CounterImpl |
postCreate, submitBatch |
Methods inherited from class org.globus.ogsa.impl.ogsi.GridServiceImpl |
activate, addOperationProvider, deactivate, destroy, findServiceData, getInstanceProperty, getOperationProvider, getQueryEngine, getServiceDataSet, getServiceDataValues, getServiceInterface, getTerminationTime, populateInstanceProperties, preCreate, removeOperationProvider, requestTerminationAfter, requestTerminationBefore, setDefaultTermination, setQueryEngine, setServiceData, setServiceDataSet |
Methods inherited from class org.globus.ogsa.impl.core.service.ServicePropertiesImpl |
flush, flush, getPersistentProperty, getProperty, keySet, setPersistentProperty, setProperty, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.globus.ogsa.samples.counter.CounterPortType |
destroy, findServiceData, requestTerminationAfter, requestTerminationBefore, setServiceData |
Methods inherited from interface org.globus.ogsa.ServiceProperties |
flush, getPersistentProperty, getProperty, setPersistentProperty, setProperty |
Constructor Detail |
public CounterLoggingImpl()
Method Detail |
public int add(int val) throws java.rmi.RemoteException
add
in interface CounterPortType
add
in class CounterImpl
java.rmi.RemoteException
public int subtract(int val) throws java.rmi.RemoteException
subtract
in interface CounterPortType
subtract
in class CounterImpl
java.rmi.RemoteException
public int getValue() throws java.rmi.RemoteException
getValue
in interface CounterPortType
getValue
in class CounterImpl
java.rmi.RemoteException
public void preDestroy(GridContext context) throws GridServiceException
GridServiceCallback
preDestroy
in interface GridServiceCallback
preDestroy
in class GridServiceImpl
GridServiceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |