| Package | Description |
|---|---|
| org.apache.qpid.server.store.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static AbstractJDBCConfigurationStore.State |
AbstractJDBCConfigurationStore.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractJDBCConfigurationStore.State[] |
AbstractJDBCConfigurationStore.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJDBCConfigurationStore.assertState(AbstractJDBCConfigurationStore.State state) |
protected void |
AbstractJDBCConfigurationStore.changeState(AbstractJDBCConfigurationStore.State oldState,
AbstractJDBCConfigurationStore.State newState) |
protected void |
AbstractJDBCConfigurationStore.doIfNotState(AbstractJDBCConfigurationStore.State state,
Runnable action) |
protected void |
AbstractJDBCConfigurationStore.setState(AbstractJDBCConfigurationStore.State newState) |
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.