classUtils.loaders
Class ByteCodeContainer
java.lang.Object
   java.lang.ClassLoader
java.lang.ClassLoader
       classUtils.loaders.ByteCodeContainer
classUtils.loaders.ByteCodeContainer
- All Implemented Interfaces: 
- java.io.Serializable
- public class ByteCodeContainer 
- extends java.lang.ClassLoader- implements java.io.Serializable
Send the ByteCodeContainer to a remote JVM. It uses the RCL to define a
 new class and compute an answer. Computation servers need these things
 to be sent by the computation clients.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.ClassLoader | 
| clearAssertionStatus, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ByteCodeContainer
public ByteCodeContainer(java.lang.Class c)
ByteCodeContainer
public ByteCodeContainer(java.lang.String cn,
                         byte[] b)
ByteCodeContainer
public ByteCodeContainer(byte[] b)
getLoader
public static ByteCodeContainer getLoader(ComputableObject o)
- 
 
- 
 
loadIt
public void loadIt()
- 
 
- 
 
compute
public java.io.Serializable compute()
                             throws java.lang.InstantiationException,
                                    java.lang.IllegalAccessException
- 
 
- 
- Throws:
- java.lang.InstantiationException
- java.lang.IllegalAccessException
 
reload
public void reload()
- 
 
- 
 
getLoadedClass
public java.lang.Class getLoadedClass()
- 
 
- 
 
main
public static void main(java.lang.String[] args)
- 
 
- 
 
print
public static void print(java.lang.Object[] o)
- 
 
-