com.beasys.rmi
Class Startup

java.lang.Object
  |
  +--com.beasys.rmi.Startup

public class Startup
extends java.lang.Object

Starts up classes described by properties in a way compatible with WLS.


Constructor Summary
Startup()
           
 
Method Summary
static void main(java.io.InputStream in)
          Interpret the stream as startupClass properties as specified in Application Server documentation.
static void main(java.util.Properties p)
          Process the properties for startupClass properties as specified in Application Server documentation.
static void startOne(java.lang.String startupName, java.lang.String[] args)
          Start the named class by calling its main with the given arguments.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Startup

public Startup()
Method Detail

startOne

public static void startOne(java.lang.String startupName,
                            java.lang.String[] args)
                     throws java.lang.Throwable
Start the named class by calling its main with the given arguments. Peel any InvocationTargetException.

main

public static void main(java.util.Properties p)
                 throws java.lang.Exception
Process the properties for startupClass properties as specified in Application Server documentation.

main

public static void main(java.io.InputStream in)
                 throws java.lang.Exception
Interpret the stream as startupClass properties as specified in Application Server documentation.