|
||||||||||
| 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 ServiceLifecycleMonitorcreate in class ServiceLifecycleMonitorImplGridServiceException
public void preCall(GridContext context)
throws GridServiceException
ServiceLifecycleMonitor
preCall in interface ServiceLifecycleMonitorpreCall in class ServiceLifecycleMonitorImplGridServiceException
public void postCall(GridContext context)
throws GridServiceException
ServiceLifecycleMonitor
postCall in interface ServiceLifecycleMonitorpostCall in class ServiceLifecycleMonitorImplGridServiceException
public void destroy(GridContext context)
throws GridServiceException
ServiceLifecycleMonitor
destroy in interface ServiceLifecycleMonitordestroy in class ServiceLifecycleMonitorImplGridServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||