org.apache.geronimo.deployment.plugin.factories
Class DeploymentFactoryBootstrapper
java.lang.Object
org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryBootstrapper
- All Implemented Interfaces:
- DeploymentFactory
public class DeploymentFactoryBootstrapper
- extends Object
- implements DeploymentFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentFactoryBootstrapper
public DeploymentFactoryBootstrapper()
throws DeploymentManagerCreationException
- Throws:
DeploymentManagerCreationException
getDeploymentManager
public DeploymentManager getDeploymentManager(String uri,
String username,
String password)
throws DeploymentManagerCreationException
- Specified by:
getDeploymentManager
in interface DeploymentFactory
- Throws:
DeploymentManagerCreationException
getDisconnectedDeploymentManager
public DeploymentManager getDisconnectedDeploymentManager(String uri)
throws DeploymentManagerCreationException
- Specified by:
getDisconnectedDeploymentManager
in interface DeploymentFactory
- Throws:
DeploymentManagerCreationException
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface DeploymentFactory
getProductVersion
public String getProductVersion()
- Specified by:
getProductVersion
in interface DeploymentFactory
handlesURI
public boolean handlesURI(String uri)
- Specified by:
handlesURI
in interface DeploymentFactory
newKernel
protected Kernel newKernel()
throws DeploymentManagerCreationException
- Throws:
DeploymentManagerCreationException
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.