org.ozoneDB.core
Class ClassManager
java.lang.Object
|
+--org.ozoneDB.core.ServerComponent
|
+--org.ozoneDB.core.ClassManager
- public final class ClassManager
- extends ServerComponent
- Version:
- $Revision: 1.3 $Date: 2002/06/08 00:49:38 $
- Author:
- SMB
Field Summary |
protected java.lang.ClassLoader |
classLoader
|
Method Summary |
java.lang.Class |
classForName(java.lang.String name)
|
void |
dropClasses()
|
void |
save()
Save the internal state in the state to the server state properties. |
void |
shutdown()
|
void |
startup()
Start up and load the internal state from the server state properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classLoader
protected java.lang.ClassLoader classLoader
ClassManager
public ClassManager(Env _env)
startup
public void startup()
throws java.lang.Exception
- Description copied from class:
ServerComponent
- Start up and load the internal state from the server state properties.
- Specified by:
startup
in class ServerComponent
java.lang.Exception
shutdown
public void shutdown()
throws java.lang.Exception
- Specified by:
shutdown
in class ServerComponent
java.lang.Exception
save
public void save()
throws java.lang.Exception
- Description copied from class:
ServerComponent
- Save the internal state in the state to the server state properties.
- Specified by:
save
in class ServerComponent
java.lang.Exception
classForName
public java.lang.Class classForName(java.lang.String name)
throws org.ozoneDB.ClassNotFoundExc
org.ozoneDB.ClassNotFoundExc
dropClasses
public void dropClasses()
throws java.lang.Exception
java.lang.Exception
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.