public class NullJMSStorageManagerImpl extends Object implements JMSStorageManager
| Constructor and Description |
|---|
NullJMSStorageManagerImpl() |
| 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 |
deleteDestination(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
|
boolean |
isStarted() |
void |
load() |
List<PersistedConnectionFactory> |
recoverConnectionFactories() |
List<PersistedDestination> |
recoverDestinations() |
List<PersistedJNDI> |
recoverPersistedJNDI() |
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 HornetQComponentpublic void start()
throws Exception
start in interface HornetQComponentExceptionpublic void stop()
throws Exception
stop in interface HornetQComponentExceptionpublic void addJNDI(PersistedType type, String name, String... address) throws Exception
addJNDI in interface JMSStorageManagerExceptionpublic void deleteJNDI(PersistedType type, String name, String address) throws Exception
deleteJNDI in interface JMSStorageManagerExceptionpublic void deleteDestination(PersistedType type, String name) throws Exception
deleteDestination in interface JMSStorageManagerExceptionpublic void deleteJNDI(PersistedType type, String name) throws Exception
deleteJNDI in interface JMSStorageManagerExceptionpublic List<PersistedJNDI> recoverPersistedJNDI() throws Exception
recoverPersistedJNDI in interface JMSStorageManagerExceptionpublic void installReplication(ReplicationEndpoint replicationEndpoint) throws Exception
JMSStorageManagerinstallReplication in interface JMSStorageManagerExceptionpublic void load()
throws Exception
load in interface JMSStorageManagerExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.