org.jboss.remoting
Class NullCallbackStore.FailedCallback

java.lang.Object
  extended byorg.jboss.remoting.InvocationRequest (src) 
      extended byorg.jboss.remoting.Callback (src) 
          extended byorg.jboss.remoting.NullCallbackStore.FailedCallback
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NullCallbackStore (src)

public class NullCallbackStore.FailedCallback
extends Callback (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.remoting.Callback (src)
CALLBACK_HANDLE_OBJECT_KEY, SERVER_LOCATOR_KEY
 
Constructor Summary
NullCallbackStore.FailedCallback(java.lang.Object callbackPayload)
           
 
Method Summary
 java.lang.Object getCallbackObject()
           
 
Methods inherited from class org.jboss.remoting.Callback (src)
getCallbackHandleObject, getServerLocator
 
Methods inherited from class org.jboss.remoting.InvocationRequest (src)
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
 

Constructor Detail

NullCallbackStore.FailedCallback

public NullCallbackStore.FailedCallback(java.lang.Object callbackPayload)
Method Detail

getCallbackObject

public java.lang.Object getCallbackObject()
Overrides:
getCallbackObject in class Callback (src)