public interface Maintainable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Exit maintenance mode
|
void |
create()
Creates all persistent data structures required to function
|
void |
destroy()
Destroys all persistent data structures
|
void create()
java.lang.IllegalStateException - if data structures exist alreadyvoid destroy()
java.lang.IllegalStateException - if data structures don't existvoid close()