org.hudsonci.maven.plugin.builder.internal.invoker
Class RemoteInvokeHandler

java.lang.Object
  extended by 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

Constructor Summary
RemoteInvokeHandler(Invoker invoker)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteInvokeHandler

public RemoteInvokeHandler(Invoker invoker)
Method Detail

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.