org.apache.geronimo.deployment.plugin.factories
Class DeploymentFactoryImpl

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory
      extended by org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl
All Implemented Interfaces:
DeploymentFactory

public class DeploymentFactoryImpl
extends BaseDeploymentFactory
implements DeploymentFactory

Implementation of JSR88 DeploymentFactory. This will create a DeploymentManager using a local Geronimo kernel to contain the GBeans that are responsible for deploying each module type.


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory
URI_PREFIX
 
Constructor Summary
DeploymentFactoryImpl()
           
 
Method Summary
 
Methods inherited from class org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory
getDeploymentManager, getDisconnectedDeploymentManager, getDisplayName, getModuleConfigurers, getProductVersion, getRemoteDeploymentManager, handlesURI, newRemoteDeploymentManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.enterprise.deploy.spi.factories.DeploymentFactory
getDeploymentManager, getDisconnectedDeploymentManager, getDisplayName, getProductVersion, handlesURI
 

Constructor Detail

DeploymentFactoryImpl

public DeploymentFactoryImpl()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.