org.jboss.client
Class AppClientMain

java.lang.Object
  extended by org.jboss.client.AppClientMain

public class AppClientMain
extends Object

A java Main used to launch java ee app clients.

Version:
$Revision: 85945 $
Author:
Scott.Stark@jboss.org

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

JBOSS_CLIENT_PARAM

public static final String JBOSS_CLIENT_PARAM
The name of the client class whose main(String[]) should be launched

See Also:
Constant Field Values

J2EE_CLIENT_PARAM

public static final String J2EE_CLIENT_PARAM
The name of the javaee client context used to identify the server side ENC

See Also:
Constant Field Values

LAUNCHERS_PARAM

public static final String LAUNCHERS_PARAM
Comma separated list of AppClientLauncher implementation classes

See Also:
Constant Field Values

DEFAULT_LAUNCHERS

public static String[] DEFAULT_LAUNCHERS
The default list of launchers

Constructor Detail

AppClientMain

public AppClientMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main entry

Throws:
Exception


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.