public class NullJMSStorageManagerImpl extends Object implements JMSStorageManager
| Constructor and Description |
|---|
NullJMSStorageManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBindings(PersistedType type,
String name,
String... address) |
void |
deleteBindings(PersistedType type,
String name) |
void |
deleteBindings(PersistedType type,
String name,
String address) |
void |
deleteConnectionFactory(String connectionFactory) |
void |
deleteDestination(PersistedType type,
String name) |
boolean |
isStarted() |
void |
load() |
List<PersistedConnectionFactory> |
recoverConnectionFactories() |
List<PersistedDestination> |
recoverDestinations() |
List<PersistedBindings> |
recoverPersistedBindings() |
void |
start() |
void |
stop() |
void |
storeConnectionFactory(PersistedConnectionFactory connectionFactory) |
void |
storeDestination(PersistedDestination destination) |
public void deleteConnectionFactory(String connectionFactory) throws Exception
deleteConnectionFactory in interface JMSStorageManagerExceptionpublic List<PersistedConnectionFactory> recoverConnectionFactories()
recoverConnectionFactories in interface JMSStorageManagerpublic List<PersistedDestination> recoverDestinations()
recoverDestinations in interface JMSStorageManagerpublic void storeConnectionFactory(PersistedConnectionFactory connectionFactory) throws Exception
storeConnectionFactory in interface JMSStorageManagerExceptionpublic void storeDestination(PersistedDestination destination)
storeDestination in interface JMSStorageManagerpublic boolean isStarted()
isStarted in interface org.apache.activemq.artemis.core.server.ActiveMQComponentpublic void start()
throws Exception
start in interface org.apache.activemq.artemis.core.server.ActiveMQComponentExceptionpublic void stop()
throws Exception
stop in interface org.apache.activemq.artemis.core.server.ActiveMQComponentExceptionpublic void addBindings(PersistedType type, String name, String... address) throws Exception
addBindings in interface JMSStorageManagerExceptionpublic void deleteBindings(PersistedType type, String name, String address) throws Exception
deleteBindings in interface JMSStorageManagerExceptionpublic void deleteDestination(PersistedType type, String name) throws Exception
deleteDestination in interface JMSStorageManagerExceptionpublic void deleteBindings(PersistedType type, String name) throws Exception
deleteBindings in interface JMSStorageManagerExceptionpublic List<PersistedBindings> recoverPersistedBindings() throws Exception
recoverPersistedBindings in interface JMSStorageManagerExceptionpublic void load()
throws Exception
load in interface JMSStorageManagerExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.