Class ClassManager.RegisteredClass

java.lang.Object
org.jcsp.net.dynamic.ClassManager.RegisteredClass
All Implemented Interfaces:
Cloneable
Enclosing class:
ClassManager

private static class ClassManager.RegisteredClass extends Object implements Cloneable
Used in the classes hash table to represent class names. The current implementation just represents a class name, however it could be modified to include version numbers and distinguish classes with the same name but different implementations.