org.jboss.remoting
Class Callback
java.lang.Object
org.jboss.remoting.InvocationRequest
org.jboss.remoting.Callback
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NullCallbackStore.FailedCallback
- public class Callback
- extends InvocationRequest
- Author:
- Tom Elrod
- See Also:
- Serialized Form
Methods inherited from class org.jboss.remoting.InvocationRequest |
getLocator, getParameter, getRequestPayload, getReturnPayload, getSessionId, getSubsystem, setLocator, setParameter, setRequestPayload, setReturnPayload, setSessionId, setSubsystem |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CALLBACK_HANDLE_OBJECT_KEY
public static final String CALLBACK_HANDLE_OBJECT_KEY
- See Also:
- Constant Field Values
SERVER_LOCATOR_KEY
public static final String SERVER_LOCATOR_KEY
- See Also:
- Constant Field Values
Callback
public Callback(Object callbackPayload)
getCallbackHandleObject
public Object getCallbackHandleObject()
getCallbackObject
public Object getCallbackObject()
getServerLocator
public InvokerLocator getServerLocator()
Copyright © 2004 JBoss Inc. All Rights Reserved.