net.sf.farrago.util
Class FarragoCompoundAllocation
java.lang.Object
org.eigenbase.util.CompoundClosableAllocation
net.sf.farrago.util.FarragoCompoundAllocation
- All Implemented Interfaces:
- FarragoAllocation, FarragoAllocationOwner, ClosableAllocation, ClosableAllocationOwner
- Direct Known Subclasses:
- DdlValidator, FarragoDbSession, FarragoDbSessionIndexMap, FarragoDbSingleton, FarragoExecutableStmtImpl, FarragoMdrTestContext, FarragoPluginCache, FarragoRuntimeContext, FarragoRuntimeContext.StreamOwner, FarragoStmtValidator
public class FarragoCompoundAllocation
- extends CompoundClosableAllocation
- implements FarragoAllocationOwner
FarragoCompoundAllocation represents a collection of FarragoAllocations which
share a common lifecycle. It guarantees that allocations are closed in the
reverse order in which they were added.
REVIEW: SWZ: 2/22/2006: New code should use CompoundClosableAllocation
directly when possible. Eventually remove this class and replace all usages
with CompoundClosableAllocation.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/util/FarragoCompoundAllocation.java#13 $
- Author:
- John V. Sichi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FarragoCompoundAllocation
public FarragoCompoundAllocation()