Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.action.setup
Class ThirdPartyDatasourceSetupAction

java.lang.Object
  extended by com.jivesoftware.forum.action.setup.SetupActionSupport
      extended by com.jivesoftware.forum.action.setup.DatasourceSetupAction
          extended by 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

Field Summary
 
Fields inherited from class com.jivesoftware.forum.action.setup.DatasourceSetupAction
CONNECTION_FAILED, DATASOURCE_MODE, EMBEDDED_MODE, NO_JIVE_TABLES, THIRD_PARTY_MODE
 
Fields inherited from class com.jivesoftware.forum.action.setup.SetupActionSupport
DONE, IN_PROGRESS, INCOMPLETE, NEXT
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ThirdPartyDatasourceSetupAction()
           
 
Method Summary
 java.lang.String doDefault()
           
 java.lang.String execute()
           
 double getConnectionTimeout()
           
 java.lang.String getDriver()
           
 int getMaxConnections()
           
 int getMinConnections()
           
 java.lang.String getPassword()
           
 java.lang.String getServerURL()
           
 java.lang.String getUsername()
           
 void prepare()
           
 void setConnectionTimeout(double connectionTimeout)
           
 void setDriver(java.lang.String driver)
           
 void setMaxConnections(int maxConnections)
           
 void setMinConnections(int minConnections)
           
 void setPassword(java.lang.String password)
           
 void setServerURL(java.lang.String serverURL)
           
 void setUsername(java.lang.String username)
           
 void validate()
           
 
Methods inherited from class com.jivesoftware.forum.action.setup.DatasourceSetupAction
doContinue, getMode, setMode, testConnection
 
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
 

Constructor Detail

ThirdPartyDatasourceSetupAction

public ThirdPartyDatasourceSetupAction()
Method Detail

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

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.