Class DBControl
- java.lang.Object
-
- com.sun.enterprise.admin.cli.optional.DBControl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDbCommand()StringgetDbHome()StringgetDbHost()StringgetDbPassword()StringgetDbPort()StringgetDbUser()booleanisRedirect()
-
-
-
Method Detail
-
getDbHost
public String getDbHost()
- Returns:
- the dbHost
-
getDbPort
public String getDbPort()
- Returns:
- the dbPort
-
getDbUser
public String getDbUser()
- Returns:
- the dbUser
-
getDbPassword
public String getDbPassword()
- Returns:
- the dbPassword
-
getDbHome
public String getDbHome()
- Returns:
- the dbHome
-
getDbCommand
public String getDbCommand()
- Returns:
- the dbCommand
-
isRedirect
public boolean isRedirect()
- Returns:
- the redirect
-
-