Class ActiveMQRegistryImpl
- java.lang.Object
-
- org.apache.activemq.artemis.service.extensions.xa.recovery.ActiveMQRegistryImpl
-
- All Implemented Interfaces:
ActiveMQRegistry
public class ActiveMQRegistryImpl extends Object implements ActiveMQRegistry
-
-
Constructor Summary
Constructors Constructor Description ActiveMQRegistryImpl()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActiveMQRegistrygetInstance()voidinit()voidregister(XARecoveryConfig resourceConfig)voidstop()voidunRegister(XARecoveryConfig resourceConfig)
-
-
-
Method Detail
-
getInstance
public static ActiveMQRegistry getInstance()
-
register
public void register(XARecoveryConfig resourceConfig)
- Specified by:
registerin interfaceActiveMQRegistry
-
unRegister
public void unRegister(XARecoveryConfig resourceConfig)
- Specified by:
unRegisterin interfaceActiveMQRegistry
-
stop
public void stop()
- Specified by:
stopin interfaceActiveMQRegistry
-
init
public void init()
- Specified by:
initin interfaceActiveMQRegistry
-
-