org.apache.geronimo.console.util
Class KernelHelper

java.lang.Object
  extended by org.apache.geronimo.console.util.KernelHelper
Direct Known Subclasses:
DerbyLogHelper, RealmHelper

public class KernelHelper
extends Object


Field Summary
protected static Kernel kernel
           
 
Constructor Summary
KernelHelper()
           
 
Method Summary
protected static Object invoke(AbstractName mBeanName, String function)
           
protected static Object invoke(AbstractName mBeanName, String function, Object[] args, String[] types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernel

protected static Kernel kernel
Constructor Detail

KernelHelper

public KernelHelper()
Method Detail

invoke

protected static Object invoke(AbstractName mBeanName,
                               String function)
                        throws Exception
Throws:
Exception

invoke

protected static Object invoke(AbstractName mBeanName,
                               String function,
                               Object[] args,
                               String[] types)
                        throws Exception
Throws:
Exception


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