org.apache.geronimo.cli.deployer
Interface ConnectionParams

All Known Implementing Classes:
ConnectionParamsImpl, DeployerCLParser

public interface ConnectionParams


Method Summary
 String getDriver()
           
 String getHost()
           
 String getPassword()
           
 Integer getPort()
           
 String getURI()
           
 String getUser()
           
 boolean isOffline()
           
 boolean isSecure()
           
 boolean isSyserr()
           
 boolean isVerbose()
           
 

Method Detail

getURI

String getURI()

getHost

String getHost()

getPort

Integer getPort()

getDriver

String getDriver()

getUser

String getUser()

getPassword

String getPassword()

isSyserr

boolean isSyserr()

isVerbose

boolean isVerbose()

isOffline

boolean isOffline()

isSecure

boolean isSecure()


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