|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.globus.ogsa.ServiceLifecycleMonitorImpl
Empty adapter class used for the convenience of
ServiceLifecycleMonitor
implementers. A
ServiceLifecycleMonitor
implementer can inherit from this class
to avoid having to implement all the callbacks. The default callback
implementations do nothing
ServiceLifecycleMonitor
Constructor Summary | |
ServiceLifecycleMonitorImpl()
|
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 |
postSerializationCall(GridContext context)
called after the service input parameters have been deserialized |
void |
preCall(GridContext context)
called before the service is invoked |
void |
preSerializationCall(GridContext context)
called before the service input parameters have been deserialized |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceLifecycleMonitorImpl()
Method Detail |
public void create(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
create
in interface ServiceLifecycleMonitor
context
- state information currently associated with the service
being created
GridServiceException
- if the creation is to be abortedpublic void preSerializationCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
preSerializationCall
in interface ServiceLifecycleMonitor
context
- state information currently associated with the service
being called
GridServiceException
- if the call is to be abortedpublic void preCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
preCall
in interface ServiceLifecycleMonitor
context
- state information currently associated with the service
being called
GridServiceException
- if the call is to be abortedpublic void postCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
postCall
in interface ServiceLifecycleMonitor
context
- state information currently associated with the service
being called
GridServiceException
- if the call is to be abortedpublic void postSerializationCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
postSerializationCall
in interface ServiceLifecycleMonitor
context
- state information currently associated with the service
being called
GridServiceException
- if the call is to be abortedpublic void destroy(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
destroy
in interface ServiceLifecycleMonitor
context
- state information currently associated with the service
being destroyed
GridServiceException
- if the destruction is to be aborted
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |