org.jboss.ejb3
Class MCClientKernelAbstraction
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kernel
protected org.jboss.kernel.Kernel kernel
MCClientKernelAbstraction
public MCClientKernelAbstraction(org.jboss.kernel.Kernel kernel)
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.