Package org.apache.openejb.assembler
Class DeployerEjb
java.lang.Object
org.apache.openejb.assembler.DeployerEjb
- All Implemented Interfaces:
Deployer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploy
(String inLocation, Properties properties) deploy
(Properties properties) Returns a unique file per runtime.void
void
-
Field Details
-
OPENEJB_DEPLOYER_FORCED_APP_ID_PROP
- See Also:
-
OPENEJB_DEPLOYER_HOST
- See Also:
-
OPENEJB_USE_BINARIES
- See Also:
-
OPENEJB_PATH_BINARIES
- See Also:
-
OPENEJB_VALUE_BINARIES
- See Also:
-
OPENEJB_APP_AUTODEPLOY
- See Also:
-
AUTO_DEPLOY
-
-
Constructor Details
-
DeployerEjb
public DeployerEjb()
-
-
Method Details
-
getUniqueFile
Description copied from interface:Deployer
Returns a unique file per runtime. Clients can test for the existence of this file to determine if the deployer is on the local machine.- Specified by:
getUniqueFile
in interfaceDeployer
- Returns:
- String - The canonical pathname
-
getDeployedApps
- Specified by:
getDeployedApps
in interfaceDeployer
-
deploy
- Specified by:
deploy
in interfaceDeployer
- Throws:
OpenEJBException
-
deploy
- Specified by:
deploy
in interfaceDeployer
- Throws:
OpenEJBException
-
deploy
- Specified by:
deploy
in interfaceDeployer
- Throws:
OpenEJBException
-
undeploy
- Specified by:
undeploy
in interfaceDeployer
- Throws:
UndeployException
NoSuchApplicationException
-
reload
-