Class DtoTaskRunnerFactory
- java.lang.Object
-
- org.apache.activemq.schema.core.DtoTaskRunnerFactory
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class DtoTaskRunnerFactory extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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="executor" 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="rejectedTaskHandler" 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="threadClassLoader" 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> <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/> </choice> </choice> <attribute name="daemon" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="dedicatedTaskRunner" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="executor" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="maxIterationsPerRun" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="maxThreadPoolSize" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="priority" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="rejectedTaskHandler" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="shutdownAwaitTermination" type="{http://www.w3.org/2001/XMLSchema}long" /> <attribute name="threadClassLoader" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDtoTaskRunnerFactory.ExecutorJava class for anonymous complex type.static classDtoTaskRunnerFactory.RejectedTaskHandlerJava class for anonymous complex type.static classDtoTaskRunnerFactory.ThreadClassLoaderJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Booleandaemonprotected BooleandedicatedTaskRunnerprotected Stringexecutorprotected List<Object>executorOrRejectedTaskHandlerOrThreadClassLoaderprotected Stringidprotected BigIntegermaxIterationsPerRunprotected BigIntegermaxThreadPoolSizeprotected Stringnameprotected BigIntegerpriorityprotected StringrejectedTaskHandlerprotected LongshutdownAwaitTerminationprotected StringthreadClassLoader
-
Constructor Summary
Constructors Constructor Description DtoTaskRunnerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetExecutor()Gets the value of the executor property.List<Object>getExecutorOrRejectedTaskHandlerOrThreadClassLoader()Gets the value of the executorOrRejectedTaskHandlerOrThreadClassLoader property.StringgetId()Gets the value of the id property.BigIntegergetMaxIterationsPerRun()Gets the value of the maxIterationsPerRun property.BigIntegergetMaxThreadPoolSize()Gets the value of the maxThreadPoolSize property.StringgetName()Gets the value of the name property.Map<QName,String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.BigIntegergetPriority()Gets the value of the priority property.StringgetRejectedTaskHandler()Gets the value of the rejectedTaskHandler property.LonggetShutdownAwaitTermination()Gets the value of the shutdownAwaitTermination property.StringgetThreadClassLoader()Gets the value of the threadClassLoader property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)BooleanisDaemon()Gets the value of the daemon property.BooleanisDedicatedTaskRunner()Gets the value of the dedicatedTaskRunner property.voidsetDaemon(Boolean value)Sets the value of the daemon property.voidsetDedicatedTaskRunner(Boolean value)Sets the value of the dedicatedTaskRunner property.voidsetExecutor(String value)Sets the value of the executor property.voidsetId(String value)Sets the value of the id property.voidsetMaxIterationsPerRun(BigInteger value)Sets the value of the maxIterationsPerRun property.voidsetMaxThreadPoolSize(BigInteger value)Sets the value of the maxThreadPoolSize property.voidsetName(String value)Sets the value of the name property.voidsetPriority(BigInteger value)Sets the value of the priority property.voidsetRejectedTaskHandler(String value)Sets the value of the rejectedTaskHandler property.voidsetShutdownAwaitTermination(Long value)Sets the value of the shutdownAwaitTermination property.voidsetThreadClassLoader(String value)Sets the value of the threadClassLoader property.StringtoString()
-
-
-
Field Detail
-
executorOrRejectedTaskHandlerOrThreadClassLoader
protected List<Object> executorOrRejectedTaskHandlerOrThreadClassLoader
-
daemon
protected Boolean daemon
-
dedicatedTaskRunner
protected Boolean dedicatedTaskRunner
-
executor
protected String executor
-
maxIterationsPerRun
protected BigInteger maxIterationsPerRun
-
maxThreadPoolSize
protected BigInteger maxThreadPoolSize
-
name
protected String name
-
priority
protected BigInteger priority
-
rejectedTaskHandler
protected String rejectedTaskHandler
-
shutdownAwaitTermination
protected Long shutdownAwaitTermination
-
threadClassLoader
protected String threadClassLoader
-
id
protected String id
-
-
Method Detail
-
getExecutorOrRejectedTaskHandlerOrThreadClassLoader
public List<Object> getExecutorOrRejectedTaskHandlerOrThreadClassLoader()
Gets the value of the executorOrRejectedTaskHandlerOrThreadClassLoader property.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
setmethod for the executorOrRejectedTaskHandlerOrThreadClassLoader property.For example, to add a new item, do as follows:
getExecutorOrRejectedTaskHandlerOrThreadClassLoader().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<DtoTaskRunnerFactory.Executor>JAXBElement<DtoTaskRunnerFactory.RejectedTaskHandler>JAXBElement<DtoTaskRunnerFactory.ThreadClassLoader>Object
-
isDaemon
public Boolean isDaemon()
Gets the value of the daemon property.- Returns:
- possible object is
Boolean
-
setDaemon
public void setDaemon(Boolean value)
Sets the value of the daemon property.- Parameters:
value- allowed object isBoolean
-
isDedicatedTaskRunner
public Boolean isDedicatedTaskRunner()
Gets the value of the dedicatedTaskRunner property.- Returns:
- possible object is
Boolean
-
setDedicatedTaskRunner
public void setDedicatedTaskRunner(Boolean value)
Sets the value of the dedicatedTaskRunner property.- Parameters:
value- allowed object isBoolean
-
getExecutor
public String getExecutor()
Gets the value of the executor property.- Returns:
- possible object is
String
-
setExecutor
public void setExecutor(String value)
Sets the value of the executor property.- Parameters:
value- allowed object isString
-
getMaxIterationsPerRun
public BigInteger getMaxIterationsPerRun()
Gets the value of the maxIterationsPerRun property.- Returns:
- possible object is
BigInteger
-
setMaxIterationsPerRun
public void setMaxIterationsPerRun(BigInteger value)
Sets the value of the maxIterationsPerRun property.- Parameters:
value- allowed object isBigInteger
-
getMaxThreadPoolSize
public BigInteger getMaxThreadPoolSize()
Gets the value of the maxThreadPoolSize property.- Returns:
- possible object is
BigInteger
-
setMaxThreadPoolSize
public void setMaxThreadPoolSize(BigInteger value)
Sets the value of the maxThreadPoolSize property.- Parameters:
value- allowed object isBigInteger
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPriority
public BigInteger getPriority()
Gets the value of the priority property.- Returns:
- possible object is
BigInteger
-
setPriority
public void setPriority(BigInteger value)
Sets the value of the priority property.- Parameters:
value- allowed object isBigInteger
-
getRejectedTaskHandler
public String getRejectedTaskHandler()
Gets the value of the rejectedTaskHandler property.- Returns:
- possible object is
String
-
setRejectedTaskHandler
public void setRejectedTaskHandler(String value)
Sets the value of the rejectedTaskHandler property.- Parameters:
value- allowed object isString
-
getShutdownAwaitTermination
public Long getShutdownAwaitTermination()
Gets the value of the shutdownAwaitTermination property.- Returns:
- possible object is
Long
-
setShutdownAwaitTermination
public void setShutdownAwaitTermination(Long value)
Sets the value of the shutdownAwaitTermination property.- Parameters:
value- allowed object isLong
-
getThreadClassLoader
public String getThreadClassLoader()
Gets the value of the threadClassLoader property.- Returns:
- possible object is
String
-
setThreadClassLoader
public void setThreadClassLoader(String value)
Sets the value of the threadClassLoader property.- Parameters:
value- allowed object isString
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.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.
- Returns:
- always non-null
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
-