|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PRNode
The PegaRULES Node interface encapsulates information applicable to the execution environment of PegaRULES within a single Java Virtual Machine.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
static char |
NODETYPE_INTRANET
default, pre 5.4 node type. |
static char |
NODETYPE_WEB
new PRPC-on-the-web node type. |
static char |
NODETYPE_WEBTESTING
Test/data collection mode for real "web" mode. |
static java.lang.String |
VERSION
|
Fields inherited from interface com.pega.pegarules.pub.context.PageDirectory |
---|
SCOPE_NODE, SCOPE_REQUESTOR, SCOPE_THREAD |
Method Summary | |
---|---|
java.lang.String |
calculateNodeUniqueID(java.lang.String aSystemName,
java.lang.String aNodeName,
java.lang.String aWebServerTempDir)
Calculates the node id of any PRPC system with the given properties. |
char |
getNodeType()
Returns the type of this node. |
java.lang.String |
getNodeUniqueID()
|
Methods inherited from interface com.pega.pegarules.pub.context.PageDirectory |
---|
findName, getPage, getPageNames, getScope, pageExists, removePage, removePage, renamePage |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
static final char NODETYPE_INTRANET
static final char NODETYPE_WEBTESTING
static final char NODETYPE_WEB
Method Detail |
---|
java.lang.String calculateNodeUniqueID(java.lang.String aSystemName, java.lang.String aNodeName, java.lang.String aWebServerTempDir)
aSystemName
- PRPC hostnameaNodeName
- PRPC node nameaWebServerTempDir
- PRPC temp dir
java.lang.String getNodeUniqueID()
char getNodeType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |