| |
|
| java.lang.Object org.jpox.store.AbstractAutoStartMechanism
All known Subclasses: org.jpox.store.XMLAutoStarter, org.jpox.store.ClassesAutoStarter,
AbstractAutoStartMechanism | abstract public class AbstractAutoStartMechanism implements AutoStartMechanism(Code) | | Abstract representation of an autostart mechanism.
version: $Revision: 1.1 $ |
Method Summary | |
public void | close() Closes a transaction for writing (add/delete) classes to the auto start mechanism. | public String | getMode() | public boolean | isOpen() | public void | open() Starts a transaction for writting (add/delete) classes to the auto start mechanism. | public void | setMode(String mode) |
LOCALISER | final protected static Localiser LOCALISER(Code) | | Localisation of messages
|
open | protected boolean open(Code) | | Flag whether the starter is open.
|
AbstractAutoStartMechanism | public AbstractAutoStartMechanism()(Code) | | Constructor.
|
close | public void close()(Code) | | Closes a transaction for writing (add/delete) classes to the auto start mechanism.
Set the open flag to false.
|
getMode | public String getMode()(Code) | | Accessor for the mode of operation
The mode of operation |
isOpen | public boolean isOpen()(Code) | | Whether it's open for writing (add/delete) classes to the auto start mechanism
whether this is open for writing |
open | public void open()(Code) | | Starts a transaction for writting (add/delete) classes to the auto start mechanism.
Simply sets the open flag to true.
|
setMode | public void setMode(String mode)(Code) | | Mutator for the mode of operation
Parameters: mode - The mode of operation |
|
|
|