Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.action.setup
Class DatasourceSetupAction

java.lang.Object
  extended by com.jivesoftware.forum.action.setup.SetupActionSupport
      extended by com.jivesoftware.forum.action.setup.DatasourceSetupAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.Preparable, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.ValidationAware
Direct Known Subclasses:
ThirdPartyDatasourceSetupAction

public class DatasourceSetupAction
extends SetupActionSupport
implements com.opensymphony.xwork.Preparable


Field Summary
static java.lang.String CONNECTION_FAILED
           
static java.lang.String DATASOURCE_MODE
           
static java.lang.String EMBEDDED_MODE
           
static java.lang.String NO_JIVE_TABLES
           
static java.lang.String 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
DatasourceSetupAction()
           
 
Method Summary
 java.lang.String doContinue()
           
 java.lang.String doDefault()
           
 java.lang.String execute()
           
 java.lang.String getMode()
           
 void prepare()
           
 void setMode(java.lang.String mode)
           
protected  boolean 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
 

Field Detail

CONNECTION_FAILED

public static final java.lang.String CONNECTION_FAILED
See Also:
Constant Field Values

NO_JIVE_TABLES

public static final java.lang.String NO_JIVE_TABLES
See Also:
Constant Field Values

EMBEDDED_MODE

public static final java.lang.String EMBEDDED_MODE
See Also:
Constant Field Values

THIRD_PARTY_MODE

public static final java.lang.String THIRD_PARTY_MODE
See Also:
Constant Field Values

DATASOURCE_MODE

public static final java.lang.String DATASOURCE_MODE
See Also:
Constant Field Values
Constructor Detail

DatasourceSetupAction

public DatasourceSetupAction()
Method Detail

getMode

public java.lang.String getMode()

setMode

public void setMode(java.lang.String mode)

prepare

public void prepare()
             throws java.lang.Exception
Specified by:
prepare in interface com.opensymphony.xwork.Preparable
Throws:
java.lang.Exception

doDefault

public java.lang.String doDefault()

doContinue

public java.lang.String doContinue()

execute

public java.lang.String execute()
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class SetupActionSupport

testConnection

protected boolean testConnection()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.