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 java.lang.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 java.lang.String URI_SCHEME
- See Also:
- Constant Field Values
VmDeploymentFactory
public VmDeploymentFactory()
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
getProductVersion
public java.lang.String getProductVersion()
- Specified by:
getProductVersion
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
handlesURI
public boolean handlesURI(java.lang.String uri)
- Specified by:
handlesURI
in interface javax.enterprise.deploy.spi.factories.DeploymentFactory
getDisconnectedDeploymentManager
public javax.enterprise.deploy.spi.DeploymentManager getDisconnectedDeploymentManager(java.lang.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(java.lang.String uri,
java.lang.String username,
java.lang.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-2011 The Apache OpenEJB development community. All Rights Reserved.