org.jboss.remoting.loading
Class ClassRequiredMethodInvocation

java.lang.Object
  extended byorg.jboss.remoting.RemoteMethodInvocation
      extended byorg.jboss.remoting.loading.ClassRequiredMethodInvocation
All Implemented Interfaces:
Serializable

public class ClassRequiredMethodInvocation
extends RemoteMethodInvocation

ClassRequiredMethodInvocation is sent when a class is required for invocation.

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

Constructor Summary
ClassRequiredMethodInvocation(String sessionId, String className, InvokerLocator l)
           
 
Method Summary
 String getClassRequiredName()
           
 
Methods inherited from class org.jboss.remoting.RemoteMethodInvocation
getClassBytes, getLocator, getParameter, getPayload, getSessionId, getSubsystem, serialize, setClassBytes, setPayload, setSubsystem, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassRequiredMethodInvocation

public ClassRequiredMethodInvocation(String sessionId,
                                     String className,
                                     InvokerLocator l)
                              throws IOException
Method Detail

getClassRequiredName

public String getClassRequiredName()
                            throws IOException,
                                   ClassNotFoundException
Throws:
IOException
ClassNotFoundException


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