KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > enterprise > deploy > spi > factories > DeploymentFactory > Top Examples

  • org.apache.geronimo.deployment.cli.ServerConnection
    Supports two types of connections to the server. One, via JSR-88, is valid whenever the server is online, for any command except "package". The other, via direct Kernel invocation, is valid when the server is not running for only the commands "distribute" and "package". @version $Rev: 53762 $ $ ...
  • org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl
    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. @version $Rev: 159100 $ $Date: 2005-03-26 02:17:51 -0800 (Sat, 26 Mar 2005) $
Popular Tags