JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Field Summary
Constructor Summary
Method Summary
Enum Constant Details
ESCAPED
OPEN
OPEN_ON_EXCEPTION_PATH
CLOSED_WITHOUT_OPENED
CLOSED
CREATED
NONEXISTENT
NOT_OPEN_ON_EXCEPTION_PATH
Field Details
type
Constructor Details
State(int)
Method Details
values()
valueOf(String)
getType()
Enum Constant Summary
Enum Constants
The resource is closed (or unlocked, etc).
The resource is closed without being opened in the first place.
The resource has been created, but is not open.
The resource escapes the method.
The resource doesn't exist.
The resource is NOT open (or locked, etc) on paths that include exception
control flow.
The resource is open (or locked, etc) on paths that include only normal
control flow.
The resource is open (or locked, etc) on paths that include exception
control flow.
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
NOT_OPEN_ON_EXCEPTION_PATH