|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.marshal.MarshallerLoaderHandler
The invocation handler that receives requests for getting marshallers/unmarshallers and loading of these and any related classes to remoting client.
Field Summary | |
protected static org.jboss.logging.Logger |
log
|
Fields inherited from interface org.jboss.remoting.marshal.MarshallerLoaderConstants |
CLASSNAME, GET_MARSHALLER_METHOD, GET_UNMARSHALLER_METHOD, LOAD_CLASS_METHOD, LOAD_MARSHALLER_METHOD, LOAD_UNMARSHALLER_METHOD |
Constructor Summary | |
MarshallerLoaderHandler()
|
Method Summary | |
void |
addListener(InvokerCallbackHandler callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
Object |
invoke(InvocationRequest invocation)
called to handle a specific invocation. |
void |
removeListener(InvokerCallbackHandler callbackHandler)
Removes the callback handler that was listening for callbacks from the server invoker handler. |
void |
setInvoker(ServerInvoker invoker)
set the invoker that owns this handler |
void |
setMBeanServer(javax.management.MBeanServer server)
set the mbean server that the handler can reference |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.jboss.logging.Logger log
Constructor Detail |
public MarshallerLoaderHandler()
Method Detail |
public void setMBeanServer(javax.management.MBeanServer server)
setMBeanServer
in interface ServerInvocationHandler
server
- public void setInvoker(ServerInvoker invoker)
setInvoker
in interface ServerInvocationHandler
invoker
- public Object invoke(InvocationRequest invocation) throws Throwable
invoke
in interface ServerInvocationHandler
invocation
-
Throwable
public void addListener(InvokerCallbackHandler callbackHandler)
addListener
in interface ServerInvocationHandler
callbackHandler
- public void removeListener(InvokerCallbackHandler callbackHandler)
removeListener
in interface ServerInvocationHandler
callbackHandler
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |