org.apache.geronimo.cli.deployer
Class ConnectionParamsImpl

java.lang.Object
  extended by org.apache.geronimo.cli.deployer.ConnectionParamsImpl
All Implemented Interfaces:
ConnectionParams

public class ConnectionParamsImpl
extends Object
implements ConnectionParams


Constructor Summary
ConnectionParamsImpl()
           
ConnectionParamsImpl(String uri, String host, Integer port, String driver, String user, String password, boolean syserr, boolean verbose, boolean offline)
           
ConnectionParamsImpl(String uri, String host, Integer port, String driver, String user, String password, boolean syserr, boolean verbose, boolean offline, boolean secure)
           
 
Method Summary
 String getDriver()
           
 String getHost()
           
 String getPassword()
           
 Integer getPort()
           
 String getURI()
           
 String getUser()
           
 boolean isOffline()
           
 boolean isSecure()
           
 boolean isSyserr()
           
 boolean isVerbose()
           
 void setDriver(String driver)
           
 void setHost(String host)
           
 void setOffline(boolean offline)
           
 void setPassword(String password)
           
 void setPort(Integer port)
           
 void setSecure(boolean secure)
           
 void setSyserr(boolean syserr)
           
 void setURI(String uri)
           
 void setUser(String user)
           
 void setVerbose(boolean verbose)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionParamsImpl

public ConnectionParamsImpl(String uri,
                            String host,
                            Integer port,
                            String driver,
                            String user,
                            String password,
                            boolean syserr,
                            boolean verbose,
                            boolean offline)

ConnectionParamsImpl

public ConnectionParamsImpl(String uri,
                            String host,
                            Integer port,
                            String driver,
                            String user,
                            String password,
                            boolean syserr,
                            boolean verbose,
                            boolean offline,
                            boolean secure)

ConnectionParamsImpl

public ConnectionParamsImpl()
Method Detail

getURI

public String getURI()
Specified by:
getURI in interface ConnectionParams

setURI

public void setURI(String uri)

getHost

public String getHost()
Specified by:
getHost in interface ConnectionParams

setHost

public void setHost(String host)

getPort

public Integer getPort()
Specified by:
getPort in interface ConnectionParams

setPort

public void setPort(Integer port)

getDriver

public String getDriver()
Specified by:
getDriver in interface ConnectionParams

setDriver

public void setDriver(String driver)

getUser

public String getUser()
Specified by:
getUser in interface ConnectionParams

setUser

public void setUser(String user)

getPassword

public String getPassword()
Specified by:
getPassword in interface ConnectionParams

setPassword

public void setPassword(String password)

isSyserr

public boolean isSyserr()
Specified by:
isSyserr in interface ConnectionParams

setSyserr

public void setSyserr(boolean syserr)

isVerbose

public boolean isVerbose()
Specified by:
isVerbose in interface ConnectionParams

setVerbose

public void setVerbose(boolean verbose)

isOffline

public boolean isOffline()
Specified by:
isOffline in interface ConnectionParams

setOffline

public void setOffline(boolean offline)

isSecure

public boolean isSecure()
Specified by:
isSecure in interface ConnectionParams

setSecure

public void setSecure(boolean secure)


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