|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | 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 Logger (src) |
log
|
| Fields inherited from interface org.jboss.remoting.marshal.MarshallerLoaderConstants (src) |
CLASSNAME, GET_MARSHALLER_METHOD, GET_UNMARSHALLER_METHOD, LOAD_CLASS_METHOD, LOAD_MARSHALLER_METHOD, LOAD_UNMARSHALLER_METHOD |
| Constructor Summary | |
MarshallerLoaderHandler()
|
|
| Method Summary | |
void |
addListener(InvokerCallbackHandler (src) callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final Logger (src) log
| Constructor Detail |
public MarshallerLoaderHandler()
| Method Detail |
public void setMBeanServer(MBeanServer (src) server)
setMBeanServer in interface ServerInvocationHandler (src) server - public void setInvoker(ServerInvoker (src) invoker)
setInvoker in interface ServerInvocationHandler (src) invoker -
public java.lang.Object invoke(InvocationRequest (src) invocation)
throws java.lang.Throwable
invoke in interface ServerInvocationHandler (src) invocation -
java.lang.Throwablepublic void addListener(InvokerCallbackHandler (src) callbackHandler)
addListener in interface ServerInvocationHandler (src) callbackHandler - public void removeListener(InvokerCallbackHandler (src) callbackHandler)
removeListener in interface ServerInvocationHandler (src) callbackHandler -
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||