FileDocCategorySizeDatePackage
TransactionRecoveryServicePEImpl.javaAPI DocGlassfish v2 API2935Fri May 04 22:35:42 BST 2007com.sun.enterprise.server

TransactionRecoveryServicePEImpl

public class TransactionRecoveryServicePEImpl extends Object implements com.sun.enterprise.autotxrecovery.TransactionRecovery
It is a dummy implementation of Automatic Transaction Recovery in PE It does not do anything. ResourceInstaller and RecoveryManager calls these methods which do not do anything. These methods do the real job in EEAutoTransactionServiceImpl class.

Fields Summary
Constructors Summary
Methods Summary
public voidlowerFence()
Lower the fence

public voidraiseFence()
Raise the fence so that no other instance can start the recovery at the same time.

public voidstart()