com.matrixone.apps.domain.util
Class ProgramUtil

java.lang.Object
  |
  +--com.matrixone.apps.domain.util.ProgramUtil

public class ProgramUtil
extends java.lang.Object

The ProgramUtil class contains static methods for JPO-related activities.


Method Summary
static void compile(matrix.db.Context context, matrix.util.StringList JPOs, boolean force)
          compile program
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compile

public static void compile(matrix.db.Context context,
                           matrix.util.StringList JPOs,
                           boolean force)
                    throws FrameworkException
compile program
Parameters:
context - the eMatrix Context object
JPOs - list of JPOs to be compiled
force - force compile or not
Throws:
FrameworkException - if the operation fails
Since:
AEF 10-5