Package | Description |
---|---|
org.datanucleus.store.autostart |
Package providing the structure and some implementation for the auto-start mechanism.
|
Modifier and Type | Field and Description |
---|---|
protected AutoStartMechanism.Mode |
AbstractAutoStartMechanism.mode
AutoStart "mode"
|
Modifier and Type | Method and Description |
---|---|
AutoStartMechanism.Mode |
AutoStartMechanism.getMode()
Accessor for the mode of operation.
|
AutoStartMechanism.Mode |
AbstractAutoStartMechanism.getMode()
Accessor for the mode of operation
|
static AutoStartMechanism.Mode |
AutoStartMechanism.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoStartMechanism.Mode[] |
AutoStartMechanism.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoStartMechanism.setMode(AutoStartMechanism.Mode mode)
Mutator for the mode of operation.
|
void |
AbstractAutoStartMechanism.setMode(AutoStartMechanism.Mode mode)
Mutator for the mode of operation
|
Copyright © 2019. All rights reserved.