org.apache.jdo.tck.pc.instancecallbacks
Class InstanceCallbackNonPersistFdsClass

java.lang.Object
  extended byorg.apache.jdo.tck.pc.instancecallbacks.InstanceCallbackNonPersistFdsClass
All Implemented Interfaces:
javax.jdo.InstanceCallbacks

public class InstanceCallbackNonPersistFdsClass
extends java.lang.Object
implements javax.jdo.InstanceCallbacks


Nested Class Summary
static class InstanceCallbackNonPersistFdsClass.KeyClass
           
 
Field Summary
static int afterGetObjectById
           
static int applicationStep
           
static java.util.ArrayList attributeOpCausingExceptions
           
static int beforeGetObjectById
           
 char c
           
static java.util.ArrayList callbackCalled
           
 java.util.HashSet children
           
 double d
           
static java.util.ArrayList exceptions
           
 float floatValue
           
 int i
           
 int intValue
           
 java.util.Date loadTime
           
static java.lang.String member1
           
static java.lang.String member2
           
static java.lang.String member3
           
static boolean postloadCalled
           
static boolean postloadCalledMultipleTimes
           
static boolean preClearCalled
           
static boolean preDeleteCalled
           
static boolean preStoreCalled
           
 short s
           
static int savedApplicationStep
           
static float savedFloatValue
           
static int savedIntValue
           
static java.util.Date savedLoadTime
           
 
Constructor Summary
InstanceCallbackNonPersistFdsClass()
           
InstanceCallbackNonPersistFdsClass(float floatValue, int intValue)
           
 
Method Summary
 float calcFloatValue()
           
 int calcIntValue()
           
 void incrementIntValue()
           
static void initializeStaticsForTest()
           
 void jdoPostLoad()
           
 void jdoPreClear()
           
 void jdoPreDelete()
           
 void jdoPreStore()
           
static void removeAllInstances(javax.jdo.PersistenceManager pm)
           
 void setNonManaged(int i, char c)
           
 void setNonPersist(int i, char c, double d, short s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

InstanceCallbackNonPersistFdsClass

public InstanceCallbackNonPersistFdsClass()

InstanceCallbackNonPersistFdsClass

public InstanceCallbackNonPersistFdsClass(float floatValue,
                                          int intValue)
Method Detail

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.InstanceCallbacks

jdoPreDelete

public void jdoPreDelete()
Specified by:
jdoPreDelete in interface javax.jdo.InstanceCallbacks

jdoPostLoad

public void jdoPostLoad()
Specified by:
jdoPostLoad in interface javax.jdo.InstanceCallbacks

jdoPreClear

public void jdoPreClear()
Specified by:
jdoPreClear in interface javax.jdo.InstanceCallbacks


Copyright © 2005 Apache Software Foundation. All Rights Reserved.