public class ServiceProxy extends Object implements InvocationHandler, InjectEventListener
| Constructor and Description |
|---|
ServiceProxy(String serviceClass,
int timeout,
String options) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
void |
onEvent(InjectEvent event) |
String |
toString() |
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowablepublic void onEvent(InjectEvent event)
onEvent in interface InjectEventListenerCopyright © 2011-2013 SYSE. All Rights Reserved.