javax.jdo.listener
Interface CreateLifecycleListener

All Superinterfaces:
InstanceLifecycleListener

public interface CreateLifecycleListener
extends InstanceLifecycleListener

This interface is implemented by listeners to be notified of create events.

Since:
2.0
Version:
2.0

Method Summary
 void postCreate(InstanceLifecycleEvent event)
          Invoked whenever an instance is made persistent via a call to PersistenceManager.makePersistent(java.lang.Object) or during persistence by reachability.
 

Method Detail

postCreate

void postCreate(InstanceLifecycleEvent event)
Invoked whenever an instance is made persistent via a call to PersistenceManager.makePersistent(java.lang.Object) or during persistence by reachability.

Parameters:
event - the create event.
Since:
2.0


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

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Apache JDO2 API 2.0 Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24397_01