org.apache.jdo.tck.pc.instancecallbacks
Class InstanceCallbackNonPersistFdsClass
java.lang.Object
org.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
- All Implemented Interfaces:
- javax.jdo.listener.ClearCallback, javax.jdo.listener.DeleteCallback, javax.jdo.InstanceCallbacks, javax.jdo.listener.LoadCallback, javax.jdo.listener.StoreCallback
- public class InstanceCallbackNonPersistFdsClass
- extends java.lang.Object
- implements javax.jdo.InstanceCallbacks
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
i
public int i
c
public char c
d
public double d
s
public short s
children
public java.util.HashSet children
loadTime
public java.util.Date loadTime
floatValue
public float floatValue
intValue
public int intValue
savedIntValue
public static int savedIntValue
savedFloatValue
public static float savedFloatValue
savedLoadTime
public static java.util.Date savedLoadTime
member1
public static java.lang.String member1
member2
public static java.lang.String member2
member3
public static java.lang.String member3
preClearCalled
public static boolean preClearCalled
preStoreCalled
public static boolean preStoreCalled
preDeleteCalled
public static boolean preDeleteCalled
postloadCalled
public static boolean postloadCalled
postloadCalledMultipleTimes
public static boolean postloadCalledMultipleTimes
beforeGetObjectById
public static int beforeGetObjectById
afterGetObjectById
public static int afterGetObjectById
savedApplicationStep
public static int savedApplicationStep
applicationStep
public static int applicationStep
exceptions
public static java.util.ArrayList exceptions
callbackCalled
public static java.util.ArrayList callbackCalled
attributeOpCausingExceptions
public static java.util.ArrayList attributeOpCausingExceptions
InstanceCallbackNonPersistFdsClass
public InstanceCallbackNonPersistFdsClass()
InstanceCallbackNonPersistFdsClass
public InstanceCallbackNonPersistFdsClass(float floatValue,
int intValue)
initializeStaticsForTest
public static void initializeStaticsForTest()
removeAllInstances
public static void removeAllInstances(javax.jdo.PersistenceManager pm)
setNonPersist
public void setNonPersist(int i,
char c,
double d,
short s)
setNonManaged
public void setNonManaged(int i,
char c)
calcIntValue
public int calcIntValue()
calcFloatValue
public float calcFloatValue()
incrementIntValue
public void incrementIntValue()
jdoPreStore
public void jdoPreStore()
- Specified by:
jdoPreStore
in interface javax.jdo.listener.StoreCallback
jdoPreDelete
public void jdoPreDelete()
- Specified by:
jdoPreDelete
in interface javax.jdo.listener.DeleteCallback
jdoPostLoad
public void jdoPostLoad()
- Specified by:
jdoPostLoad
in interface javax.jdo.listener.LoadCallback
jdoPreClear
public void jdoPreClear()
- Specified by:
jdoPreClear
in interface javax.jdo.listener.ClearCallback
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.