org.apache.openjpa.event
Interface AttachListener

All Known Subinterfaces:
LifecycleListener
All Known Implementing Classes:
AbstractLifecycleListener

public interface AttachListener

Listener for when a detached instance is attached.

Author:
Steve Kim

Method Summary
 void afterAttach(LifecycleEvent event)
          Invoked after the instance has been attached.
 void beforeAttach(LifecycleEvent event)
          Invoked before the instance is attached.
 

Method Detail

beforeAttach

void beforeAttach(LifecycleEvent event)
Invoked before the instance is attached.


afterAttach

void afterAttach(LifecycleEvent event)
Invoked after the instance has been attached.



Copyright © 2006-2008 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 OpenJPA 1.1.0 API Reference
12c Release 1 (12.1.1)
Part Number E24398_01