public interface JMSStorageManager extends 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 |
installReplication(ReplicationEndpoint replicationEndpoint)
Add the journal here to the replication endpoint
|
void |
load() |
List<PersistedConnectionFactory> |
recoverConnectionFactories() |
List<PersistedDestination> |
recoverDestinations() |
List<PersistedJNDI> |
recoverPersistedJNDI() |
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 addJNDI(PersistedType type, String name, String... address) throws Exception
Exception
List<PersistedJNDI> recoverPersistedJNDI() throws Exception
Exception
void deleteJNDI(PersistedType type, String name, String address) throws Exception
Exception
void deleteJNDI(PersistedType type, String name) throws Exception
Exception
void installReplication(ReplicationEndpoint replicationEndpoint) throws Exception
replicationEndpoint
- Exception
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.