|
|||||||||||
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.handlers.PerformanceLifecycleHandler
Constructor Summary | |
PerformanceLifecycleHandler()
|
Method Summary | |
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 org.globus.ogsa.ServiceLifecycleMonitorImpl |
create, destroy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PerformanceLifecycleHandler()
Method Detail |
public void preSerializationCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
preSerializationCall
in interface ServiceLifecycleMonitor
preSerializationCall
in class ServiceLifecycleMonitorImpl
GridServiceException
public void preCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
preCall
in interface ServiceLifecycleMonitor
preCall
in class ServiceLifecycleMonitorImpl
GridServiceException
public void postSerializationCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
postSerializationCall
in interface ServiceLifecycleMonitor
postSerializationCall
in class ServiceLifecycleMonitorImpl
GridServiceException
public void postCall(GridContext context) throws GridServiceException
ServiceLifecycleMonitor
postCall
in interface ServiceLifecycleMonitor
postCall
in class ServiceLifecycleMonitorImpl
GridServiceException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |