public interface Deployer
| Modifier and Type | Field and Description |
|---|---|
static String |
ALT_DD |
static String |
FILENAME |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
deploy(Properties properties) |
AppInfo |
deploy(String location) |
AppInfo |
deploy(String location,
Properties properties) |
Collection<AppInfo> |
getDeployedApps() |
String |
getUniqueFile()
Returns a unique file per runtime.
|
void |
reload(String moduleId) |
void |
undeploy(String moduleId) |
static final String FILENAME
static final String ALT_DD
String getUniqueFile()
Collection<AppInfo> getDeployedApps()
AppInfo deploy(String location) throws OpenEJBException
OpenEJBExceptionAppInfo deploy(Properties properties) throws OpenEJBException
OpenEJBExceptionAppInfo deploy(String location, Properties properties) throws OpenEJBException
OpenEJBExceptionvoid undeploy(String moduleId) throws UndeployException, NoSuchApplicationException
void reload(String moduleId)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.