Uses of Class
org.apache.activemq.schema.core.DtoJDBCIOExceptionHandler
-
Packages that use DtoJDBCIOExceptionHandler Package Description org.apache.activemq.schema.core -
-
Uses of DtoJDBCIOExceptionHandler in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoJDBCIOExceptionHandler Modifier and Type Field Description protected DtoJDBCIOExceptionHandlerDtoBroker.IoExceptionHandler. jdbcioExceptionHandlerprotected DtoJDBCIOExceptionHandlerDtoBrokerService.IoExceptionHandler. jdbcioExceptionHandlerMethods in org.apache.activemq.schema.core that return DtoJDBCIOExceptionHandler Modifier and Type Method Description DtoJDBCIOExceptionHandlerObjectFactory. createDtoJDBCIOExceptionHandler()Create an instance ofDtoJDBCIOExceptionHandlerDtoJDBCIOExceptionHandlerDtoBroker.IoExceptionHandler. getJDBCIOExceptionHandler()Gets the value of the jdbcioExceptionHandler property.DtoJDBCIOExceptionHandlerDtoBrokerService.IoExceptionHandler. getJDBCIOExceptionHandler()Gets the value of the jdbcioExceptionHandler property.Methods in org.apache.activemq.schema.core with parameters of type DtoJDBCIOExceptionHandler Modifier and Type Method Description voidDtoBroker.IoExceptionHandler. setJDBCIOExceptionHandler(DtoJDBCIOExceptionHandler value)Sets the value of the jdbcioExceptionHandler property.voidDtoBrokerService.IoExceptionHandler. setJDBCIOExceptionHandler(DtoJDBCIOExceptionHandler value)Sets the value of the jdbcioExceptionHandler property.
-