org.apache.aries.jpa.container.impl
Class CoundownCallback

java.lang.Object
  extended by org.apache.aries.jpa.container.impl.CoundownCallback
All Implemented Interfaces:
DestroyCallback

public final class CoundownCallback
extends Object
implements DestroyCallback

A DestroyCallback that delegates after the correct number of calls


Constructor Summary
CoundownCallback(int count, DestroyCallback callback)
           
 
Method Summary
 void callback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoundownCallback

public CoundownCallback(int count,
                        DestroyCallback callback)
Method Detail

callback

public void callback()
Specified by:
callback in interface DestroyCallback


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.