org.jboss.remoting.loading
Class ClassRequestedMethodInvocationResult
java.lang.Object
org.jboss.remoting.RemoteMethodInvocationResult
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassRequestedMethodInvocationResult
public ClassRequestedMethodInvocationResult(String sessionId,
ClassBytes classBytes,
RemoteMethodInvocation originalInvocation)
throws IOException
getRequestedClass
public ClassBytes getRequestedClass()
getOriginalInvocation
public RemoteMethodInvocation getOriginalInvocation()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.