org.apache.geronimo.kernel.basic
Class KernelSetAttributeInvoker

java.lang.Object
  extended by org.apache.geronimo.kernel.basic.KernelSetAttributeInvoker
All Implemented Interfaces:
ProxyInvoker

public final class KernelSetAttributeInvoker
extends Object
implements ProxyInvoker


Constructor Summary
KernelSetAttributeInvoker(Kernel kernel, String name)
           
 
Method Summary
 Object invoke(AbstractName abstractName, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelSetAttributeInvoker

public KernelSetAttributeInvoker(Kernel kernel,
                                 String name)
Method Detail

invoke

public Object invoke(AbstractName abstractName,
                     Object[] arguments)
              throws Throwable
Specified by:
invoke in interface ProxyInvoker
Throws:
Throwable


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.