|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Engine
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static int |
ENGINE_FAILED
The PegaRULES Engine failed to start; please consult the log output for more information. |
static int |
ENGINE_RUNNING
The PegaRULES Engine is already running; no action was taken by this call. |
static int |
ENGINE_STARTED
The PegaRULES Engine was successfully started via this call. |
static java.lang.String |
VERSION
|
Method Summary | |
---|---|
java.lang.Object |
getNode()
Retrieve the PRNode instance associated with the engine. |
java.lang.String |
getNodeUniqueID()
Retrieve the unique id for this node |
int |
startEngine()
Start the PegaRULES engine. |
int |
startEngineBootstrap()
Start the PegaRULES engine with just the bootstrap rules loaded. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
static final int ENGINE_STARTED
static final int ENGINE_RUNNING
static final int ENGINE_FAILED
Method Detail |
---|
int startEngine()
int startEngineBootstrap()
java.lang.Object getNode()
null
if engine has not been started.java.lang.String getNodeUniqueID()
null
if engine has not been started.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |