wt.inf.template
Class LoadContainerTemplate

java.lang.Object
  extended bywt.inf.template.LoadContainerTemplate
All Implemented Interfaces:
RemoteAccess

public class LoadContainerTemplate
extends Object
implements RemoteAccess


Field Summary
private static String RESOURCE
           
private static boolean VERBOSE
           
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
LoadContainerTemplate()
           
 
Method Summary
static boolean createContainerTemplate(Hashtable nv, Hashtable cmd_line, Vector return_objects)
           
static void main(String[] pargs)
           
private static boolean processBooleanStr(String enabledStr)
           
private static IxbElement processInputs(String[] args)
           
static void testLoad(Hashtable nv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static final boolean VERBOSE

RESOURCE

private static final String RESOURCE
Constructor Detail

LoadContainerTemplate

public LoadContainerTemplate()
Method Detail

createContainerTemplate

public static boolean createContainerTemplate(Hashtable nv,
                                              Hashtable cmd_line,
                                              Vector return_objects)
                                       throws WTException
Throws:
WTException

processBooleanStr

private static boolean processBooleanStr(String enabledStr)
                                  throws WTException
Throws:
WTException

testLoad

public static void testLoad(Hashtable nv)
                     throws WTException
Throws:
WTException

main

public static void main(String[] pargs)
                 throws Exception
Throws:
Exception

processInputs

private static IxbElement processInputs(String[] args)
                                 throws WTException
Throws:
WTException