com.sun.enterprise.connectors.inbound
Class InboundRecoveryHandler

java.lang.Object
  extended by com.sun.enterprise.connectors.inbound.InboundRecoveryHandler
All Implemented Interfaces:
RecoveryResourceHandler

@Service
public class InboundRecoveryHandler
extends java.lang.Object
implements RecoveryResourceHandler

Recovery handler for Inbound transactions

Author:
Jagadish Ramu

Constructor Summary
InboundRecoveryHandler()
           
 
Method Summary
 void closeConnections(java.util.List connList)
          
 void loadXAResourcesAndItsConnections(java.util.List xaresList, java.util.List connList)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundRecoveryHandler

public InboundRecoveryHandler()
Method Detail

loadXAResourcesAndItsConnections

public void loadXAResourcesAndItsConnections(java.util.List xaresList,
                                             java.util.List connList)

Specified by:
loadXAResourcesAndItsConnections in interface RecoveryResourceHandler

closeConnections

public void closeConnections(java.util.List connList)

Specified by:
closeConnections in interface RecoveryResourceHandler


Copyright © 2012 GlassFish Community. All Rights Reserved.