org.jboss.remoting.loading
Class ClassBytes

java.lang.Object
  extended byorg.jboss.remoting.loading.ClassBytes
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CompressedClassBytes

public class ClassBytes
extends Object
implements Serializable

ClassBytes is a serialized object that represents a class name and the class bytes as a byte array.

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

Field Summary
protected  byte[] classBytes
           
protected  String className
           
 
Constructor Summary
ClassBytes(String className, byte[] data)
           
 
Method Summary
 byte[] getClassBytes()
           
 String getClassName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

className

protected String className

classBytes

protected byte[] classBytes
Constructor Detail

ClassBytes

public ClassBytes(String className,
                  byte[] data)
Method Detail

toString

public String toString()

getClassName

public String getClassName()

getClassBytes

public byte[] getClassBytes()


Copyright © 2004 JBoss Inc. All Rights Reserved.