org.jboss.client
Interface AppClientLauncher
- All Known Implementing Classes:
- ReflectionLauncher
public interface AppClientLauncher
An interface for launching a javaee client application
- Version:
- $Revision: 85945 $
- Author:
- Scott.Stark@jboss.org
launch
void launch(String clientClass,
String clientName,
String[] args)
throws Throwable
- Launch a javaee client application.
- Parameters:
clientClass
- - the class whose main(String[]) will be invokedclientName
- - the client name that maps to the server side JNDI ENC.
May be null indicating the name should be taken from the client jar
descriptors/annotations.args
- - the args to pass to main method
- Throws:
Throwable
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.