Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.console.wizard.WizardConstants Class Reference

List of all members.

Static Public Member Functions

ArrayList getItemsFromCombo (JComboBox usersBox)

Static Public Attributes

int FRAME_WIDTH = 750
int FRAME_HEIGHT = 500
int VALIDATOR_HEIGHT = 300
int VALIDATOR_WIDTH = 400
int BACKEND_FRAME_WIDTH = 300
int BACKEND_FRAME_HEIGHT = 250
int CONNECTION_FRAME_WIDTH = 400
int CONNECTION_FRAME_HEIGHT = 200
String COMMAND_QUIT = "command.quit"
String COMMAND_ADD_USER = "command.add.user"
String COMMAND_REMOVE_USER = "command.remove.user"
String COMMAND_ADD_BACKEND = "command.add.backend"
String COMMAND_REMOVE_BACKEND = "command.remove.backend"
String COMMAND_EXPORT_XML = "command.export.xml"
String COMMAND_IMPORT_XML = "command.import.xml"
String COMMAND_EDIT_CONNECTION_PARAM = "command.edit.connection.parameters"
String COMMAND_CHECK_WIZARD = "command.check.wizard"
String COMMAND_VALIDATE_XML = "command.validate.xml"
String[] BLOB
String[] MACRO_CLOCK = {"none", "local"}
String[] DYNAMIC_PRECISION
String[] RESULT_CACHE_GRANULARITY
String[] CONNECTION_MANAGERS
String[] WAIT_POLICIES
String[] SCHEDULERS_STANDARD
String[] SCHEDULERS_DISTRIBUTED
String[] SCHEDULER_SINGLEDB_LEVELS
String[] SCHEDULER_RAIDB0_LEVELS
String[] SCHEDULER_RAIDB1_LEVELS
String[] SCHEDULER_RAIDB2_LEVELS
String[] LOAD_BALANCER_SINGLEDB = new String[]{"SingleDB"}
String[] LOAD_BALANCER_RAIDB0 = new String[]{"RAIDb-0"}
String[] LOAD_BALANCER_RAIDB1
String[] LOAD_BALANCER_RAIDB2
String DEFAULT_DYNAMIC_PRECISION = DYNAMIC_PRECISION[4]
String TAB_VIRTUAL_DATABASE = "tab.virtualdatabase"
String TAB_DISTRIBUTION = "tab.distribution"
String TAB_AUTHENTICATION = "tab.authentication"
String TAB_BACKENDS = "tab.backends"
String TAB_REQUEST_MANAGER = "tab.requestmanager"
String TAB_CACHING = "tab.caching"
String TAB_RECOVERY = "tab.recovery"

Detailed Description

The constants used throughout the XmlWizard

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 37 of file WizardConstants.java.


Member Data Documentation

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.BLOB [static]
 

Initial value:

 {"none", "hexa",
      "escaped"                                        }

Definition at line 59 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.CONNECTION_MANAGERS [static]
 

Initial value:

 {
      "SimpleConnectionManager", "FailFastPoolConnectionManager",
      "RandomWaitPoolConnectionManager", "VariablePoolConnectionManager"}

Definition at line 66 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.DYNAMIC_PRECISION [static]
 

Initial value:

 {"static", "table",
      "column", "procedures", "all"                    }

Definition at line 62 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.LOAD_BALANCER_RAIDB1 [static]
 

Initial value:

 new String[]{
      "RAIDb-1-RoundRobin", "RAIDb-1-LeastPendingRequestsFirst",
      "ParallelDB-RoundRobin", "ParallelDB-LeastPendingRequestsFirst"}

Definition at line 88 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.LOAD_BALANCER_RAIDB2 [static]
 

Initial value:

 new String[]{
      "RAIDb-2-RoundRobin", "RAIDb-2-LeastPendingRequestsFirst",
      "ParallelDB-RoundRobin", "ParallelDB-LeastPendingRequestsFirst"}

Definition at line 91 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.RESULT_CACHE_GRANULARITY [static]
 

Initial value:

 {"database", "table",
      "column", "columnUnique"                         }

Definition at line 64 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.SCHEDULER_RAIDB0_LEVELS [static]
 

Initial value:

 {"query",
      "pessimisticTransaction"                         }

Definition at line 79 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.SCHEDULER_RAIDB1_LEVELS [static]
 

Initial value:

 {"query",
      "optimisticQuery", "optimisticTransaction", "pessimisticTransaction"}

Definition at line 81 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.SCHEDULER_RAIDB2_LEVELS [static]
 

Initial value:

 {"query",
      "pessimisticTransaction"                         }

Definition at line 83 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.SCHEDULER_SINGLEDB_LEVELS [static]
 

Initial value:

 {"query",
      "optimisticTransaction", "pessimisticTransaction"}

Definition at line 77 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.SCHEDULERS_DISTRIBUTED [static]
 

Initial value:

 {"RAIDb-1Scheduler",
      "RAIDb-2Scheduler"                               }

Definition at line 74 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.SCHEDULERS_STANDARD [static]
 

Initial value:

 {"SingleDBScheduler",
      "RAIDb-0Scheduler", "RAIDb-1Scheduler", "RAIDb-2Scheduler"}

Definition at line 72 of file WizardConstants.java.

String [] org.objectweb.cjdbc.console.wizard.WizardConstants.WAIT_POLICIES [static]
 

Initial value:

 {"first", "majority",
      "all"                                            }

Definition at line 69 of file WizardConstants.java.


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:19 2005 for C-JDBC by  doxygen 1.3.9.1