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 void
lowerFence()
Lower the fence
public void
raiseFence()
Raise the fence so that no other instance can
start the recovery at the same time.