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 with parameters of type ClassBytes
protected  void ServerInvoker.preProcess(String sessionId, ClassBytes arg, Map payload, InvokerLocator locator)
          called prior to an invocation
 

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 with parameters of type ClassBytes
static Object ClassUtil.deserialize(ClassBytes cb, ClassLoader cl)
           
 Class ClassByteClassLoader.loadClass(String className, ClassBytes[] bytes)
           
 Class ClassByteClassLoader.addClass(ClassBytes classBytes)
           
 



Copyright © 2004 JBoss Inc. All Rights Reserved.