Package org.jvnet.hk2.internal
Interface Closeable
-
- All Known Implementing Classes:
SystemDescriptor
public interface CloseableA 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 booleanclose()Idempotent close method.booleanisClosed()Returns true if the instance has been closed
-