Class ClassManager.RegisteredClass
java.lang.Object
org.jcsp.net.dynamic.ClassManager.RegisteredClass
- All Implemented Interfaces:
Cloneable
- Enclosing class:
ClassManager
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.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
-
Constructor Details
-
RegisteredClass
private RegisteredClass()
-
-
Method Details
-
equals
-
hashCode
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-