|
|||||||||||
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 ClassLoader |
initClassLoader()
Initialize the TDI class loader that loads all TDI jars. |
static void |
main(String[] args)
This is the main class that is run 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(String[] args) throws Exception
args
- the arguments that are passed to the
com.ibm.di.server.RS
.
Exception
- - if a value without corresponding parameter name is
encounteredpublic static ClassLoader initClassLoader() throws IOException
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 |