org.kuali.rice.ken.util
Class NotificationConstants.RESPONSE_STATUSES

java.lang.Object
  extended by 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)

Field Summary
static String FAILURE
           
static String SUCCESS
           
 
Constructor Summary
NotificationConstants.RESPONSE_STATUSES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS

public static final String SUCCESS
See Also:
Constant Field Values

FAILURE

public static final String FAILURE
See Also:
Constant Field Values
Constructor Detail

NotificationConstants.RESPONSE_STATUSES

public NotificationConstants.RESPONSE_STATUSES()


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.