FileDocCategorySizeDatePackage
TestStateManager.javaAPI DocGlassfish v2 API2743Fri May 04 22:34:58 BST 2007com.sun.jdo.spi.persistence.support.sqlstore

TestStateManager

public interface TestStateManager
This interface is used to unit test the StateManager.

Fields Summary
Constructors Summary
Methods Summary
public booleantestIsAutoPersistent()
This method is used to determine if an instance is in the autopersistent state. It returns true if the instance is autopersistence and false otherwise.

public booleantestIsLoaded(java.lang.String fieldName)
This method is used to test if a field identified by fieldName is loaded in memory. It returns true is the field is loaded and false, otehrwise.

public booleantestIsLoaded(int fieldNumber)
This method is used to test if a field identified by fieldNumber is loaded in memory. It returns true is the field is loaded and false otehrwise.