com.ibm.itim.fesiextensions
Class ServiceModelExtension

java.lang.Object
  |
  +--com.ibm.itim.fesiextensions.ServiceModelExtension
All Implemented Interfaces:
JSExtension

public class ServiceModelExtension
extends java.lang.Object
implements JSExtension

Extension that defines all service model specific extensions to the java script interpreter.

Functions provided:


Constructor Summary
ServiceModelExtension()
           
 
Method Summary
 void initializeExtension(JSGlobalObject go)
          Initializes the extension.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceModelExtension

public ServiceModelExtension()
Method Detail

initializeExtension

public void initializeExtension(JSGlobalObject go)
                         throws 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 JSExtension
Parameters:
go - JSGlobalObject for the interpreter thread.
Throws:
JSException - Thrown if unable to initialize the extension.