com.ibm.itim.fesiextensions

Class Enrole

  • java.lang.Object
    • com.ibm.itim.fesiextensions.Enrole
    • Constructor Detail

      • Enrole

        public Enrole()
    • Method Detail

      • initializeExtension

        public void initializeExtension(FESI.jslib.JSGlobalObject go)
                                 throws FESI.jslib.JSException
        Initializes the extension. At the conclusion of initialization, the functions defined in the extension will be available to the script interpreter.
        Specified by:
        initializeExtension in interface FESI.jslib.JSExtension
        Parameters:
        go - JSGlobalObject for the interpreter thread.
        Throws:
        FESI.jslib.JSException - Thrown if unable to initialize the extension.