public interface ParentClassManager extends ClassManager
ClassManager that allows child ClassManagers to
be created. Child ClassManagers are created as snapshots of
its parent. If a class is redefined in the parent ClassManager,
the child will not be affected. If a class is redefined in the child, the
parent will remain unaffected.| Modifier and Type | Method and Description |
|---|---|
ChildClassManager |
createChildClassManager()
Creates a new child
ClassManager. |
ChildClassManager |
getChildClassManager(int id)
Retrieves an existing
ChildClassManager. |
getClassDigest, setClassDefinition, setClassDefinitionChildClassManager createChildClassManager()
ClassManager.ClassManager.ChildClassManager getChildClassManager(int id)
ChildClassManager.id - The identifier for the ChildClassManager to
retrieve.ChildClassManager with the specified ID, or
null if there is no such child.Copyright © 2016. All rights reserved.