Uses of Class
org.apache.qpid.server.store.jdbc.AbstractJDBCConfigurationStore.State
-
Packages that use AbstractJDBCConfigurationStore.State Package Description org.apache.qpid.server.store.jdbc -
-
Uses of AbstractJDBCConfigurationStore.State in org.apache.qpid.server.store.jdbc
Methods in org.apache.qpid.server.store.jdbc that return AbstractJDBCConfigurationStore.State Modifier and Type Method Description static AbstractJDBCConfigurationStore.StateAbstractJDBCConfigurationStore.State. valueOf(java.lang.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.Methods in org.apache.qpid.server.store.jdbc with parameters of type AbstractJDBCConfigurationStore.State Modifier and Type Method Description protected voidAbstractJDBCConfigurationStore. assertState(AbstractJDBCConfigurationStore.State state)protected voidAbstractJDBCConfigurationStore. changeState(AbstractJDBCConfigurationStore.State oldState, AbstractJDBCConfigurationStore.State newState)protected voidAbstractJDBCConfigurationStore. doIfNotState(AbstractJDBCConfigurationStore.State state, java.lang.Runnable action)protected voidAbstractJDBCConfigurationStore. setState(AbstractJDBCConfigurationStore.State newState)
-