org.openmdx.kernel.callback
Interface CloseCallback

All Known Implementing Classes:
AbstractPersistenceManagerFactory, LightweightXAConnection, ManagedDatabaseConnection, PersistenceManagerFactory_1, PersistenceManagerFactory_2

public interface CloseCallback

Close Callback

Since:
1.9.8

Method Summary
 void postClose(Object closed)
          To tell that an object has been closed.
 

Method Detail

postClose

void postClose(Object closed)
To tell that an object has been closed.

Parameters:
closed - the object which has been closed.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.