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, wait
sharedCopy
public SharedCloseableImpl(RefCounted.Tidy tidy)
protected SharedCloseableImpl(SharedCloseableImpl copy)
public boolean isCleanedUp()
public void close()
close
in interface java.lang.AutoCloseable
public java.lang.Throwable close(java.lang.Throwable accumulate)
close
in interface SharedCloseable
public void addTo(Ref.IdentityCollection identities)
addTo
in interface SharedCloseable
Copyright © 2017 The Apache Software Foundation