|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.sat.core.framework.ProxyServiceHandlerAdapter
| Constructor Summary | |
ProxyServiceHandlerAdapter()
|
|
| Method Summary | |
Object |
createService()
Create the proxy's service object. |
void |
postInvoke(Object service,
Method method,
Object[] args)
A hook method that is executed after the proxy has invoked the specified method on the specified service object. |
void |
preInvoke(Object service,
Method method,
Object[] args)
A hook method that is executed before the proxy has invoked the specified method on the specified service object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ProxyServiceHandlerAdapter()
| Method Detail |
public Object createService()
IProxyServiceHandler
createService in interface IProxyServiceHandlerIProxyServiceHandler.createService()
public void postInvoke(Object service,
Method method,
Object[] args)
IProxyServiceHandler
postInvoke in interface IProxyServiceHandlerservice - The service object.method - The method that was invoked on the service.args - The arguments passed to the method.IProxyServiceHandler.postInvoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])
public void preInvoke(Object service,
Method method,
Object[] args)
IProxyServiceHandler
preInvoke in interface IProxyServiceHandlerservice - The service object.method - The method that will be invoked on the service.args - The arguments that will be passed to the method.IProxyServiceHandler.preInvoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])
|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2001, 2007 IBM Corporation and others. All Rights Reserved.