public interface PRNode extends PageDirectory
Modifier and Type | Field and Description |
---|---|
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 |
SCOPE_NODE, SCOPE_REQUESTOR, SCOPE_THREAD
Modifier and Type | Method and Description |
---|---|
java.lang.String |
calculateNodeUniqueID(java.lang.String aSystemName,
java.lang.String aNodeName,
java.lang.String aWebServerTempDir)
Deprecated.
As of Pega 7.1.9. If an explicit ID is used for this node, this method would have returned a value different
than
getNodeUniqueID() . The behavior of this method may be inconsistent with its signature. This
method will always return the same value as getNodeUniqueID (whether the id is calculated via
the input parameters to this method or not). Use getNodeUniqueID() and allow the Node class
itself to handle returning the correct ID. |
char |
getNodeType()
Returns the type of this node.
|
java.lang.String |
getNodeUniqueID() |
findName, getDeclarativePageNames, getPage, getPage, getPage, getPageNames, getScope, pageExists, pageExists, removeDeclarativePage, removePage, removePage, removePage, renamePage
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
static final char NODETYPE_INTRANET
static final char NODETYPE_WEBTESTING
static final char NODETYPE_WEB
@Deprecated java.lang.String calculateNodeUniqueID(java.lang.String aSystemName, java.lang.String aNodeName, java.lang.String aWebServerTempDir)
getNodeUniqueID()
. The behavior of this method may be inconsistent with its signature. This
method will always return the same value as getNodeUniqueID
(whether the id is calculated via
the input parameters to this method or not). Use getNodeUniqueID()
and allow the Node class
itself to handle returning the correct ID.aSystemName
- PRPC hostnameaNodeName
- PRPC node nameaWebServerTempDir
- PRPC temp dirjava.lang.String getNodeUniqueID()
char getNodeType()
Copyright © 2015 Pegasystems Inc. All Rights Reserved.