Uses of Class
org.jboss.remoting.loading.ClassBytes

Packages that use ClassBytes
org.jboss.remoting   
org.jboss.remoting.loading   
 

Uses of ClassBytes in org.jboss.remoting
 

Methods in org.jboss.remoting that return ClassBytes
 ClassBytes RemoteMethodInvocationResult.getResult()
           
 ClassBytes RemoteMethodInvocation.getParameter()
           
 ClassBytes[] RemoteMethodInvocation.getClassBytes()
           
 

Methods in org.jboss.remoting with parameters of type ClassBytes
protected  void ServerInvoker.preProcess(String sessionId, ClassBytes arg, Map payload, InvokerLocator locator)
          called prior to an invocation
 void RemoteMethodInvocation.setClassBytes(ClassBytes[] bytes)
           
 void AbstractInvoker.addClass(ClassBytes neededClass)
          add a remote class to the local loader to make the class visible to the handler
protected  Object AbstractInvoker.unmarshal(ClassBytes resultBytes, ClassBytes neededClass)
           
 

Uses of ClassBytes in org.jboss.remoting.loading
 

Subclasses of ClassBytes in org.jboss.remoting.loading
 class CompressedClassBytes
          CompressedClassBytes is a ClassBytes subclass that compresses class data, if possible.
 

Methods in org.jboss.remoting.loading that return ClassBytes
 ClassBytes ClassRequestedMethodInvocationResult.getRequestedClass()
           
 

Methods in org.jboss.remoting.loading with parameters of type ClassBytes
static Object ClassUtil.deserialize(ClassBytes cb, ClassLoader cl)
           
 Class ClassByteClassLoader.loadClass(String className, ClassBytes[] bytes)
           
 void ClassByteClassLoader.addClass(ClassBytes classBytes)
           
 

Constructors in org.jboss.remoting.loading with parameters of type ClassBytes
ClassRequestedMethodInvocationResult(String sessionId, ClassBytes classBytes, RemoteMethodInvocation originalInvocation)
           
 



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