com.ibm.btt.base
Class ServiceInitializer
java.lang.Object
com.ibm.btt.base.ServiceInitializer
- All Implemented Interfaces:
- Initializer
public class ServiceInitializer
- extends java.lang.Object
- implements Initializer
Type Initializer which handles BTT Operation definitions
generally the operation.xml
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInitializer
public ServiceInitializer()
initialize
public void initialize(KeyedCollection config)
throws BTTInitException
- Description copied from interface:
Initializer
- Initialize current component
- Specified by:
initialize
in interface Initializer
- Throws:
BTTInitException
cleanup
public void cleanup(KeyedCollection config)
throws BTTCleanUpException
- Description copied from interface:
Initializer
- Cleanup current component
- Specified by:
cleanup
in interface Initializer
- Parameters:
config
- the current cached XML
cleans the current cached configuration
- Throws:
BTTCleanUpException
getTagClassTable
public static Hashtable getTagClassTable()
getSettings
public static KeyedCollection getSettings()
reinitialize
public static void reinitialize()
throws BTTInitException
- Throws:
BTTInitException
(c) Copyright IBM Corporation 1998, 2011