org.jboss.test.jmx.ha
Interface HAServiceMBean

All Superinterfaces:
Service (src) , ServiceMBean (src)
All Known Implementing Classes:
HAService (src)

public interface HAServiceMBean
extends ServiceMBean (src)


Field Summary
 
Fields inherited from interface org.jboss.system.ServiceMBean (src)
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED
 
Method Summary
 java.util.Map getMethodMap()
           
 java.lang.Object invoke(Invocation (src)  invocation)
           
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

getMethodMap

public java.util.Map getMethodMap()

invoke

public java.lang.Object invoke(Invocation (src)  invocation)
                        throws java.lang.Exception
Throws:
java.lang.Exception