org.apache.geronimo.deployment.cli
Class ServerConnection
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerConnection
public ServerConnection(DeployerCLParser parser,
PrintWriter out,
InputStream in,
Kernel kernel,
DeploymentFactory geronimoDeploymentFactory)
throws DeploymentException
- Throws:
DeploymentException
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.