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 |
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
Copyright © 2018 The Apache Software Foundation