|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsynchInvokerCallbackHandler
AsynchInvokerCallbackHandler extends InvokerCallbackHandler with asynchronous callback handling.
Copyright Nov 28, 2006
Method Summary | |
---|---|
void |
handleCallback(Callback callback,
boolean asynch,
boolean serverSide)
For push callbacks: |
void |
handleCallbackOneway(Callback callback)
For push callbacks, will send the callback to the server invoker on the client side, hand off processing to a separate thread, and return. |
void |
handleCallbackOneway(Callback callback,
boolean serverSide)
For push callbacks: |
Methods inherited from interface org.jboss.remoting.callback.InvokerCallbackHandler |
---|
handleCallback |
Method Detail |
---|
void handleCallbackOneway(Callback callback) throws HandleCallbackException
For pull callbacks, behaves the same as handleCallback(Callback callback).
callback
-
HandleCallbackException
void handleCallbackOneway(Callback callback, boolean serverSide) throws HandleCallbackException
if serverSide == false, will send the callback to the server invoker on the client side, hand off processing to a separate thread, and return.
if serverside == true, will hand off to a separate thread the sending of the callback and will then return.
For pull callbacks, behaves the same as handleCallback(Callback callback).
callback
- serverSide
-
HandleCallbackException
void handleCallback(Callback callback, boolean asynch, boolean serverSide) throws HandleCallbackException
if asynch == false, behaves the same as handleCallback(Callback callback).
if asynch == true:
if serverSide == false, will send the callback to the server invoker on the client side, hand off processing to a separate thread, and return.
if serverside == true, will hand off to a separate thread the sending of the callback and will then return.
For pull callbacks, behaves the same as handleCallback(Callback callback).
callback
- asynch
- serverSide
-
HandleCallbackException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |