|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Method Summary | |
ServerInvocationHandler |
addInvocationHandler(String subsystem,
javax.management.ObjectName handlerObjectName)
Adds a handler to the connector via OjbectName. |
ServerInvocationHandler |
addInvocationHandler(String subsystem,
ServerInvocationHandler handler)
Adds an invocation handler for the named subsystem to the invoker we manage, and sets the mbean server on the invocation handler. |
void |
create()
Creates the connector. |
void |
destroy()
Destroys the connector. |
Element |
getConfiguration()
Configuration is an xml element indicating subsystems to be registered with the ServerInvoker we wrap. |
String |
getInvokerLocator()
Returns the invoker locator. |
InvokerLocator |
getLocator()
Returns the locator to the connector. |
void |
removeInvocationHandler(String subsystem)
Removes an invocation handler for the supplied subsystem from the invoker we manage, and unsets the MBeanServer on the handler. |
void |
setConfiguration(Element xml)
Configuration is an xml element indicating subsystems to be registered with the ServerInvoker we wrap. |
void |
setInvokerLocator(String locator)
Sets the invoker locator. |
void |
start()
Starts the connector. |
void |
stop()
Stops the connector. |
Method Detail |
public void start() throws Exception
Exception
public void stop()
public void create() throws Exception
Exception
public void destroy()
public InvokerLocator getLocator()
public void setInvokerLocator(String locator) throws Exception
Exception
public String getInvokerLocator() throws Exception
Exception
public void setConfiguration(Element xml) throws Exception
Exception
public Element getConfiguration()
public ServerInvocationHandler addInvocationHandler(String subsystem, javax.management.ObjectName handlerObjectName) throws Exception
subsystem
- handlerObjectName
-
Exception
public ServerInvocationHandler addInvocationHandler(String subsystem, ServerInvocationHandler handler) throws Exception
Exception
public void removeInvocationHandler(String subsystem) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |