| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Boolean> |
AUTO_DEPLOY |
static String |
OPENEJB_APP_AUTODEPLOY |
static String |
OPENEJB_DEPLOYER_FORCED_APP_ID_PROP |
static String |
OPENEJB_DEPLOYER_HOST |
static String |
OPENEJB_PATH_BINARIES |
static String |
OPENEJB_USE_BINARIES |
static String |
OPENEJB_VALUE_BINARIES |
| Constructor and Description |
|---|
DeployerEjb() |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
deploy(Properties properties) |
AppInfo |
deploy(String location) |
AppInfo |
deploy(String inLocation,
Properties properties) |
Collection<AppInfo> |
getDeployedApps() |
String |
getUniqueFile()
Returns a unique file per runtime.
|
void |
reload(String moduleId) |
void |
undeploy(String moduleId) |
public static final String OPENEJB_DEPLOYER_FORCED_APP_ID_PROP
public static final String OPENEJB_DEPLOYER_HOST
public static final String OPENEJB_USE_BINARIES
public static final String OPENEJB_PATH_BINARIES
public static final String OPENEJB_VALUE_BINARIES
public static final String OPENEJB_APP_AUTODEPLOY
public static final ThreadLocal<Boolean> AUTO_DEPLOY
public String getUniqueFile()
DeployergetUniqueFile in interface Deployerpublic Collection<AppInfo> getDeployedApps()
getDeployedApps in interface Deployerpublic AppInfo deploy(String location) throws OpenEJBException
deploy in interface DeployerOpenEJBExceptionpublic AppInfo deploy(Properties properties) throws OpenEJBException
deploy in interface DeployerOpenEJBExceptionpublic AppInfo deploy(String inLocation, Properties properties) throws OpenEJBException
deploy in interface DeployerOpenEJBExceptionpublic void undeploy(String moduleId) throws UndeployException, NoSuchApplicationException
undeploy in interface DeployerUndeployExceptionNoSuchApplicationExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.