|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationMode
This interface defines symbolic constants that state whether the human task manager database is used
as an archive or for production purposes.
When the human task manager database is used as an archive, only read access to stored objects is supported.
All method calls that try to change the human task manager archive are rejected. An
ArchiveUnsupportedOperationException
is thrown.
Field Summary | |
---|---|
static int |
ARCHIVE
Symbolic constant that indicates that the human task manager database is used as an archive. |
static java.lang.String |
COPYRIGHT
|
static int |
RUNTIME
Symbolic constant that indicates that the human task manager database is used for production purposes. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final int ARCHIVE
static final int RUNTIME
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |