public abstract class DisposerManagedResource<T> extends ManagedResource<T>
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Object |
referent |
lockedFrom, resource, trackLockSources
Constructor and Description |
---|
DisposerManagedResource(T resource,
ResourcePool pool,
Disposer.Record record) |
_isgone, assertLocked, bumpAge, contentsNotUseful, contentsUseful, dispose, free, getAge, getInterestCount, getLockCount, getPool, getResource, isDisposalRequested, isInteresting, isLocked, isPermanent, isValid, lock, makePermanent, setMismatched, unlock, unlockall, wasMismatched
public DisposerManagedResource(T resource, ResourcePool pool, Disposer.Record record)