public class NodeNameGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
VERSION |
Constructor and Description |
---|
NodeNameGenerator() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
execute(java.lang.String defaultName,
java.lang.String hashedName)
Sample method, used only for testing.
|
static java.lang.String |
run(java.lang.String defaultName,
java.lang.String hashedName)
"run" method is the model for the node name generating method.
|
public static java.lang.String execute(java.lang.String defaultName, java.lang.String hashedName)
run(String, String)
for complete informationdefaultName
- hashedName
- public static java.lang.String run(java.lang.String defaultName, java.lang.String hashedName)
defaultName
- receives "machinename/systemname" from the initializing system.
ex: "SDEVRULESB/pega"hashedName
- receives the hash used for the node name.Copyright © 2018 Pegasystems Inc. All Rights Reserved.