public static class DtoBrokerService.IoExceptionHandler extends 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 minOccurs="0">
<element ref="{http://activemq.apache.org/schema/core}defaultIOExceptionHandler"/>
<element ref="{http://activemq.apache.org/schema/core}jDBCIOExceptionHandler"/>
<element ref="{http://activemq.apache.org/schema/core}leaseLockerIOExceptionHandler"/>
<any namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected DtoDefaultIOExceptionHandler |
defaultIOExceptionHandler |
protected DtoJDBCIOExceptionHandler |
jdbcioExceptionHandler |
protected DtoLeaseLockerIOExceptionHandler |
leaseLockerIOExceptionHandler |
| Constructor and Description |
|---|
IoExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Object |
getAny()
Gets the value of the any property.
|
DtoDefaultIOExceptionHandler |
getDefaultIOExceptionHandler()
Gets the value of the defaultIOExceptionHandler property.
|
DtoJDBCIOExceptionHandler |
getJDBCIOExceptionHandler()
Gets the value of the jdbcioExceptionHandler property.
|
DtoLeaseLockerIOExceptionHandler |
getLeaseLockerIOExceptionHandler()
Gets the value of the leaseLockerIOExceptionHandler property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setDefaultIOExceptionHandler(DtoDefaultIOExceptionHandler value)
Sets the value of the defaultIOExceptionHandler property.
|
void |
setJDBCIOExceptionHandler(DtoJDBCIOExceptionHandler value)
Sets the value of the jdbcioExceptionHandler property.
|
void |
setLeaseLockerIOExceptionHandler(DtoLeaseLockerIOExceptionHandler value)
Sets the value of the leaseLockerIOExceptionHandler property.
|
String |
toString() |
protected DtoDefaultIOExceptionHandler defaultIOExceptionHandler
protected DtoJDBCIOExceptionHandler jdbcioExceptionHandler
protected DtoLeaseLockerIOExceptionHandler leaseLockerIOExceptionHandler
public IoExceptionHandler()
public DtoDefaultIOExceptionHandler getDefaultIOExceptionHandler()
DtoDefaultIOExceptionHandlerpublic void setDefaultIOExceptionHandler(DtoDefaultIOExceptionHandler value)
value - allowed object is
DtoDefaultIOExceptionHandlerpublic DtoJDBCIOExceptionHandler getJDBCIOExceptionHandler()
DtoJDBCIOExceptionHandlerpublic void setJDBCIOExceptionHandler(DtoJDBCIOExceptionHandler value)
value - allowed object is
DtoJDBCIOExceptionHandlerpublic DtoLeaseLockerIOExceptionHandler getLeaseLockerIOExceptionHandler()
DtoLeaseLockerIOExceptionHandlerpublic void setLeaseLockerIOExceptionHandler(DtoLeaseLockerIOExceptionHandler value)
value - allowed object is
DtoLeaseLockerIOExceptionHandlerpublic Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.EqualsCopyright © 2005–2017 The Apache Software Foundation. All rights reserved.