org.jtoolkit.essence.utils
Interface Closeable

All Superinterfaces:
java.io.Closeable
All Known Subinterfaces:
Cluster, Container, Store<K,V>

public interface Closeable
extends java.io.Closeable

Author:
Peter Lawrey

Field Summary
static java.lang.String CLOSED
           
 
Method Summary
 void close()
          Close silently.
 boolean isClosed()
           
 

Field Detail

CLOSED

static final java.lang.String CLOSED
See Also:
Constant Field Values
Method Detail

close

void close()
Close silently.

Specified by:
close in interface java.io.Closeable

isClosed

boolean isClosed()
Returns:
true if the Closeable is closed.


Copyright © Peter Lawrey. All Rights Reserved.