org.jboss.ejb3
Interface ClientKernelAbstraction

All Known Subinterfaces:
KernelAbstraction
All Known Implementing Classes:
JmxClientKernelAbstraction, JmxKernelAbstraction, MCClientKernelAbstraction, MCKernelAbstraction

public interface ClientKernelAbstraction

Author:
William DeCoste

Method Summary
 Object getAttribute(ObjectName name, String attribute)
           
 Set getMBeans(ObjectName query)
           
 Object invoke(ObjectName name, String operationName, Object[] params, String[] signature)
           
 

Method Detail

invoke

Object invoke(ObjectName name,
              String operationName,
              Object[] params,
              String[] signature)
              throws Exception
Throws:
Exception

getAttribute

Object getAttribute(ObjectName name,
                    String attribute)
                    throws Exception
Throws:
Exception

getMBeans

Set getMBeans(ObjectName query)
              throws Exception
Throws:
Exception


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