com.sun.ejb.spi.sfsb.util
Interface CheckpointPolicy

All Known Implementing Classes:
CheckpointPolicyImpl

public interface CheckpointPolicy

A Utility class to determine if checkpointing is required for a method

Author:
Mahesh Kannan

Method Summary
 boolean isHAEnabled()
           
 boolean needsCheckpoint(java.lang.reflect.Method method)
           
 

Method Detail

isHAEnabled

boolean isHAEnabled()

needsCheckpoint

boolean needsCheckpoint(java.lang.reflect.Method method)


Copyright © 2012 GlassFish Community. All Rights Reserved.