public abstract class SharedCloseableImpl extends java.lang.Object implements SharedCloseable
| Modifier | Constructor and Description | 
|---|---|
|   | SharedCloseableImpl(RefCounted.Tidy tidy) | 
| protected  | SharedCloseableImpl(SharedCloseableImpl copy) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTo(Ref.IdentityCollection identities) | 
| void | close() | 
| java.lang.Throwable | close(java.lang.Throwable accumulate) | 
| boolean | isCleanedUp() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsharedCopypublic SharedCloseableImpl(RefCounted.Tidy tidy)
protected SharedCloseableImpl(SharedCloseableImpl copy)
public boolean isCleanedUp()
public void close()
close in interface java.lang.AutoCloseablepublic java.lang.Throwable close(java.lang.Throwable accumulate)
close in interface SharedCloseablepublic void addTo(Ref.IdentityCollection identities)
addTo in interface SharedCloseableCopyright © 2018 The Apache Software Foundation