|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| 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. |
| Method Detail |
public Object createService()
public void postInvoke(Object service,
Method method,
Object[] args)
service - The service object.method - The method that was invoked on the service.args - The arguments passed to the method.
public void preInvoke(Object service,
Method method,
Object[] args)
service - The service object.method - The method that will be invoked on the service.args - The arguments that will be passed to the method.
|
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.