public interface Deployer
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ALT_DD  | 
static java.lang.String | 
FILENAME  | 
| 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 moduleId)  | 
void | 
undeploy(java.lang.String moduleId)  | 
static final java.lang.String FILENAME
static final java.lang.String ALT_DD
java.lang.String getUniqueFile()
java.util.Collection<AppInfo> getDeployedApps()
AppInfo deploy(java.lang.String location) throws OpenEJBException
OpenEJBExceptionAppInfo deploy(java.util.Properties properties) throws OpenEJBException
OpenEJBExceptionAppInfo deploy(java.lang.String location, java.util.Properties properties) throws OpenEJBException
OpenEJBExceptionvoid undeploy(java.lang.String moduleId)
       throws UndeployException,
              NoSuchApplicationException
void reload(java.lang.String moduleId)