|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.client.AppClientMain
public class AppClientMain
A java Main used to launch java ee app clients.
Field Summary | |
---|---|
static String[] |
DEFAULT_LAUNCHERS
The default list of launchers |
static String |
J2EE_CLIENT_PARAM
The name of the javaee client context used to identify the server side ENC |
static String |
JBOSS_CLIENT_PARAM
The name of the client class whose main(String[]) should be launched |
static String |
LAUNCHERS_PARAM
Comma separated list of AppClientLauncher implementation classes |
Constructor Summary | |
---|---|
AppClientMain()
|
Method Summary | |
---|---|
static void |
main(String[] args)
The main entry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String JBOSS_CLIENT_PARAM
public static final String J2EE_CLIENT_PARAM
public static final String LAUNCHERS_PARAM
public static String[] DEFAULT_LAUNCHERS
Constructor Detail |
---|
public AppClientMain()
Method Detail |
---|
public static void main(String[] args) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |