com.objectwave.appArch
Class ApplicationBootstrap

java.lang.Object
  |
  +--com.objectwave.appArch.ApplicationBootstrap
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
ApplicationBootstrap

public class ApplicationBootstrap
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ApplicationBootstrap(java.lang.String className)
           
ApplicationBootstrap(java.lang.String className, boolean isObjectServer)
           
 
Method Summary
 void finalize()
          I'm not sure you want to do this.
 java.lang.ClassLoader getNewClassLoader()
          This method could/should be overloaded to return any custom class loaders.
 java.lang.String getObjectServerName()
          Overload this if you want this class to install a class loader.
static void main(java.lang.String[] argv)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationBootstrap

public ApplicationBootstrap(java.lang.String className)

ApplicationBootstrap

public ApplicationBootstrap(java.lang.String className,
                            boolean isObjectServer)
Method Detail

finalize

public void finalize()
I'm not sure you want to do this.

Overrides:
finalize in class java.lang.Object

getNewClassLoader

public java.lang.ClassLoader getNewClassLoader()
This method could/should be overloaded to return any custom class loaders.


getObjectServerName

public java.lang.String getObjectServerName()
Overload this if you want this class to install a class loader.


main

public static void main(java.lang.String[] argv)

run

public void run()
Specified by:
run in interface java.lang.Runnable