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
Fields -
Constructor Summary
Constructors -
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.voidsetDelegateClassName(String value) Sets the value of the delegateClassName property.voidSets the value of the driver property.voidsetMaxConnections(Integer value) Sets the value of the maxConnections property.voidsetPassword(String value) Sets the value of the password property.voidSets the value of the url property.voidSets the value of the user property.voidsetValidationQuery(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
-