org.isis.gme.bon
Class ComponentInvoker

java.lang.Object
  extended byorg.isis.gme.bon.ComponentInvoker

public final class ComponentInvoker
extends java.lang.Object


Constructor Summary
ComponentInvoker()
           
 
Method Summary
static void invokeEx(java.lang.String classPath, java.lang.String jclass, int iproject, int icurrentObj, int iselectedObjs, int param)
          Main entry point of java interpreter invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInvoker

public ComponentInvoker()
Method Detail

invokeEx

public static void invokeEx(java.lang.String classPath,
                            java.lang.String jclass,
                            int iproject,
                            int icurrentObj,
                            int iselectedObjs,
                            int param)
Main entry point of java interpreter invocation. GME calls this method when the user starts a java interpreter

Parameters:
classPath - ClassPath of the user defined interpreter
jclass - Class of the user defined interpreter
iproject - MgaProject COM interface pointer
icurrentObj - The current MgaFCO COM object pointer
iselectedObjs - MGAFCOs COM object pointer containing the selected object
param - custom parameter for interpreter