Package org.hornetq.jms.server.recovery

This package is used to locate resources and connectors along the cluster set I - JCA Connection Factories or InBound MDBs will call HornetQRegistryBase::register(XARecoveryConfig) II - For each XARecoveryConfig the RegistryBase will instantiate a ResourceDiscoveryUnit which will connect using that configuration and inform the Registry of any topology members III - For each topology member found on the DiscoveryUnits, the RegistryBase will registry a HornetQResourceRecovery that will exist per server

See:
          Description


Class Summary
HornetQRecoveryRegistry This class is used by the Resource Adapter to register RecoveryDiscovery, which is based on the XARecoveryConfig
HornetQRegistryBase This class is a base class for the integration layer where This class is used on integration points and this is just a bridge to the real registry at HornetQRecoveryRegistry
HornetQXAResourceRecovery A XAResourceRecovery instance that can be used to recover any JMS provider.
HornetQXAResourceRecovery.ConfigParser  
HornetQXAResourceWrapper XAResourceWrapper.
RecoveryDiscovery This class will have a simple Connection Factory and will listen for topology updates.
XARecoveryConfig This represents the configuration of a single connection factory.
 

Package org.hornetq.jms.server.recovery Description

This package is used to locate resources and connectors along the cluster set I - JCA Connection Factories or InBound MDBs will call HornetQRegistryBase::register(XARecoveryConfig) II - For each XARecoveryConfig the RegistryBase will instantiate a ResourceDiscoveryUnit which will connect using that configuration and inform the Registry of any topology members III - For each topology member found on the DiscoveryUnits, the RegistryBase will registry a HornetQResourceRecovery that will exist per server



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.