org.apache.geronimo.deployment.cli
Class ServerConnection

java.lang.Object
  extended by org.apache.geronimo.deployment.cli.ServerConnection

public class ServerConnection
extends Object

Supports online connections to the server, via JSR-88, valid only when the server is online.


Constructor Summary
ServerConnection(DeployerCLParser parser, PrintWriter out, InputStream in, Kernel kernel, DeploymentFactory geronimoDeploymentFactory)
           
 
Method Summary
 void close()
           
 DeploymentManager getDeploymentManager()
           
 boolean isGeronimo()
           
protected  void startOfflineDeployer(Kernel kernel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerConnection

public ServerConnection(DeployerCLParser parser,
                        PrintWriter out,
                        InputStream in,
                        Kernel kernel,
                        DeploymentFactory geronimoDeploymentFactory)
                 throws DeploymentException
Throws:
DeploymentException
Method Detail

startOfflineDeployer

protected void startOfflineDeployer(Kernel kernel)
                             throws DeploymentException
Throws:
DeploymentException

close

public void close()
           throws DeploymentException
Throws:
DeploymentException

getDeploymentManager

public DeploymentManager getDeploymentManager()

isGeronimo

public boolean isGeronimo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.