|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StartupStateException in com.metamatrix.common.config |
---|
Methods in com.metamatrix.common.config that throw StartupStateException | |
---|---|
static void |
StartupStateController.performSystemInitialization(boolean forceInitialization)
This method should be called only by com.metamatrix.platform.util.MetaMatrixController
to initialize the system configurations during bootstrapping. |
void |
CurrentConfiguration.performSystemInitialization(boolean forceInitialization)
This method should be called only by StartupStateController , which is used by
MetaMatrixController to initialize the system configurations during bootstrapping. |
Uses of StartupStateException in com.metamatrix.common.config.reader |
---|
Methods in com.metamatrix.common.config.reader that throw StartupStateException | |
---|---|
void |
PropertiesConfigurationReader.performSystemInitialization(boolean forceInitialization)
|
void |
CurrentConfigurationReader.performSystemInitialization(boolean forceInitialization)
This method should be called only by com.metamatrix.platform.util.MetaMatrixController
to initialize the system configurations during bootstrapping. |
Uses of StartupStateException in com.metamatrix.platform.config.persistence.api |
---|
Methods in com.metamatrix.platform.config.persistence.api that throw StartupStateException | |
---|---|
void |
PersistentConnection.setServerStarted()
Call to set the startup state to @see {StartupStateController.STARTED Started}. |
void |
PersistentConnection.setServerStarting()
Call to set the startup state to @see {StartupStateController.STARTING Starting}. |
void |
PersistentConnection.setServerStarting(boolean force)
Call to forcibly set the startup state to @see {StartupStateController.STARTING Starting}, regardless of the current state of the server. |
void |
PersistentConnection.setServerStopped()
Call to set the startup state to @see {StartupStateController.STOPPED Stopped}. |
Uses of StartupStateException in com.metamatrix.platform.config.persistence.impl.file |
---|
Methods in com.metamatrix.platform.config.persistence.impl.file that throw StartupStateException | |
---|---|
void |
FilePersistentConnection.setServerStarted()
Call to set the startup state to @see {StartupStateController.STARTED Started}. |
void |
FilePersistentConnection.setServerStarting()
Call to set the startup state to @see {StartupStateController.STARTING Starting}. |
void |
FilePersistentConnection.setServerStarting(boolean force)
Call to forcibly set the startup state to @see {StartupStateController.STARTING Starting}, regardless of the current state of the server. |
void |
FilePersistentConnection.setServerStopped()
Call to set the startup state to @see {StartupStateController.STOPPED Stopped}. |
Uses of StartupStateException in com.metamatrix.platform.config.persistence.impl.jdbc |
---|
Methods in com.metamatrix.platform.config.persistence.impl.jdbc that throw StartupStateException | |
---|---|
void |
JDBCPersistentConnection.setServerStarted()
Call to set the startup state to @see {StartupStateController.STARTED Started}. |
void |
JDBCPersistentConnection.setServerStarting()
Call to set the startup state to @see {StartupStateController.STARTING Starting}. |
void |
JDBCPersistentConnection.setServerStarting(boolean force)
Call to forcibly set the startup state to @see {StartupStateController.STARTING Starting}, regardless of the current state of the server. |
void |
JDBCPersistentConnection.setServerStopped()
Call to set the startup state to @see {StartupStateController.STOPPED Stopped}. |
Uses of StartupStateException in com.metamatrix.platform.config.spi.xml |
---|
Methods in com.metamatrix.platform.config.spi.xml that throw StartupStateException | |
---|---|
void |
XMLConfigurationWriter.beginSystemInitialization(boolean forceInitialization,
ConfigTransaction transaction)
|
void |
XMLConfigurationWriter.finishSystemInitialization(ConfigTransaction transaction)
Called by JDBCCurrentConfigurationReader#finishSystemInitialization |
void |
XMLConfigurationWriter.indicateSystemShutdown(ConfigTransaction transaction)
Called by XMLCurrentConfigurationReader.indicateSystemShutdown() |
void |
XMLCurrentConfigurationReader.performSystemInitialization(boolean forceInitialization)
|
void |
XMLConfigurationWriter.performSystemInitialization(ConfigTransaction transaction)
Called by XMLCurrentConfigurationReader.performSystemInitialization(boolean)
NOTE - This is a self contained transaction, the calling class cannot
control the transaction |
protected void |
XMLConfigurationMgr.setServerStateToStarted()
|
protected void |
XMLConfigurationMgr.setServerStateToStarting(boolean force)
The setting of the server state is not part |
protected void |
XMLConfigurationMgr.setServerStateToStopped()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |