com.sun.ejb.base.sfsb.util
Class CheckpointPolicyImpl

java.lang.Object
  extended by com.sun.ejb.base.sfsb.util.CheckpointPolicyImpl
All Implemented Interfaces:
CheckpointPolicy

public class CheckpointPolicyImpl
extends java.lang.Object
implements CheckpointPolicy

Author:
Mahesh Kannan

Constructor Summary
CheckpointPolicyImpl(boolean haEnabled)
           
 
Method Summary
 boolean isHAEnabled()
           
 boolean needsCheckpoint(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckpointPolicyImpl

public CheckpointPolicyImpl(boolean haEnabled)
Method Detail

isHAEnabled

public boolean isHAEnabled()
Specified by:
isHAEnabled in interface CheckpointPolicy

needsCheckpoint

public boolean needsCheckpoint(java.lang.reflect.Method method)
Specified by:
needsCheckpoint in interface CheckpointPolicy


Copyright © 2012 GlassFish Community. All Rights Reserved.