Package | Description |
---|---|
net.sf.joafip.kvstore.entity | |
net.sf.joafip.kvstore.service | |
net.sf.joafip.service |
Modifier and Type | Method and Description |
---|---|
static EnumFileState |
EnumFileState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumFileState[] |
EnumFileState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumFileState |
HeapFileStateHelper.fileState(Exception exception)
to have the file state give by exception or its primary cause
|
EnumFileState |
HeapException.getFileState() |
Constructor and Description |
---|
HeapException(EnumFileState fileState) |
HeapException(String message,
EnumFileState fileState) |
HeapException(String message,
Throwable cause,
EnumFileState fileState) |
HeapException(Throwable cause,
EnumFileState fileState) |
Modifier and Type | Method and Description |
---|---|
static EnumFileState |
FilePersistence.fileState(Exception exception)
to have the file state give by exception or its primary cause
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.