org.apache.jdo.tck.api.instancecallbacks
Class InstanceLifecycleListenerStore.PC

java.lang.Object
  extended byorg.apache.jdo.tck.api.instancecallbacks.InstanceLifecycleListenerStore.PC
All Implemented Interfaces:
javax.jdo.listener.StoreCallback
Enclosing class:
InstanceLifecycleListenerStore

public static class InstanceLifecycleListenerStore.PC
extends java.lang.Object
implements javax.jdo.listener.StoreCallback

The persistence-capable class that implements the load callback.


Constructor Summary
InstanceLifecycleListenerStore.PC()
           
InstanceLifecycleListenerStore.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl listener)
           
 
Method Summary
 void jdoPreStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceLifecycleListenerStore.PC

public InstanceLifecycleListenerStore.PC()

InstanceLifecycleListenerStore.PC

public InstanceLifecycleListenerStore.PC(AbstractInstanceLifecycleListener.InstanceLifecycleListenerImpl listener)
Method Detail

jdoPreStore

public void jdoPreStore()
Specified by:
jdoPreStore in interface javax.jdo.listener.StoreCallback


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.