org.jboss.ejb3
Class MCClientKernelAbstraction

java.lang.Object
  extended by org.jboss.ejb3.MCClientKernelAbstraction
All Implemented Interfaces:
ClientKernelAbstraction
Direct Known Subclasses:
MCKernelAbstraction

public class MCClientKernelAbstraction
extends Object
implements ClientKernelAbstraction

Author:
William DeCoste

Field Summary
protected  org.jboss.kernel.Kernel kernel
           
 
Constructor Summary
MCClientKernelAbstraction(org.jboss.kernel.Kernel kernel)
           
 
Method Summary
 Object getAttribute(ObjectName objectName, String attribute)
           
 Set getMBeans(ObjectName query)
           
 Object invoke(ObjectName objectName, String operationName, Object[] params, String[] signature)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kernel

protected org.jboss.kernel.Kernel kernel
Constructor Detail

MCClientKernelAbstraction

public MCClientKernelAbstraction(org.jboss.kernel.Kernel kernel)
Method Detail

invoke

public Object invoke(ObjectName objectName,
                     String operationName,
                     Object[] params,
                     String[] signature)
              throws Exception
Specified by:
invoke in interface ClientKernelAbstraction
Throws:
Exception

getAttribute

public Object getAttribute(ObjectName objectName,
                           String attribute)
                    throws Exception
Specified by:
getAttribute in interface ClientKernelAbstraction
Throws:
Exception

getMBeans

public Set getMBeans(ObjectName query)
              throws Exception
Specified by:
getMBeans in interface ClientKernelAbstraction
Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.