| Constructor and Description |
|---|
WebappDeployer() |
| Modifier and Type | Method and Description |
|---|---|
AppInfo |
deploy(java.util.Properties properties) |
AppInfo |
deploy(java.lang.String location) |
AppInfo |
deploy(java.lang.String location,
java.util.Properties properties) |
java.util.Collection<AppInfo> |
getDeployedApps() |
java.lang.String |
getUniqueFile()
Returns a unique file per runtime.
|
void |
reload(java.lang.String s) |
void |
undeploy(java.lang.String moduleId) |
public java.lang.String getUniqueFile()
DeployergetUniqueFile in interface Deployerpublic java.util.Collection<AppInfo> getDeployedApps()
getDeployedApps in interface Deployerpublic AppInfo deploy(java.lang.String location) throws OpenEJBException
deploy in interface DeployerOpenEJBExceptionpublic AppInfo deploy(java.util.Properties properties) throws OpenEJBException
deploy in interface DeployerOpenEJBExceptionpublic AppInfo deploy(java.lang.String location, java.util.Properties properties) throws OpenEJBException
deploy in interface DeployerOpenEJBExceptionpublic void undeploy(java.lang.String moduleId)
throws UndeployException,
NoSuchApplicationException
undeploy in interface DeployerUndeployExceptionNoSuchApplicationException