Method Summary |
|
void | addClass(StoreData data) Method to add a class/field (with its data) to the currently-supported list. |
void | close() Closes a transaction for writing (add/delete) classes to the auto start mechanism. |
void | deleteAllClasses() Method to delete all classes that are currently listed as supported in
the internal storage. |
void | deleteClass(String name) Method to delete a class/field that is currently listed as supported in
the internal storage.
It does not drop the schema of the DatastoreClass
neither the contents of it. |
Collection | getAllClassData() Accessor for the data for the classes that are currently auto started. |
String | getMode() Accessor for the mode of operation. |
String | getStorageDescription() Utility to return a description of the storage for this mechanism. |
public boolean | isOpen() Whether it's open for writing (add/delete) classes to the auto start mechanism. |
void | open() Starts a transaction for writing (add/delete) classes to the auto start mechanism. |
void | setMode(String mode) Mutator for the mode of operation. |