public class DtoJournalPersistenceAdapterFactory
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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">
<choice maxOccurs="unbounded" minOccurs="0">
<choice>
<element name="adapter" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}axionJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}blobJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}bytesJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}db2JDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}defaultJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}hsqldb-jdbc-adapter"/>
<element ref="{http://activemq.apache.org/schema/core}imageBasedJDBCAdaptor"/>
<element ref="{http://activemq.apache.org/schema/core}informixJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}maxdb-jdbc-adapter"/>
<element ref="{http://activemq.apache.org/schema/core}mysql-jdbc-adapter"/>
<element ref="{http://activemq.apache.org/schema/core}oracleBlobJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}oracleJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}postgresql-jdbc-adapter"/>
<element ref="{http://activemq.apache.org/schema/core}streamJDBCAdapter"/>
<element ref="{http://activemq.apache.org/schema/core}sybase-jdbc-adapter"/>
<element ref="{http://activemq.apache.org/schema/core}transact-jdbc-adapter"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="brokerService" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}broker"/>
<element ref="{http://activemq.apache.org/schema/core}brokerService"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dataSource" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="jdbcAdapter" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}jdbcPersistenceAdapter"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="journal" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="locker" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}database-locker"/>
<element ref="{http://activemq.apache.org/schema/core}lease-database-locker"/>
<element ref="{http://activemq.apache.org/schema/core}shared-file-locker"/>
<element ref="{http://activemq.apache.org/schema/core}transact-database-locker"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="statements" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}statements"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="taskRunnerFactory" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}taskRunnerFactory"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</choice>
<attribute name="adapter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="brokerService" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="createTablesOnStartup" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="dataDirectory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataDirectoryFile" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataSource" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jdbcAdapter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="journal" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="journalArchiveDirectory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="journalLogFileSize" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="journalLogFiles" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="journalThreadPriority" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="lockKeepAlivePeriod" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="locker" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="statements" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="taskRunnerFactory" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="useDatabaseLock" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="useDedicatedTaskRunner" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="useJournal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="useLock" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="useQuickJournal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DtoJournalPersistenceAdapterFactory.Adapter
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.BrokerService
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.DataSource
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.JdbcAdapter
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.Journal
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.Locker
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.Statements
Java class for anonymous complex type.
|
static class |
DtoJournalPersistenceAdapterFactory.TaskRunnerFactory
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
adapter |
protected java.util.List<java.lang.Object> |
adapterOrBrokerServiceOrDataSource |
protected java.lang.String |
brokerService |
protected java.lang.Boolean |
createTablesOnStartup |
protected java.lang.String |
dataDirectory |
protected java.lang.String |
dataDirectoryFile |
protected java.lang.String |
dataSource |
protected java.lang.String |
id |
protected java.lang.String |
jdbcAdapter |
protected java.lang.String |
journal |
protected java.lang.String |
journalArchiveDirectory |
protected java.math.BigInteger |
journalLogFiles |
protected java.lang.String |
journalLogFileSize |
protected java.math.BigInteger |
journalThreadPriority |
protected java.lang.String |
locker |
protected java.lang.Long |
lockKeepAlivePeriod |
protected java.lang.String |
statements |
protected java.lang.String |
taskRunnerFactory |
protected java.lang.Boolean |
useDatabaseLock |
protected java.lang.Boolean |
useDedicatedTaskRunner |
protected java.lang.Boolean |
useJournal |
protected java.lang.Boolean |
useLock |
protected java.lang.Boolean |
useQuickJournal |
| Constructor and Description |
|---|
DtoJournalPersistenceAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getAdapter()
Gets the value of the adapter property.
|
java.util.List<java.lang.Object> |
getAdapterOrBrokerServiceOrDataSource()
Gets the value of the adapterOrBrokerServiceOrDataSource property.
|
java.lang.String |
getBrokerService()
Gets the value of the brokerService property.
|
java.lang.String |
getDataDirectory()
Gets the value of the dataDirectory property.
|
java.lang.String |
getDataDirectoryFile()
Gets the value of the dataDirectoryFile property.
|
java.lang.String |
getDataSource()
Gets the value of the dataSource property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getJdbcAdapter()
Gets the value of the jdbcAdapter property.
|
java.lang.String |
getJournal()
Gets the value of the journal property.
|
java.lang.String |
getJournalArchiveDirectory()
Gets the value of the journalArchiveDirectory property.
|
java.math.BigInteger |
getJournalLogFiles()
Gets the value of the journalLogFiles property.
|
java.lang.String |
getJournalLogFileSize()
Gets the value of the journalLogFileSize property.
|
java.math.BigInteger |
getJournalThreadPriority()
Gets the value of the journalThreadPriority property.
|
java.lang.String |
getLocker()
Gets the value of the locker property.
|
java.lang.Long |
getLockKeepAlivePeriod()
Gets the value of the lockKeepAlivePeriod property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
java.lang.String |
getStatements()
Gets the value of the statements property.
|
java.lang.String |
getTaskRunnerFactory()
Gets the value of the taskRunnerFactory property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isCreateTablesOnStartup()
Gets the value of the createTablesOnStartup property.
|
java.lang.Boolean |
isUseDatabaseLock()
Gets the value of the useDatabaseLock property.
|
java.lang.Boolean |
isUseDedicatedTaskRunner()
Gets the value of the useDedicatedTaskRunner property.
|
java.lang.Boolean |
isUseJournal()
Gets the value of the useJournal property.
|
java.lang.Boolean |
isUseLock()
Gets the value of the useLock property.
|
java.lang.Boolean |
isUseQuickJournal()
Gets the value of the useQuickJournal property.
|
void |
setAdapter(java.lang.String value)
Sets the value of the adapter property.
|
void |
setBrokerService(java.lang.String value)
Sets the value of the brokerService property.
|
void |
setCreateTablesOnStartup(java.lang.Boolean value)
Sets the value of the createTablesOnStartup property.
|
void |
setDataDirectory(java.lang.String value)
Sets the value of the dataDirectory property.
|
void |
setDataDirectoryFile(java.lang.String value)
Sets the value of the dataDirectoryFile property.
|
void |
setDataSource(java.lang.String value)
Sets the value of the dataSource property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setJdbcAdapter(java.lang.String value)
Sets the value of the jdbcAdapter property.
|
void |
setJournal(java.lang.String value)
Sets the value of the journal property.
|
void |
setJournalArchiveDirectory(java.lang.String value)
Sets the value of the journalArchiveDirectory property.
|
void |
setJournalLogFiles(java.math.BigInteger value)
Sets the value of the journalLogFiles property.
|
void |
setJournalLogFileSize(java.lang.String value)
Sets the value of the journalLogFileSize property.
|
void |
setJournalThreadPriority(java.math.BigInteger value)
Sets the value of the journalThreadPriority property.
|
void |
setLocker(java.lang.String value)
Sets the value of the locker property.
|
void |
setLockKeepAlivePeriod(java.lang.Long value)
Sets the value of the lockKeepAlivePeriod property.
|
void |
setStatements(java.lang.String value)
Sets the value of the statements property.
|
void |
setTaskRunnerFactory(java.lang.String value)
Sets the value of the taskRunnerFactory property.
|
void |
setUseDatabaseLock(java.lang.Boolean value)
Sets the value of the useDatabaseLock property.
|
void |
setUseDedicatedTaskRunner(java.lang.Boolean value)
Sets the value of the useDedicatedTaskRunner property.
|
void |
setUseJournal(java.lang.Boolean value)
Sets the value of the useJournal property.
|
void |
setUseLock(java.lang.Boolean value)
Sets the value of the useLock property.
|
void |
setUseQuickJournal(java.lang.Boolean value)
Sets the value of the useQuickJournal property.
|
java.lang.String |
toString() |
protected java.util.List<java.lang.Object> adapterOrBrokerServiceOrDataSource
protected java.lang.String adapter
protected java.lang.String brokerService
protected java.lang.Boolean createTablesOnStartup
protected java.lang.String dataDirectory
protected java.lang.String dataDirectoryFile
protected java.lang.String dataSource
protected java.lang.String jdbcAdapter
protected java.lang.String journal
protected java.lang.String journalArchiveDirectory
protected java.lang.String journalLogFileSize
protected java.math.BigInteger journalLogFiles
protected java.math.BigInteger journalThreadPriority
protected java.lang.Long lockKeepAlivePeriod
protected java.lang.String locker
protected java.lang.String statements
protected java.lang.String taskRunnerFactory
protected java.lang.Boolean useDatabaseLock
protected java.lang.Boolean useDedicatedTaskRunner
protected java.lang.Boolean useJournal
protected java.lang.Boolean useLock
protected java.lang.Boolean useQuickJournal
protected java.lang.String id
public java.util.List<java.lang.Object> getAdapterOrBrokerServiceOrDataSource()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the adapterOrBrokerServiceOrDataSource property.
For example, to add a new item, do as follows:
getAdapterOrBrokerServiceOrDataSource().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<DtoJournalPersistenceAdapterFactory.Locker>
JAXBElement<DtoJournalPersistenceAdapterFactory.Journal>
JAXBElement<DtoJournalPersistenceAdapterFactory.BrokerService>
JAXBElement<DtoJournalPersistenceAdapterFactory.TaskRunnerFactory>
JAXBElement<DtoJournalPersistenceAdapterFactory.JdbcAdapter>
JAXBElement<DtoJournalPersistenceAdapterFactory.Adapter>
JAXBElement<DtoJournalPersistenceAdapterFactory.DataSource>
JAXBElement<DtoJournalPersistenceAdapterFactory.Statements>
Object
public java.lang.String getAdapter()
Stringpublic void setAdapter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBrokerService()
Stringpublic void setBrokerService(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isCreateTablesOnStartup()
Booleanpublic void setCreateTablesOnStartup(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDataDirectory()
Stringpublic void setDataDirectory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataDirectoryFile()
Stringpublic void setDataDirectoryFile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataSource()
Stringpublic void setDataSource(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJdbcAdapter()
Stringpublic void setJdbcAdapter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJournal()
Stringpublic void setJournal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJournalArchiveDirectory()
Stringpublic void setJournalArchiveDirectory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJournalLogFileSize()
Stringpublic void setJournalLogFileSize(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getJournalLogFiles()
BigIntegerpublic void setJournalLogFiles(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getJournalThreadPriority()
BigIntegerpublic void setJournalThreadPriority(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Long getLockKeepAlivePeriod()
Longpublic void setLockKeepAlivePeriod(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getLocker()
Stringpublic void setLocker(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStatements()
Stringpublic void setStatements(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTaskRunnerFactory()
Stringpublic void setTaskRunnerFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isUseDatabaseLock()
Booleanpublic void setUseDatabaseLock(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseDedicatedTaskRunner()
Booleanpublic void setUseDedicatedTaskRunner(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseJournal()
Booleanpublic void setUseJournal(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseLock()
Booleanpublic void setUseLock(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isUseQuickJournal()
Booleanpublic void setUseQuickJournal(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.