public class JdbcServerModel extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" default="localhost" />
<attribute name="port" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="database-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-connect" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="auto-create-statement" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="auto-handle-queries" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-start" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="max-connections" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timeout" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="message-correlator" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="debug-logging" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="actor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="polling-interval" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="auto-transaction-handling" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="endpoint-adapter" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actor |
protected Boolean |
autoConnect |
protected Boolean |
autoCreateStatement |
protected String |
autoHandleQueries |
protected Boolean |
autoStart |
protected String |
autoTransactionHandling |
protected String |
databaseName |
protected Boolean |
debugLogging |
protected String |
endpointAdapter |
protected String |
host |
protected String |
id |
protected String |
maxConnections |
protected String |
messageCorrelator |
protected String |
pollingInterval |
protected String |
port |
protected String |
timeout |
| Constructor and Description |
|---|
JdbcServerModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActor()
Gets the value of the actor property.
|
String |
getAutoHandleQueries()
Gets the value of the autoHandleQueries property.
|
String |
getAutoTransactionHandling()
Gets the value of the autoTransactionHandling property.
|
String |
getDatabaseName()
Gets the value of the databaseName property.
|
String |
getEndpointAdapter()
Gets the value of the endpointAdapter property.
|
String |
getHost()
Gets the value of the host property.
|
String |
getId()
Gets the value of the id property.
|
String |
getMaxConnections()
Gets the value of the maxConnections property.
|
String |
getMessageCorrelator()
Gets the value of the messageCorrelator property.
|
String |
getPollingInterval()
Gets the value of the pollingInterval property.
|
String |
getPort()
Gets the value of the port property.
|
String |
getTimeout()
Gets the value of the timeout property.
|
Boolean |
isAutoConnect()
Gets the value of the autoConnect property.
|
Boolean |
isAutoCreateStatement()
Gets the value of the autoCreateStatement property.
|
Boolean |
isAutoStart()
Gets the value of the autoStart property.
|
Boolean |
isDebugLogging()
Gets the value of the debugLogging property.
|
void |
setActor(String value)
Sets the value of the actor property.
|
void |
setAutoConnect(Boolean value)
Sets the value of the autoConnect property.
|
void |
setAutoCreateStatement(Boolean value)
Sets the value of the autoCreateStatement property.
|
void |
setAutoHandleQueries(String value)
Sets the value of the autoHandleQueries property.
|
void |
setAutoStart(Boolean value)
Sets the value of the autoStart property.
|
void |
setAutoTransactionHandling(String value)
Sets the value of the autoTransactionHandling property.
|
void |
setDatabaseName(String value)
Sets the value of the databaseName property.
|
void |
setDebugLogging(Boolean value)
Sets the value of the debugLogging property.
|
void |
setEndpointAdapter(String value)
Sets the value of the endpointAdapter property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMaxConnections(String value)
Sets the value of the maxConnections property.
|
void |
setMessageCorrelator(String value)
Sets the value of the messageCorrelator property.
|
void |
setPollingInterval(String value)
Sets the value of the pollingInterval property.
|
void |
setPort(String value)
Sets the value of the port property.
|
void |
setTimeout(String value)
Sets the value of the timeout property.
|
protected String id
protected String host
protected String port
protected String databaseName
protected Boolean autoConnect
protected Boolean autoCreateStatement
protected String autoHandleQueries
protected Boolean autoStart
protected String maxConnections
protected String timeout
protected String messageCorrelator
protected Boolean debugLogging
protected String actor
protected String pollingInterval
protected String autoTransactionHandling
protected String endpointAdapter
public void setId(String value)
value - allowed object is
Stringpublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic String getPort()
Stringpublic void setPort(String value)
value - allowed object is
Stringpublic String getDatabaseName()
Stringpublic void setDatabaseName(String value)
value - allowed object is
Stringpublic Boolean isAutoConnect()
Booleanpublic void setAutoConnect(Boolean value)
value - allowed object is
Booleanpublic Boolean isAutoCreateStatement()
Booleanpublic void setAutoCreateStatement(Boolean value)
value - allowed object is
Booleanpublic String getAutoHandleQueries()
Stringpublic void setAutoHandleQueries(String value)
value - allowed object is
Stringpublic Boolean isAutoStart()
Booleanpublic void setAutoStart(Boolean value)
value - allowed object is
Booleanpublic String getMaxConnections()
Stringpublic void setMaxConnections(String value)
value - allowed object is
Stringpublic String getTimeout()
Stringpublic void setTimeout(String value)
value - allowed object is
Stringpublic String getMessageCorrelator()
Stringpublic void setMessageCorrelator(String value)
value - allowed object is
Stringpublic Boolean isDebugLogging()
Booleanpublic void setDebugLogging(Boolean value)
value - allowed object is
Booleanpublic String getActor()
Stringpublic void setActor(String value)
value - allowed object is
Stringpublic String getPollingInterval()
Stringpublic void setPollingInterval(String value)
value - allowed object is
Stringpublic String getAutoTransactionHandling()
Stringpublic void setAutoTransactionHandling(String value)
value - allowed object is
Stringpublic String getEndpointAdapter()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.