public interface CasProcessorController
Modifier and Type | Field and Description |
---|---|
static int |
DISABLED |
static int |
INITIALIZED |
static int |
KILLED |
static int |
NOTINITIALIZED |
static int |
RUNNING |
Modifier and Type | Method and Description |
---|---|
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
|
static final int NOTINITIALIZED
static final int INITIALIZED
static final int RUNNING
static final int DISABLED
static final int KILLED
CasProcessor getCasProcessor()
int getStatus()
void setStatus(int aStatus)
aStatus
- boolean isLocal()
boolean isRemote()
boolean isIntegrated()
boolean isAbortable()
Copyright © 2015. All rights reserved.