com.jivesoftware.forum.action.setup
Class ThirdPartyDatasourceSetupAction
java.lang.Object
com.jivesoftware.forum.action.setup.SetupActionSupport
com.jivesoftware.forum.action.setup.DatasourceSetupAction
com.jivesoftware.forum.action.setup.ThirdPartyDatasourceSetupAction
- All Implemented Interfaces:
- com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, java.io.Serializable
public class ThirdPartyDatasourceSetupAction
- extends DatasourceSetupAction
- implements com.opensymphony.xwork.Preparable, com.opensymphony.xwork.Validateable, java.io.Serializable
- See Also:
- Serialized Form
Fields inherited from interface com.opensymphony.xwork.Action |
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Methods inherited from class com.jivesoftware.forum.action.setup.SetupActionSupport |
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getDoContinue, getFieldErrors, getJiveFile, getJiveHome, getLocale, getLocaleCode, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, setActionErrors, setActionMessages, setDoContinue, setFieldErrors, setLocaleCode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThirdPartyDatasourceSetupAction
public ThirdPartyDatasourceSetupAction()
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)
getMinConnections
public int getMinConnections()
setMinConnections
public void setMinConnections(int minConnections)
getMaxConnections
public int getMaxConnections()
setMaxConnections
public void setMaxConnections(int maxConnections)
getConnectionTimeout
public double getConnectionTimeout()
setConnectionTimeout
public void setConnectionTimeout(double connectionTimeout)
getDriver
public java.lang.String getDriver()
setDriver
public void setDriver(java.lang.String driver)
getServerURL
public java.lang.String getServerURL()
setServerURL
public void setServerURL(java.lang.String serverURL)
prepare
public void prepare()
- Specified by:
prepare
in interface com.opensymphony.xwork.Preparable
- Overrides:
prepare
in class DatasourceSetupAction
doDefault
public java.lang.String doDefault()
- Overrides:
doDefault
in class DatasourceSetupAction
validate
public void validate()
- Specified by:
validate
in interface com.opensymphony.xwork.Validateable
execute
public java.lang.String execute()
- Specified by:
execute
in interface com.opensymphony.xwork.Action
- Overrides:
execute
in class DatasourceSetupAction
Copyright © 1999-2006 Jive Software.