|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.launcher.PetalsLauncher
public class PetalsLauncher
Command Line Interface to start petals ESB server
| Field Summary | |
|---|---|
static java.lang.String |
NAME
|
static java.lang.String |
PETALS_HOME_PROPERTY_NAME
|
static java.lang.String[] |
TITLE
|
| Constructor Summary | |
|---|---|
PetalsLauncher()
|
|
| Method Summary | |
|---|---|
protected void |
launchPetalsServer(Configuration config)
Launch Petals ESB Server |
static void |
main(java.lang.String[] args)
Parse options and command line arguments |
protected void |
parseOptions(java.lang.String[] options)
|
protected void |
printLauncherVersion()
Print launcher version informations |
protected void |
printUsageMessage()
Print the usage message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NAME
public static final java.lang.String PETALS_HOME_PROPERTY_NAME
public static final java.lang.String[] TITLE
| Constructor Detail |
|---|
public PetalsLauncher()
| Method Detail |
|---|
protected void parseOptions(java.lang.String[] options)
options -
protected void launchPetalsServer(Configuration config)
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.InterruptedException,
PetalsLauncherException,
java.lang.SecurityException,
java.lang.NoSuchMethodException,
java.lang.IllegalArgumentException,
java.lang.reflect.InvocationTargetException
config - the ESB configuration
PetalsLauncherException - when an error occurs while starting petals
java.lang.ClassNotFoundException
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.InterruptedException
java.lang.NoSuchMethodException
java.lang.SecurityException
java.lang.reflect.InvocationTargetException
java.lang.IllegalArgumentExceptionprotected void printLauncherVersion()
protected void printUsageMessage()
public static void main(java.lang.String[] args)
args - Arguments from the command line
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||