|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.remoting.ServerInvokerCallbackHandler
Responsible for all callbacks in remoting at invoker level (on the server side).
| Constructor Summary | |
ServerInvokerCallbackHandler(InvocationRequest invocation)
|
|
| Method Summary | |
void |
destroy()
This method is required to be called upon removing a callback listener so can clean up resources used by the handler. |
List |
getCallbacks()
|
String |
getId()
Returns an id that can be used to identify this particular callback handler, which should be representative of the client invoker it will make callbacks to. |
static String |
getId(InvocationRequest invocation)
Returns an id that can be used to identify this particular callback handler, which should be representative of the client invoker it will make callbacks to. |
void |
handleCallback(InvocationRequest invocation)
Will take the callback message and send back to client. |
String |
toString()
Returns the id for this handler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ServerInvokerCallbackHandler(InvocationRequest invocation)
throws Exception
| Method Detail |
public static String getId(InvocationRequest invocation)
public String getId()
public List getCallbacks()
public void handleCallback(InvocationRequest invocation)
throws HandleCallbackException
handleCallback in interface InvokerCallbackHandlerinvocation -
Throwable
HandleCallbackExceptionpublic String toString()
public void destroy()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||