org.apache.openejb.config
Class OpenEJBDeploymentFactory
java.lang.Object
org.apache.openejb.config.OpenEJBDeploymentFactory
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.factories.DeploymentFactory
public class OpenEJBDeploymentFactory
- extends Object
- implements javax.enterprise.deploy.spi.factories.DeploymentFactory
- Version:
- $Rev: 1431091 $ $Date: 2013-01-09 21:24:31 +0000 (Wed, 09 Jan 2013) $
| 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
OpenEJBDeploymentFactory
public OpenEJBDeploymentFactory()
getFactory
public static DeploymentFactory getFactory()
setFactory
public static void setFactory(DeploymentFactory factory)
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 Software Foundation. All Rights Reserved.