public interface JMSStorageManager
extends org.hornetq.core.server.HornetQComponent
| Modifier and Type | Method and Description |
|---|---|
void |
addJNDI(PersistedType type,
String name,
String... address) |
void |
deleteConnectionFactory(String connectionFactory) |
void |
deleteDestination(PersistedType type,
String name) |
void |
deleteJNDI(PersistedType type,
String name) |
void |
deleteJNDI(PersistedType type,
String name,
String address) |
void |
load() |
List<PersistedConnectionFactory> |
recoverConnectionFactories() |
List<PersistedDestination> |
recoverDestinations() |
List<PersistedJNDI> |
recoverPersistedJNDI() |
void |
storeConnectionFactory(PersistedConnectionFactory connectionFactory) |
void |
storeDestination(PersistedDestination destination) |
void storeDestination(PersistedDestination destination) throws Exception
Exceptionvoid deleteDestination(PersistedType type, String name) throws Exception
ExceptionList<PersistedDestination> recoverDestinations()
void deleteConnectionFactory(String connectionFactory) throws Exception
Exceptionvoid storeConnectionFactory(PersistedConnectionFactory connectionFactory) throws Exception
ExceptionList<PersistedConnectionFactory> recoverConnectionFactories()
void addJNDI(PersistedType type, String name, String... address) throws Exception
ExceptionList<PersistedJNDI> recoverPersistedJNDI() throws Exception
Exceptionvoid deleteJNDI(PersistedType type, String name, String address) throws Exception
Exceptionvoid deleteJNDI(PersistedType type, String name) throws Exception
ExceptionCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.