Class ScheduleDBType
java.lang.Object
com.tremolosecurity.config.xml.ScheduleDBType
Database configuration for connecting to the scheduler
database
Java class for scheduleDBType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="scheduleDBType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="delegateClassName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="driver" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="url" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="password" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maxConnections" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="validationQuery" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the delegateClassName property.Gets the value of the driver property.Gets the value of the maxConnections property.Gets the value of the password property.getUrl()
Gets the value of the url property.getUser()
Gets the value of the user property.Gets the value of the validationQuery property.void
setDelegateClassName
(String value) Sets the value of the delegateClassName property.void
Sets the value of the driver property.void
setMaxConnections
(Integer value) Sets the value of the maxConnections property.void
setPassword
(String value) Sets the value of the password property.void
Sets the value of the url property.void
Sets the value of the user property.void
setValidationQuery
(String value) Sets the value of the validationQuery property.
-
Field Details
-
delegateClassName
-
driver
-
url
-
user
-
password
-
maxConnections
-
validationQuery
-
-
Constructor Details
-
ScheduleDBType
public ScheduleDBType()
-
-
Method Details
-
getDelegateClassName
-
setDelegateClassName
-
getDriver
-
setDriver
-
getUrl
-
setUrl
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getMaxConnections
-
setMaxConnections
-
getValidationQuery
-
setValidationQuery
-