|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.store.readonly.io.BaseCloser<java.io.Closeable>
voldemort.store.readonly.io.Closer
public class Closer
Field Summary |
---|
Fields inherited from class voldemort.store.readonly.io.BaseCloser |
---|
delegates |
Constructor Summary | |
---|---|
Closer()
|
|
Closer(java.io.Closeable... delegates)
|
|
Closer(java.util.List delegates)
|
Method Summary | |
---|---|
void |
close()
|
boolean |
closed()
|
boolean |
isClosed()
|
protected void |
onDelegate(java.io.Closeable delegate)
|
Methods inherited from class voldemort.store.readonly.io.BaseCloser |
---|
add, add, exec, executed, setCause |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Closer()
public Closer(java.util.List delegates)
public Closer(java.io.Closeable... delegates)
Method Detail |
---|
public void close() throws java.io.IOException
close
in interface java.io.Closeable
java.io.IOException
public boolean closed()
public boolean isClosed()
protected void onDelegate(java.io.Closeable delegate) throws java.io.IOException
onDelegate
in class BaseCloser<java.io.Closeable>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |