public interface Closable
Modifier and Type | Method and Description |
---|---|
boolean |
close(boolean done)
close/reclaim associated resources.
|
boolean close(boolean done)
done
- true
indicates that this is a
permanent closure. false
indicates that
the object may be used again later, as this is only an
attempt to temporarily reclaim resourcestrue
indicates the object is still
usable. false
indicates that the object
is now unusable, and any references to it should be
released so the garbage collector can do its job.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details