com.pega.pegarules.pub
Class PegaRULES
java.lang.Object
com.pega.pegarules.pub.PegaRULES
public class PegaRULES
- extends java.lang.Object
Method Summary |
static Engine |
getEngine()
Obtain an object that can manipulate the state of the PegaRULES environment. |
static void |
invoke(java.lang.String aClassName,
java.lang.String aMethodName,
java.lang.Object[] args)
Launch the specified static method in the Process commander class. |
static void |
main(java.lang.String[] args)
Launch the main method in the Process commander class specified as the
first argument, passing the remaining arguments to that class. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
PegaRULES
public PegaRULES()
getEngine
public static Engine getEngine()
- Obtain an object that can manipulate the state of the PegaRULES environment.
- Returns:
- an Engine object.
main
public static void main(java.lang.String[] args)
- Launch the main method in the Process commander class specified as the
first argument, passing the remaining arguments to that class.
- Parameters:
args
-
invoke
public static void invoke(java.lang.String aClassName,
java.lang.String aMethodName,
java.lang.Object[] args)
- Launch the specified static method in the Process commander class. It must
have a parameter signature of "Object[]" and decode the argument array itself.
- Parameters:
aClassName
- name of class to invokeaMethodName
- name of method to invokeargs
- parameters to method
Copyright © 2012 Pegasystems Inc. All Rights Reserved.