org.jboss.remoting.loading
Class ClassRequestedMethodInvocationResult

java.lang.Object
  extended byorg.jboss.remoting.RemoteMethodInvocationResult
      extended byorg.jboss.remoting.loading.ClassRequestedMethodInvocationResult
All Implemented Interfaces:
Serializable

public class ClassRequestedMethodInvocationResult
extends RemoteMethodInvocationResult

ClassRequestedMethodInvocationResult is sent back with a class bytes that was required and the original invocation to be re-invoked with the new class bytes.

Version:
$Revision: 1.1 $
Author:
Jeff Haynie
See Also:
Serialized Form

Constructor Summary
ClassRequestedMethodInvocationResult(String sessionId, ClassBytes classBytes, RemoteMethodInvocation originalInvocation)
           
 
Method Summary
 RemoteMethodInvocation getOriginalInvocation()
           
 ClassBytes getRequestedClass()
           
 
Methods inherited from class org.jboss.remoting.RemoteMethodInvocationResult
getPayload, getResult, getSessionId, isException, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassRequestedMethodInvocationResult

public ClassRequestedMethodInvocationResult(String sessionId,
                                            ClassBytes classBytes,
                                            RemoteMethodInvocation originalInvocation)
                                     throws IOException
Method Detail

getRequestedClass

public ClassBytes getRequestedClass()

getOriginalInvocation

public RemoteMethodInvocation getOriginalInvocation()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.