org.kuali.rice.ken.util
Class NotificationConstants.RESPONSE_STATUSES
java.lang.Object
org.kuali.rice.ken.util.NotificationConstants.RESPONSE_STATUSES
- Enclosing class:
- NotificationConstants
public static final class NotificationConstants.RESPONSE_STATUSES
- extends Object
Different response statuses for sending notifications.
SUCCESS - the notification message was successfully received and will be processed and delivered by the system
FAILURE - the notification message was received but there were problems and it will not be processed and delivered by the system.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUCCESS
public static final String SUCCESS
- See Also:
- Constant Field Values
FAILURE
public static final String FAILURE
- See Also:
- Constant Field Values
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.