Uses of Class
org.apache.activemq.schema.core.DtoDefaultIOExceptionHandler
-
Packages that use DtoDefaultIOExceptionHandler Package Description org.apache.activemq.schema.core -
-
Uses of DtoDefaultIOExceptionHandler in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoDefaultIOExceptionHandler Modifier and Type Field Description protected DtoDefaultIOExceptionHandlerDtoBroker.IoExceptionHandler. defaultIOExceptionHandlerprotected DtoDefaultIOExceptionHandlerDtoBrokerService.IoExceptionHandler. defaultIOExceptionHandlerMethods in org.apache.activemq.schema.core that return DtoDefaultIOExceptionHandler Modifier and Type Method Description DtoDefaultIOExceptionHandlerObjectFactory. createDtoDefaultIOExceptionHandler()Create an instance ofDtoDefaultIOExceptionHandlerDtoDefaultIOExceptionHandlerDtoBroker.IoExceptionHandler. getDefaultIOExceptionHandler()Gets the value of the defaultIOExceptionHandler property.DtoDefaultIOExceptionHandlerDtoBrokerService.IoExceptionHandler. getDefaultIOExceptionHandler()Gets the value of the defaultIOExceptionHandler property.Methods in org.apache.activemq.schema.core with parameters of type DtoDefaultIOExceptionHandler Modifier and Type Method Description voidDtoBroker.IoExceptionHandler. setDefaultIOExceptionHandler(DtoDefaultIOExceptionHandler value)Sets the value of the defaultIOExceptionHandler property.voidDtoBrokerService.IoExceptionHandler. setDefaultIOExceptionHandler(DtoDefaultIOExceptionHandler value)Sets the value of the defaultIOExceptionHandler property.
-