Package org.jvnet.hk2.internal
Interface Closeable
-
- All Known Implementing Classes:
SystemDescriptor
public interface Closeable
A closeable object is one that can be closed once, and can not be opened again
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
close()
Idempotent close method.boolean
isClosed()
Returns true if the instance has been closed
-