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()
Deployer
getUniqueFile
in interface Deployer
public java.util.Collection<AppInfo> getDeployedApps()
getDeployedApps
in interface Deployer
public AppInfo deploy(java.lang.String location) throws OpenEJBException
deploy
in interface Deployer
OpenEJBException
public AppInfo deploy(java.util.Properties properties) throws OpenEJBException
deploy
in interface Deployer
OpenEJBException
public AppInfo deploy(java.lang.String location, java.util.Properties properties) throws OpenEJBException
deploy
in interface Deployer
OpenEJBException
public void undeploy(java.lang.String moduleId) throws UndeployException, NoSuchApplicationException
undeploy
in interface Deployer
UndeployException
NoSuchApplicationException