public interface JMSStorageManager extends ActiveMQComponent
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) |
void |
load() |
List<PersistedConnectionFactory> |
recoverConnectionFactories() |
List<PersistedDestination> |
recoverDestinations() |
List<PersistedBindings> |
recoverPersistedBindings() |
void |
storeConnectionFactory(PersistedConnectionFactory connectionFactory) |
void |
storeDestination(PersistedDestination destination) |
isStarted, start, stop
void storeDestination(PersistedDestination destination) throws Exception
Exception
void deleteDestination(PersistedType type, String name) throws Exception
Exception
List<PersistedDestination> recoverDestinations()
void deleteConnectionFactory(String connectionFactory) throws Exception
Exception
void storeConnectionFactory(PersistedConnectionFactory connectionFactory) throws Exception
Exception
List<PersistedConnectionFactory> recoverConnectionFactories()
void addBindings(PersistedType type, String name, String... address) throws Exception
Exception
List<PersistedBindings> recoverPersistedBindings() throws Exception
Exception
void deleteBindings(PersistedType type, String name, String address) throws Exception
Exception
void deleteBindings(PersistedType type, String name) throws Exception
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.