org.hudsonci.maven.plugin.builder.internal.invoker
Class RemoteInvokeHandler
java.lang.Object
org.hudsonci.maven.plugin.builder.internal.invoker.RemoteInvokeHandler
- All Implemented Interfaces:
- InvocationHandler
public class RemoteInvokeHandler
- extends Object
- implements InvocationHandler
Handles de-typed invocation from local to remote via Invoker.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteInvokeHandler
public RemoteInvokeHandler(Invoker invoker)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
Copyright © 2004-2011 Hudson. All Rights Reserved.