extensions.gem
Class scriptFactory

java.lang.Object
  |
  +--extensions.gem.scriptFactory

public class scriptFactory
extends java.lang.Object

Program Name: scriptFactory.java Comments: This class contains a factory method for creating a specific subclass of the createScript class. For example, for PBS, there should be a class createPBS, which we can create by scriptFactory.makeChild("PBS",cm) where the first argument can be obtained from the ApplDesc.xml file and the second is an instance of the context manager class.


Constructor Summary
scriptFactory()
           
 
Method Summary
static createScript makeChild(java.lang.String queueType, ContextManagerBean cm, java.lang.String name)
           
static createScript makeChild(java.lang.String queueType, extensions.gem.ContextManager cm, java.lang.String name)
           
static createScript makeChild(java.lang.String queueType, moduleServerBean msb, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

scriptFactory

public scriptFactory()
Method Detail

makeChild

public static createScript makeChild(java.lang.String queueType,
                                     extensions.gem.ContextManager cm,
                                     java.lang.String name)

makeChild

public static createScript makeChild(java.lang.String queueType,
                                     ContextManagerBean cm,
                                     java.lang.String name)

makeChild

public static createScript makeChild(java.lang.String queueType,
                                     moduleServerBean msb,
                                     java.lang.String name)