| |
|
| java.lang.Object org.jpox.store.AbstractAutoStartMechanism org.jpox.store.ClassesAutoStarter
ClassesAutoStarter | public class ClassesAutoStarter extends AbstractAutoStartMechanism (Code) | | An auto-starter mechanism that uses a defined list of classes
to be loaded at start.
version: $Revision: 1.13 $ |
classNames | protected String classNames(Code) | | Names of the classes to start with.
|
ClassesAutoStarter | public ClassesAutoStarter(StoreManager storeMgr, ClassLoaderResolver clr)(Code) | | Constructor, taking the names of the classes to use.
Parameters: storeMgr - The StoreManager managing the store that we are auto-starting. Parameters: clr - The ClassLoaderResolver |
addClass | public void addClass(StoreData data)(Code) | | Method to add a class to the starter.
Parameters: data - The store data to add |
deleteAllClasses | public void deleteAllClasses()(Code) | | Method to remove all classes from the starter.
|
deleteClass | public void deleteClass(String className)(Code) | | Method to remove a class from the starter
Parameters: className - The name of the class to remove. |
getStorageDescription | public String getStorageDescription()(Code) | | Method to give a descriptive name for the starter process.
Description of the starter process. |
|
|
|