Uses of Class
org.kuali.rice.ksb.messaging.PersistedMessageBO
Packages that use PersistedMessageBO
Package
Description
-
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging
Methods in org.kuali.rice.ksb.messaging that return PersistedMessageBOModifier and TypeMethodDescriptionstatic PersistedMessageBOPersistedMessageBO.buildMessage(org.kuali.rice.ksb.api.bus.ServiceConfiguration serviceConfiguration, org.kuali.rice.ksb.api.messaging.AsynchronousCall methodCall) PersistedMessageBO.copy()MessageServiceInvoker.getMessage()PersistedMessagePayload.getPersistedMessage()Methods in org.kuali.rice.ksb.messaging with parameters of type PersistedMessageBOModifier and TypeMethodDescriptionvoidPersistedMessagePayload.setPersistedMessage(PersistedMessageBO persistedMessage) Constructors in org.kuali.rice.ksb.messaging with parameters of type PersistedMessageBO -
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging.dao
Methods in org.kuali.rice.ksb.messaging.dao that return PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueDAO.findByRouteQueueId(Long routeQueueId) MessageQueueDAO.save(PersistedMessageBO routeQueue) Methods in org.kuali.rice.ksb.messaging.dao that return types with arguments of type PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueDAO.findAll(int maxRows) MessageQueueDAO.findByValues(Map<String, String> criteriaValues, int maxRows) Finds the persisted messages that match the values passed into the criteriaValues Map, with an EqualTo criteria for each.MessageQueueDAO.getNextDocuments(Integer maxDocuments) Methods in org.kuali.rice.ksb.messaging.dao with parameters of type PersistedMessageBOModifier and TypeMethodDescriptionvoidMessageQueueDAO.remove(PersistedMessageBO routeQueue) MessageQueueDAO.save(PersistedMessageBO routeQueue) -
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging.dao.impl
Methods in org.kuali.rice.ksb.messaging.dao.impl that return PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueDaoJpa.findByRouteQueueId(Long routeQueueId) MessageQueueDaoJpa.save(PersistedMessageBO routeQueue) Methods in org.kuali.rice.ksb.messaging.dao.impl that return types with arguments of type PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueDaoJpa.findAll(int maxRows) MessageQueueDaoJpa.findByValues(Map<String, String> criteriaValues, int maxRows) MessageQueueDaoJpa.getNextDocuments(Integer maxDocuments) Methods in org.kuali.rice.ksb.messaging.dao.impl with parameters of type PersistedMessageBOModifier and TypeMethodDescriptionvoidMessageQueueDaoJpa.remove(PersistedMessageBO routeQueue) MessageQueueDaoJpa.save(PersistedMessageBO routeQueue) -
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging.exceptionhandling
Methods in org.kuali.rice.ksb.messaging.exceptionhandling with parameters of type PersistedMessageBOModifier and TypeMethodDescriptionvoidDefaultMessageExceptionHandler.handleException(Throwable throwable, PersistedMessageBO message) voidMessageExceptionHandler.handleException(Throwable throwable, PersistedMessageBO message) voidDefaultMessageExceptionHandler.handleExceptionLastDitchEffort(Throwable throwable, PersistedMessageBO message) voidMessageExceptionHandler.handleExceptionLastDitchEffort(Throwable throwable, PersistedMessageBO message) booleanDefaultMessageExceptionHandler.isInException(PersistedMessageBO message) booleanMessageExceptionHandler.isInException(PersistedMessageBO message) Determines whether the message would go into Exception if submitted.protected voidDefaultMessageExceptionHandler.placeInException(Throwable throwable, PersistedMessageBO message) voidDefaultExceptionServiceImpl.placeInExceptionRouting(Throwable throwable, PersistedMessageBO message) voidExceptionRoutingService.placeInExceptionRouting(Throwable throwable, PersistedMessageBO message) voidDefaultExceptionServiceImpl.placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message) voidExceptionRoutingService.placeInExceptionRoutingLastDitchEffort(Throwable throwable, PersistedMessageBO message) protected voidDefaultMessageExceptionHandler.requeue(Throwable throwable, PersistedMessageBO message) voidDefaultExceptionServiceImpl.scheduleExecution(Throwable throwable, PersistedMessageBO message, String description) protected voidDefaultMessageExceptionHandler.scheduleExecution(Throwable throwable, PersistedMessageBO message) voidExceptionRoutingService.scheduleExecution(Throwable throwable, PersistedMessageBO message, String description) -
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging.service
Methods in org.kuali.rice.ksb.messaging.service that return PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueService.findByRouteQueueId(Long routeQueueId) Finds the PersistedMessageBO identified by the passed-in primary key, if one is available, otherwise returns a null object.MessageQueueService.save(PersistedMessageBO routeQueue) Methods in org.kuali.rice.ksb.messaging.service that return types with arguments of type PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueService.findAll(int maxRows) MessageQueueService.findByValues(Map<String, String> criteriaValues, int maxRows) Finds the persisted messages that match the values passed into the criteriaValues Map, with an auto-wildcard function, if no wildcard is passed in.MessageQueueService.getNextDocuments(Integer maxDocuments) Returns a List of RouteQueue documents which are queued for routing.Methods in org.kuali.rice.ksb.messaging.service with parameters of type PersistedMessageBOModifier and TypeMethodDescriptionvoidMessageQueueService.delete(PersistedMessageBO routeQueue) MessageQueueService.save(PersistedMessageBO routeQueue) -
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging.service.impl
Methods in org.kuali.rice.ksb.messaging.service.impl that return PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueServiceImpl.findByRouteQueueId(Long routeQueueId) MessageQueueServiceImpl.save(PersistedMessageBO routeQueue) Methods in org.kuali.rice.ksb.messaging.service.impl that return types with arguments of type PersistedMessageBOModifier and TypeMethodDescriptionMessageQueueServiceImpl.findAll(int maxRows) MessageQueueServiceImpl.findByValues(Map<String, String> criteriaValues, int maxRows) MessageQueueServiceImpl.getNextDocuments(Integer maxDocuments) Methods in org.kuali.rice.ksb.messaging.service.impl with parameters of type PersistedMessageBOModifier and TypeMethodDescriptionvoidMessageQueueServiceImpl.delete(PersistedMessageBO routeQueue) MessageQueueServiceImpl.save(PersistedMessageBO routeQueue) -
Uses of PersistedMessageBO in org.kuali.rice.ksb.messaging.serviceproxies
Constructors in org.kuali.rice.ksb.messaging.serviceproxies with parameters of type PersistedMessageBOModifierConstructorDescription