|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mx.remoting.JMXSubsystemInvocationHandler
JMXSubsystemInvocationHandler is a ServerInvocationHandler that will forward requests to the MBeanServer and return the results from the MBeanServer.
| Constructor Summary | |
JMXSubsystemInvocationHandler()
|
|
| Method Summary | |
void |
addListener(InvokerCallbackHandler (src) callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
void |
destroy()
method is called to destroy the handler and remove all pending notifications and listeners from the notification cache |
protected void |
finalize()
|
java.lang.Object |
invoke(InvocationRequest (src) invocation)
called to handle a specific invocation. |
void |
removeListener(InvokerCallbackHandler (src) callbackHandler)
Removes the callback handler that was listening for callbacks from the server invoker handler. |
void |
setInvoker(ServerInvoker (src) invoker)
set the invoker that owns this handler |
void |
setMBeanServer(MBeanServer (src) server)
set the mbean server that the handler can reference |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JMXSubsystemInvocationHandler()
| Method Detail |
public void setInvoker(ServerInvoker (src) invoker)
setInvoker in interface ServerInvocationHandler (src) invoker - public void setMBeanServer(MBeanServer (src) server)
setMBeanServer in interface ServerInvocationHandler (src) server - public void destroy()
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
public java.lang.Object invoke(InvocationRequest (src) invocation)
throws java.lang.Throwable
ServerInvocationHandler (src)
invoke in interface ServerInvocationHandler (src) invocation -
java.lang.Throwablepublic void addListener(InvokerCallbackHandler (src) callbackHandler)
ServerInvocationHandler (src)
addListener in interface ServerInvocationHandler (src) callbackHandler - public void removeListener(InvokerCallbackHandler (src) callbackHandler)
ServerInvocationHandler (src)
removeListener in interface ServerInvocationHandler (src) callbackHandler -
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||