org.jboss.remoting
Class NullCallbackStore.FailedCallback

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

public class NullCallbackStore.FailedCallback
extends Callback

See Also:
Serialized Form

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

Constructor Detail

NullCallbackStore.FailedCallback

public NullCallbackStore.FailedCallback(Object callbackPayload)
Method Detail

getCallbackObject

public Object getCallbackObject()
Overrides:
getCallbackObject in class Callback


Copyright © 2004 JBoss Inc. All Rights Reserved.