|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.store.AbstractAutoStartMechanism
public abstract class AbstractAutoStartMechanism
Abstract representation of an autostart mechanism.
| Field Summary | |
|---|---|
protected static Localiser |
LOCALISER
Localisation of messages |
protected java.lang.String |
mode
AutoStart "mode" |
protected boolean |
open
Flag whether the starter is open. |
| Fields inherited from interface org.jpox.store.AutoStartMechanism |
|---|
MODE_CHECKED, MODE_IGNORED, MODE_QUIET, NONE |
| Constructor Summary | |
|---|---|
AbstractAutoStartMechanism()
Constructor. |
|
| Method Summary | |
|---|---|
void |
close()
Closes a transaction for writing (add/delete) classes to the auto start mechanism. |
java.lang.String |
getMode()
Accessor for the mode of operation |
boolean |
isOpen()
Whether it's open for writing (add/delete) classes to the auto start mechanism |
void |
open()
Starts a transaction for writting (add/delete) classes to the auto start mechanism. |
void |
setMode(java.lang.String mode)
Mutator for the mode of operation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jpox.store.AutoStartMechanism |
|---|
addClass, deleteAllClasses, deleteClass, getAllClassData, getStorageDescription |
| Field Detail |
|---|
protected static final Localiser LOCALISER
protected java.lang.String mode
protected boolean open
| Constructor Detail |
|---|
public AbstractAutoStartMechanism()
| Method Detail |
|---|
public java.lang.String getMode()
getMode in interface AutoStartMechanismpublic void setMode(java.lang.String mode)
setMode in interface AutoStartMechanismmode - The mode of operationpublic void open()
open in interface AutoStartMechanismpublic boolean isOpen()
isOpen in interface AutoStartMechanismpublic void close()
close in interface AutoStartMechanism
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||