JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
boolean
close
()
Idempotent close method.
boolean
isClosed
()
Returns true if the instance has been closed
Method Detail
close
boolean close()
Idempotent close method. Returns true if the instance had already been closed
Returns:
true if the object had already been closed, false otherwise
isClosed
boolean isClosed()
Returns true if the instance has been closed
Returns:
true if the object is closed
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method