org.apache.openejb.config
Class VmDeploymentFactory
java.lang.Object
org.apache.openejb.config.VmDeploymentFactory
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.factories.DeploymentFactory
public class VmDeploymentFactory
- extends Object
- implements javax.enterprise.deploy.spi.factories.DeploymentFactory
- Version:
- $Rev: 730902 $ $Date: 2009-01-03 04:55:06 +0100 (Sa, 03. Jan 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URI_SCHEME
public static final String URI_SCHEME
- See Also:
- Constant Field Values
VmDeploymentFactory
public VmDeploymentFactory()
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
getProductVersion
public String getProductVersion()
- Specified by:
getProductVersion
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
handlesURI
public boolean handlesURI(String uri)
- Specified by:
handlesURI
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
getDisconnectedDeploymentManager
public javax.enterprise.deploy.spi.DeploymentManager getDisconnectedDeploymentManager(String uri)
throws javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
- Specified by:
getDisconnectedDeploymentManager
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Throws:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
getDeploymentManager
public javax.enterprise.deploy.spi.DeploymentManager getDeploymentManager(String uri,
String username,
String password)
throws javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
- Specified by:
getDeploymentManager
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
- Throws:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.