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

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.internal.invoker.DelegatingInvocationHandler
      extended by org.hudsonci.maven.plugin.builder.internal.invoker.ObjectLocalHandler
All Implemented Interfaces:
InvocationHandler

public class ObjectLocalHandler
extends DelegatingInvocationHandler

Handles calls to Object methods locally on the delegate instance.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.maven.plugin.builder.internal.invoker.DelegatingInvocationHandler
log
 
Constructor Summary
ObjectLocalHandler(InvocationHandler delegate)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class org.hudsonci.maven.plugin.builder.internal.invoker.DelegatingInvocationHandler
getDelegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectLocalHandler

public ObjectLocalHandler(InvocationHandler delegate)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Overrides:
invoke in class DelegatingInvocationHandler
Throws:
Throwable


Copyright © 2004-2011 Hudson. All Rights Reserved.