|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvokerCallbackHandler | |
org.jboss.remoting | |
org.jboss.remoting.marshal |
Uses of InvokerCallbackHandler in org.jboss.remoting |
Classes in org.jboss.remoting that implement InvokerCallbackHandler | |
class |
ServerInvokerCallbackHandler
Responsible for all callbacks in remoting at invoker level (on the server side). |
Methods in org.jboss.remoting with parameters of type InvokerCallbackHandler | |
void |
ServerInvocationHandler.addListener(InvokerCallbackHandler callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
void |
ServerInvocationHandler.removeListener(InvokerCallbackHandler callbackHandler)
Removes the callback handler that was listening for callbacks from the server invoker handler. |
void |
ServerInterceptorChain.addListener(InvokerCallbackHandler invokerCallbackHandler)
The addListener method |
void |
ServerInterceptorChain.removeListener(InvokerCallbackHandler invokerCallbackHandler)
The removeListener method |
void |
ClientInvokerAdapter.addListener(InvokerLocator locator,
String subsystem,
InvokerCallbackHandler callbackHandler)
The addListener method |
void |
ClientInvokerAdapter.removeListener(InvokerLocator locator,
String subsystem,
InvokerCallbackHandler callbackHandler)
The removeListener method |
void |
ClientInterceptor.addListener(InvokerLocator locator,
String sessionId,
InvokerCallbackHandler callbackHandler)
If the client invoker has a client locator, call it to add the client's callback handler. |
void |
ClientInterceptor.removeListener(InvokerLocator locator,
String sessionId,
InvokerCallbackHandler callbackHandler)
Removes callback handler as a callback listener from the server (and client in the case that it was setup to receive async callbacks). |
void |
Client.addListener(InvokerCallbackHandler callbackHandler)
Adds the specified handler as a callback listener for pull (sync) callbacks. |
void |
Client.addListener(InvokerCallbackHandler callbackHandler,
InvokerLocator clientLocator)
Adds the specified handler as a callback listener for push (async) callbacks. |
void |
Client.addListener(InvokerCallbackHandler callbackHandler,
InvokerLocator clientLocator,
Object callbackHandlerObject)
Adds the specified handler as a callback listener for push (async) callbacks. |
void |
Client.removeListener(InvokerCallbackHandler callbackHandler)
Removes callback handler as a callback listener from the server (and client in the case that it was setup to receive async callbacks). |
Uses of InvokerCallbackHandler in org.jboss.remoting.marshal |
Methods in org.jboss.remoting.marshal with parameters of type InvokerCallbackHandler | |
void |
MarshallerLoaderHandler.addListener(InvokerCallbackHandler callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
void |
MarshallerLoaderHandler.removeListener(InvokerCallbackHandler callbackHandler)
Removes the callback handler that was listening for callbacks from the server invoker handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |