Class NullJMSStorageManagerImpl
java.lang.Object
org.apache.activemq.artemis.jms.persistence.impl.nullpm.NullJMSStorageManagerImpl
- All Implemented Interfaces:
org.apache.activemq.artemis.core.server.ActiveMQComponent, JMSStorageManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBindings(PersistedType type, String name, String... address) voiddeleteBindings(PersistedType type, String name) voiddeleteBindings(PersistedType type, String name, String address) voiddeleteConnectionFactory(String connectionFactory) voiddeleteDestination(PersistedType type, String name) booleanvoidload()voidstart()voidstop()voidstoreConnectionFactory(PersistedConnectionFactory connectionFactory) voidstoreDestination(PersistedDestination destination) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.core.server.ActiveMQComponent
asyncStop
-
Constructor Details
-
NullJMSStorageManagerImpl
public NullJMSStorageManagerImpl()
-
-
Method Details
-
deleteConnectionFactory
- Specified by:
deleteConnectionFactoryin interfaceJMSStorageManager- Throws:
Exception
-
recoverConnectionFactories
- Specified by:
recoverConnectionFactoriesin interfaceJMSStorageManager
-
recoverDestinations
- Specified by:
recoverDestinationsin interfaceJMSStorageManager
-
storeConnectionFactory
- Specified by:
storeConnectionFactoryin interfaceJMSStorageManager- Throws:
Exception
-
storeDestination
- Specified by:
storeDestinationin interfaceJMSStorageManager
-
isStarted
public boolean isStarted()- Specified by:
isStartedin interfaceorg.apache.activemq.artemis.core.server.ActiveMQComponent
-
start
-
stop
-
addBindings
- Specified by:
addBindingsin interfaceJMSStorageManager- Throws:
Exception
-
deleteBindings
- Specified by:
deleteBindingsin interfaceJMSStorageManager- Throws:
Exception
-
deleteDestination
- Specified by:
deleteDestinationin interfaceJMSStorageManager- Throws:
Exception
-
deleteBindings
- Specified by:
deleteBindingsin interfaceJMSStorageManager- Throws:
Exception
-
recoverPersistedBindings
- Specified by:
recoverPersistedBindingsin interfaceJMSStorageManager- Throws:
Exception
-
load
- Specified by:
loadin interfaceJMSStorageManager- Throws:
Exception
-