|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CasProcessorController
Field Summary | |
---|---|
static int |
DISABLED
|
static int |
INITIALIZED
|
static int |
KILLED
|
static int |
NOTINITIALIZED
|
static int |
RUNNING
|
Method Summary | |
---|---|
CasProcessor |
getCasProcessor()
Returns instance of CasProcessor |
int |
getStatus()
Returns status of CasProcessor |
boolean |
isAbortable()
Returns true if CasProcessor can be Aborted/Disabled. |
boolean |
isIntegrated()
Returns true if this is a Integrated CasProcessor |
boolean |
isLocal()
Returns true if this is a Locally Deployed CasProcessor ( Same machine, different JVM ) |
boolean |
isRemote()
Returns true if this is a Remotely Deployed CasProcessor |
void |
setStatus(int aStatus)
Sets status of CasProcessor |
Field Detail |
---|
static final int NOTINITIALIZED
static final int INITIALIZED
static final int RUNNING
static final int DISABLED
static final int KILLED
Method Detail |
---|
CasProcessor getCasProcessor()
int getStatus()
void setStatus(int aStatus)
int
- aStatusboolean isLocal()
boolean isRemote()
boolean isIntegrated()
boolean isAbortable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |