|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.ServiceLifecycleMonitorImpl
org.globus.ogsa.repository.DefaultServiceDeactivator
Constructor Summary | |
DefaultServiceDeactivator()
|
Method Summary | |
void |
create(GridContext context)
called when a service is created |
void |
destroy(GridContext context)
called when the service is destroyed |
void |
postCall(GridContext context)
called after the service has been invoked, not if exception is thrown however |
void |
preCall(GridContext context)
called before the service is invoked |
Methods inherited from class org.globus.ogsa.ServiceLifecycleMonitorImpl |
postSerializationCall, preSerializationCall |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultServiceDeactivator()
Method Detail |
public void create(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
create
in interface ServiceLifecycleMonitor
create
in class ServiceLifecycleMonitorImpl
GridServiceException
public void preCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
preCall
in interface ServiceLifecycleMonitor
preCall
in class ServiceLifecycleMonitorImpl
GridServiceException
public void postCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
postCall
in interface ServiceLifecycleMonitor
postCall
in class ServiceLifecycleMonitorImpl
GridServiceException
public void destroy(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
destroy
in interface ServiceLifecycleMonitor
destroy
in class ServiceLifecycleMonitorImpl
GridServiceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |