|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.loader.ServerLauncher
public class ServerLauncher
This is class is responsible for setting up any environment system properties, as well as creating the class loaders hierarchy for loading all TDI jars. This is the entry point for the class loading process along with starting the TDI Server.
Constructor Summary | |
---|---|
ServerLauncher()
|
Method Summary | |
---|---|
static java.lang.ClassLoader |
initClassLoader()
Initialize the TDI class loader that loads all TDI jars. |
static void |
main(java.lang.String[] args)
This is the main method that is called when this class is run. |
static void |
shutdown()
Shutdown all servers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerLauncher()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- the arguments that are passed to the
com.ibm.di.server.RS
.
java.lang.Exception
- - if a value without corresponding parameter name is
encounteredpublic static java.lang.ClassLoader initClassLoader() throws java.io.IOException
java.io.IOException
- If any IO problems appear.public static void shutdown()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |