|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.objectweb.cjdbc.controller.xml.DatabasesParser
Parses an XML content conforming to C-JDBC.dtd and configure the given C-JDBC Controller accordingly.
| Constructor Summary | |
DatabasesParser(Controller controller)
Creates a new DatabasesParser instance. |
|
DatabasesParser(Controller controller,
java.lang.String virtualName,
int autoLoad,
java.lang.String checkPoint)
Creates a new DatabasesParser instance. |
|
| Method Summary | |
void |
endDocument()
Finalizes parsing of a document. |
void |
endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
DatabasesParser for end of element. |
void |
error(org.xml.sax.SAXParseException e)
Handles notification of a recoverable parser error. |
void |
fatalError(org.xml.sax.SAXParseException e)
Handles notification of a non-recoverable parser error. |
private void |
newAdminUser(org.xml.sax.Attributes atts)
Sets the administrator user of the currentAuthenticationManager
using the parsed attributs. |
private void |
newAuthenticationManager(org.xml.sax.Attributes atts)
Sets currentAuthenticationManageras a new
AuthenticationManager. |
private void |
newBackendName(org.xml.sax.Attributes atts)
Adds a backend name to the current backendNameList. |
private void |
newBackendRecoveryPolicy(org.xml.sax.Attributes atts)
Adds a new BackendRecoveryPolicy using the parsed
attributes. |
private void |
newBackendWeight(org.xml.sax.Attributes atts)
Sets the weight of the currentLoadBalancerusing the parsed
attributes. |
private void |
newBackupManager(org.xml.sax.Attributes atts)
Sets parameters for the backup manager |
private void |
newConnectionManager(org.xml.sax.Attributes atts)
Sets the currentRecoveryLog as new JDBCRecoveryLog using the
parsed attributes. |
private void |
newControllerName(org.xml.sax.Attributes atts)
Adds a new ControllerName to the current
BackendRecoveryPolicy using the parsed attributes. |
private void |
newCreateTable(org.xml.sax.Attributes atts)
Add a CreateTable rule. |
private void |
newDatabaseBackend(org.xml.sax.Attributes atts)
Sets currentBackendas a new DatabaseBackend using
the parsed attributes. |
private void |
newDatabaseColumn(org.xml.sax.Attributes atts)
Adds to currentTablea new DatabaseColumn using the
parsed attributes. |
private void |
newDatabaseProcedure(org.xml.sax.Attributes atts)
|
private void |
newDatabaseProcedureColumn(org.xml.sax.Attributes atts)
|
private void |
newDatabaseSchema(org.xml.sax.Attributes atts)
|
private void |
newDatabaseTable(org.xml.sax.Attributes atts)
Sets currentTableas a new DatabaseTable using the
parsed attributs. |
private void |
newDefaultResultCacheRule(org.xml.sax.Attributes atts)
Set the DefaultResultCacheRule using the parsed attributes. |
private void |
newDistribution(org.xml.sax.Attributes atts)
Sets currentVirtualDatabaseas a new
DistributedVirtalDatabase using the parsed attributes. |
private void |
newEagerCaching(org.xml.sax.Attributes atts)
newEagerCaching definition. |
private void |
newErrorChecking(org.xml.sax.Attributes atts)
Add an ErrorChecking policy. |
private void |
newFailFastPoolConnectionManager(org.xml.sax.Attributes atts)
Adds a new FailFastPoolConnectionManager to
currentBackendusing the parsed attributes. |
private void |
newFileRecoveryLog(org.xml.sax.Attributes atts)
Sets the currentRecoveryLog as new FileRecoveryLog using the
parsed attributes. |
private void |
newJDBCRecoveryBackendTable(org.xml.sax.Attributes atts)
Sets the backend log table create statement for the current JDBCRecoveryLog using the BackendLogTable
parsed attributes. |
private void |
newJDBCRecoveryCheckpointTable(org.xml.sax.Attributes atts)
Sets the recovery log table create statement for the current JDBCRecoveryLog using the RecoveryLogTable
parsed attributes. |
private void |
newJDBCRecoveryLog(org.xml.sax.Attributes atts)
Sets the currentRecoveryLog as new JDBCRecoveryLog using the
parsed attributes. |
private void |
newJDBCRecoveryLogTable(org.xml.sax.Attributes atts)
Sets the recovery log table create statement for the current JDBCRecoveryLog using the RecoveryLogTable
parsed attributes. |
private void |
newMacroHandler(org.xml.sax.Attributes atts)
|
private void |
newMetadataCache(org.xml.sax.Attributes atts)
Sets currentMetadataCacheas a new MetadataCache
using the parsed attributes. |
private void |
newParallelDBLeastPendingRequestsFirst(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new ParallelDB_RR
using the parsed attributes. |
private void |
newParallelDBRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new ParallelDB_LPRF
using the parsed attributes. |
private void |
newParsingCache(org.xml.sax.Attributes atts)
Sets currentParsingCacheas a new ParsingCache
using the parsed attributes. |
private void |
newRAIDb0LoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb0 using the
parsed attributes. |
private void |
newRAIDb0Scheduler(org.xml.sax.Attributes atts)
Sets currentRequestScheduleras a new
RAIDb0QueryLevelScheduler
using the parsed attributes. |
private void |
newRAIDb1ecLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1ec using
the parsed attributes. |
private void |
newRAIDb1ecRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1ec_RR using
the parsed attributes. |
private void |
newRAIDb1ecWeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1ec_WRR
using the parsed attributes. |
private void |
newRAIDb1LeastPendingRequestsFirst(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1_LPRF using
the parsed attributes. |
private void |
newRAIDb1LoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1 using the
parsed attributes. |
private void |
newRAIDb1RoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1_RR using
the parsed attributes. |
private void |
newRAIDb1Scheduler(org.xml.sax.Attributes atts)
Sets currentRequestScheduleras a new
RAIDb1QueryLevelScheduler
using the parsed attributes. |
private void |
newRAIDb1WeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb1_WRR using
the parsed attributes. |
private void |
newRAIDb2ecLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2ec using
the parsed attributes. |
private void |
newRAIDb2ecRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2ec_RR using
the parsed attributes. |
private void |
newRAIDb2ecWeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2ec_WRR
using the parsed attributes. |
private void |
newRAIDb2LeastPendingRequestsFirst(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2_LPRF using
the parsed attributes. |
private void |
newRAIDb2LoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2 using the
parsed attributes. |
private void |
newRAIDb2RoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2_RR using
the parsed attributes. |
private void |
newRAIDb2Scheduler(org.xml.sax.Attributes atts)
Sets currentRequestScheduleras a new
RAIDb2QueryLevelScheduler
using the parsed attributes. |
private void |
newRAIDb2WeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new RAIDb2_WRR using
the parsed attributes. |
private void |
newRandomWaitPoolConnectionManager(org.xml.sax.Attributes atts)
Adds a new RandomWaitPoolConnectionManager to
currentBackendusing the parsed attributes. |
private void |
newRelaxedCaching(org.xml.sax.Attributes atts)
Add a new RelaxedCaching behavior to the current
ResultCacheRule. |
private void |
newRequestManager(org.xml.sax.Attributes atts)
Sets the beginTimeout,commitTimeoutand
rollbackTimeouttimeouts (in ms) using the parsed attributes. |
private void |
newResultCache(org.xml.sax.Attributes atts)
Sets currentResultCacheas a new ResultCache using
the parsed attributes. |
private void |
newResultCacheRule(org.xml.sax.Attributes atts)
Add a new ResultCacheRule using the parsed attributes. |
private void |
newRewritingRule(org.xml.sax.Attributes atts)
Adds a AbstractRewritingRule to the current DatabaseBackend. |
private void |
newSimpleConnectionManager(org.xml.sax.Attributes atts)
Adds a new SimpleConnectionManager to
currentBackendusing the parsed attributes. |
private void |
newSingleDBRequestLoadBalancer(org.xml.sax.Attributes atts)
Sets currentLoadBalanceras a new SingleDB using
the parsed attributes. |
private void |
newSingleDBScheduler(org.xml.sax.Attributes atts)
Sets currentRequestScheduleras a new
SingleDBQueryLevelScheduler
using the parsed attributes. |
private void |
newSQLMonitoring(org.xml.sax.Attributes atts)
Sets a new SQLMonitoring to the current virtual database. |
private void |
newSQLMonitoringRule(org.xml.sax.Attributes atts)
Add a new SQLMonitoringRule to the current SQL monitor. |
private void |
newVariablePoolConnectionManager(org.xml.sax.Attributes atts)
Adds a new VariablePoolConnectionManager to
currentBackendusing the parsed attributes. |
private void |
newVirtualDatabase(org.xml.sax.Attributes atts)
Sets currentVirtualDatabaseas a new VirtualDatabase
using the parsed attributes. |
private void |
newVirtualLogin(org.xml.sax.Attributes atts)
Sets currentVirtualUseras a new VirtualDatabaseUser
using the parsed attributes and adds this new virtual database user to the
currentAuthenticationManager. |
private void |
newWaitForCompletion(org.xml.sax.Attributes atts)
Set the WaitForCompletion policy. |
void |
prepareDB(java.lang.String virtualName,
int autoLoad,
java.lang.String checkPoint)
If this method is called. |
private void |
prepareHandler(Controller controller)
|
void |
readXML(java.lang.String xml)
Parses an XML content according to C-JDBC DTD. |
void |
readXML(java.lang.String xml,
boolean validateBeforeParsing)
Validate an XML content according to C-JDBC DTD. |
org.xml.sax.InputSource |
resolveEntity(java.lang.String publicId,
java.lang.String systemId)
Allows to parse the document with a local copy of the DTD whatever the original DOCTYPE found. |
void |
startDocument()
Initializes parsing of a document. |
void |
startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
Analyzes an element first line. |
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private org.xml.sax.XMLReader parser
static Trace logger
private Controller controller
private java.util.Hashtable dbToPrepare
private boolean skipDatabase
private boolean parsingAdminUsers
private VirtualDatabase currentVirtualDatabase
private BackupManager currentBackupManager
private DatabaseBackend currentBackend
private DatabaseBackendUser currentDatabaseBackendUser
private AuthenticationManager currentAuthenticationManager
private AbstractScheduler currentRequestScheduler
private AbstractResultCache currentResultCache
private MetadataCache currentMetadataCache
private ParsingCache currentParsingCache
private ResultCacheRule currentResultCacheRule
private MacrosHandler currentMacroHandler
private AbstractLoadBalancer currentLoadBalancer
private JDBCRecoveryLog currentRecoveryLog
private VirtualDatabaseUser currentVirtualUser
private DatabaseSchema currentDatabaseSchema
private DatabaseTable currentTable
private DatabaseProcedure currentProcedure
private int numberOfColumns
private java.lang.String connectionManagerVLogin
private WaitForCompletionPolicy currentWaitForCompletionPolicy
private long beginTimeout
private long commitTimeout
private long rollbackTimeout
private int requestTimeout
private boolean caseSensitiveParsing
private CreateTablePolicy currentCreateTablePolicy
private CreateTableRule currentCreateTableRule
private java.util.ArrayList backendNameList
private ErrorCheckingPolicy currentErrorCheckingPolicy
private int currentNbOfConcurrentReads
private BackendRecoveryPolicy currentBackendRecoveryPolicy
| Constructor Detail |
public DatabasesParser(Controller controller)
throws org.xml.sax.SAXException
DatabasesParser instance. This method
Instanciates also a new DatabasesParser.
controller - Controller to load the Virtual Database
into
org.xml.sax.SAXException - if an error occurs
public DatabasesParser(Controller controller,
java.lang.String virtualName,
int autoLoad,
java.lang.String checkPoint)
throws org.xml.sax.SAXException
DatabasesParser instance. This method
Instanciates also a new DatabasesParser. This instance will
look only for the specified database.
controller - Controller to load the Virtual Database
intovirtualName - the specified VirtualDatabase to load.autoLoad - autoenable switchcheckPoint - checkpoint information
org.xml.sax.SAXException - if an error occurs| Method Detail |
private void prepareHandler(Controller controller)
throws org.xml.sax.SAXException
org.xml.sax.SAXException
public void readXML(java.lang.String xml)
throws java.io.IOException,
org.xml.sax.SAXException
xml - a String containing the XML content to parse
org.xml.sax.SAXException - if an error occurs
java.io.IOException - if an error occurs
public void readXML(java.lang.String xml,
boolean validateBeforeParsing)
throws java.io.IOException,
org.xml.sax.SAXException
xml - contentvalidateBeforeParsing - if true validate the document before the
parsing
java.io.IOException - if an error occurs
org.xml.sax.SAXException - if an error occurs
public void fatalError(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
e - the warning information encoded as an exception.
org.xml.sax.SAXException - any SAX exception, possibly wrapping another
exception.
public void error(org.xml.sax.SAXParseException e)
throws org.xml.sax.SAXException
e - the warning information encoded as an exception.
org.xml.sax.SAXException - any SAX exception, possibly wrapping another
exception
public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
java.lang.String systemId)
throws org.xml.sax.SAXException
DOCTYPE found. Warning, this method is called only
if the XML document contains a DOCTYPE.
org.xml.sax.SAXExceptionEntityResolver.resolveEntity(java.lang.String,
java.lang.String)
public void prepareDB(java.lang.String virtualName,
int autoLoad,
java.lang.String checkPoint)
virtualName - VirtualDatabase nameautoLoad - autoenable switchcheckPoint - checkpoint for recovery
public void startDocument()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - unspecialized error
public void endDocument()
throws org.xml.sax.SAXException
org.xml.sax.SAXException - unspecialized error
public void startElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name,
org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
uri - name space URIlocalName - local namename - element raw nameatts - element attributes
org.xml.sax.SAXException - if an error occursprivate void newEagerCaching(org.xml.sax.Attributes atts)
atts - private void newBackupManager(org.xml.sax.Attributes atts)
atts - private void newMacroHandler(org.xml.sax.Attributes atts)
atts -
public void endElement(java.lang.String uri,
java.lang.String localName,
java.lang.String name)
throws org.xml.sax.SAXException
uri - name space URIlocalName - local namename - element raw name
org.xml.sax.SAXException - if an error occurs
private void newVirtualDatabase(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentVirtualDatabaseas a new VirtualDatabase
using the parsed attributes. An exception is thrown in particular if a
virtual database with the same name is already registered in the
controller.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newDistribution(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentVirtualDatabaseas a new
DistributedVirtalDatabase using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException
private void newBackendRecoveryPolicy(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
BackendRecoveryPolicy using the parsed
attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newControllerName(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
ControllerName to the current
BackendRecoveryPolicy using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error ocuursprivate void newSQLMonitoring(org.xml.sax.Attributes atts)
SQLMonitoring to the current virtual database.
atts - parsed attributesprivate void newSQLMonitoringRule(org.xml.sax.Attributes atts)
SQLMonitoringRule to the current SQL monitor.
atts - parsed attributes
private void newDatabaseBackend(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentBackendas a new DatabaseBackend using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException
private void newRewritingRule(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
AbstractRewritingRule to the current DatabaseBackend.
atts - parsed attributes
org.xml.sax.SAXExceptionprivate void newAuthenticationManager(org.xml.sax.Attributes atts)
currentAuthenticationManageras a new
AuthenticationManager.
atts - not used attributesprivate void newAdminUser(org.xml.sax.Attributes atts)
currentAuthenticationManager
using the parsed attributs.
atts - parsed attributesprivate void newVirtualLogin(org.xml.sax.Attributes atts)
currentVirtualUseras a new VirtualDatabaseUser
using the parsed attributes and adds this new virtual database user to the
currentAuthenticationManager.
atts - parsed attributes
private void newRequestManager(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
beginTimeout,commitTimeoutand
rollbackTimeouttimeouts (in ms) using the parsed attributes.
atts - element attributes
org.xml.sax.SAXException - if an error occurs
private void newSingleDBScheduler(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentRequestScheduleras a new
SingleDBQueryLevelScheduler
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb0Scheduler(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentRequestScheduleras a new
RAIDb0QueryLevelScheduler
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb1Scheduler(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentRequestScheduleras a new
RAIDb1QueryLevelScheduler
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb2Scheduler(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentRequestScheduleras a new
RAIDb2QueryLevelScheduler
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newMetadataCache(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentMetadataCacheas a new MetadataCache
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newParsingCache(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentParsingCacheas a new ParsingCache
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newResultCache(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentResultCacheas a new ResultCache using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newResultCacheRule(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
ResultCacheRule using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newDefaultResultCacheRule(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
DefaultResultCacheRule using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newRelaxedCaching(org.xml.sax.Attributes atts)
RelaxedCaching behavior to the current
ResultCacheRule.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newSingleDBRequestLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new SingleDB using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newParallelDBLeastPendingRequestsFirst(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new ParallelDB_RR
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newParallelDBRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new ParallelDB_LPRF
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newRAIDb0LoadBalancer(org.xml.sax.Attributes atts)
currentLoadBalanceras a new RAIDb0 using the
parsed attributes.
atts - parsed attributesprivate void newRAIDb1LoadBalancer(org.xml.sax.Attributes atts)
currentLoadBalanceras a new RAIDb1 using the
parsed attributes.
atts - parsed attributes
private void newRAIDb1RoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb1_RR using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb1WeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb1_WRR using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb1LeastPendingRequestsFirst(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb1_LPRF using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newRAIDb1ecLoadBalancer(org.xml.sax.Attributes atts)
currentLoadBalanceras a new RAIDb1ec using
the parsed attributes.
atts - parsed attributes
private void newRAIDb1ecRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb1ec_RR using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb1ecWeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb1ec_WRR
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newRAIDb2LoadBalancer(org.xml.sax.Attributes atts)
currentLoadBalanceras a new RAIDb2 using the
parsed attributes.
atts - parsed attributes
private void newRAIDb2RoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb2_RR using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb2WeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb2_WRR using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb2LeastPendingRequestsFirst(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb2_LPRF using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newRAIDb2ecLoadBalancer(org.xml.sax.Attributes atts)
currentLoadBalanceras a new RAIDb2ec using
the parsed attributes.
atts - parsed attributes
private void newRAIDb2ecRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb2ec_RR using
the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRAIDb2ecWeightedRoundRobinLoadBalancer(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalanceras a new RAIDb2ec_WRR
using the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newWaitForCompletion(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newErrorChecking(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newCreateTable(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newBackendName(org.xml.sax.Attributes atts)
atts - parsed attributes
private void newBackendWeight(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentLoadBalancerusing the parsed
attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newJDBCRecoveryLog(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
JDBCRecoveryLog using the
parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newJDBCRecoveryLogTable(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
JDBCRecoveryLog using the RecoveryLogTable
parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newJDBCRecoveryCheckpointTable(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
JDBCRecoveryLog using the RecoveryLogTable
parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newJDBCRecoveryBackendTable(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
JDBCRecoveryLog using the BackendLogTable
parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newFileRecoveryLog(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
FileRecoveryLog using the
parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newConnectionManager(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
JDBCRecoveryLog using the
parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occursprivate void newSimpleConnectionManager(org.xml.sax.Attributes atts)
SimpleConnectionManager to
currentBackendusing the parsed attributes.
atts - parsed attributes
private void newFailFastPoolConnectionManager(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
FailFastPoolConnectionManager to
currentBackendusing the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newRandomWaitPoolConnectionManager(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
RandomWaitPoolConnectionManager to
currentBackendusing the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newVariablePoolConnectionManager(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
VariablePoolConnectionManager to
currentBackendusing the parsed attributes.
atts - parsed attributes
org.xml.sax.SAXException - if an error occurs
private void newDatabaseTable(org.xml.sax.Attributes atts)
throws org.xml.sax.SAXException
currentTableas a new DatabaseTable using the
parsed attributs.
atts - parsed attributes
org.xml.sax.SAXException - if error occursprivate void newDatabaseSchema(org.xml.sax.Attributes atts)
private void newDatabaseColumn(org.xml.sax.Attributes atts)
currentTablea new DatabaseColumn using the
parsed attributes.
atts - parsed attributesprivate void newDatabaseProcedure(org.xml.sax.Attributes atts)
private void newDatabaseProcedureColumn(org.xml.sax.Attributes atts)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||