com.pega.pegarules.pub
Class PegaRULES

java.lang.Object
  extended by com.pega.pegarules.pub.PegaRULES

public class PegaRULES
extends java.lang.Object


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
PegaRULES()
           
 
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
 

Field Detail

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
Constructor Detail

PegaRULES

public PegaRULES()
Method Detail

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 invoke
aMethodName - name of method to invoke
args - parameters to method


Copyright © 2012 Pegasystems Inc. All Rights Reserved.