org.jboss.remoting.loading
Class ClassRequiredMethodInvocation
java.lang.Object
org.jboss.remoting.RemoteMethodInvocation
org.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
| Methods inherited from class org.jboss.remoting.RemoteMethodInvocation |
getClassBytes, getLocator, getParameter, getPayload, getSessionId, getSubsystem, serialize, setClassBytes, setPayload, setSubsystem, toString |
ClassRequiredMethodInvocation
public ClassRequiredMethodInvocation(String sessionId,
String className,
InvokerLocator l)
throws IOException
getClassRequiredName
public String getClassRequiredName()
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.