FileDocCategorySizeDatePackage
CheckpointPolicyImpl.javaAPI DocGlassfish v2 API2426Fri May 04 22:32:56 BST 2007com.sun.ejb.base.sfsb.util

CheckpointPolicyImpl

public class CheckpointPolicyImpl extends Object implements com.sun.ejb.spi.sfsb.util.CheckpointPolicy
author
Mahesh Kannan

Fields Summary
private boolean
haEnabled
Constructors Summary
public CheckpointPolicyImpl(boolean haEnabled)

	this.haEnabled = haEnabled;
    
Methods Summary
public booleanisHAEnabled()

	return haEnabled;
    
public booleanneedsCheckpoint(java.lang.reflect.Method method)

	return false;