org.apache.cocoon.components.notification
Interface Notifying

All Known Subinterfaces:
Notificable
All Known Implementing Classes:
NotifyingCascadingRuntimeException, SimpleNotifyingBean

public interface Notifying

Interface for Objects that can notify something.

Version:
CVS $Id: Notifying.java,v 1.5.2.1 2002/07/15 14:52:59 cziegeler Exp $
Author:
Nicola Ken Barozzi

Field Summary
static java.lang.String DEBUG_NOTIFICATION
           
static java.lang.String ERROR_NOTIFICATION
           
static java.lang.String FATAL_NOTIFICATION
           
static java.lang.String INFO_NOTIFICATION
           
static java.lang.String UNKNOWN_NOTIFICATION
          Proposed types of notifications
static java.lang.String WARN_NOTIFICATION
           
 
Method Summary
 java.lang.String getDescription()
          Gets the Description of the Notifying object
 java.util.Map getExtraDescriptions()
          Gets the ExtraDescriptions of the Notifying object
 java.lang.String getMessage()
          Gets the Message of the Notifying object
 java.lang.String getSender()
          Gets the Sender of the Notifying object
 java.lang.String getSource()
          Gets the Source of the Notifying object
 java.lang.String getTitle()
          Gets the Title of the Notifying object
 java.lang.String getType()
          Gets the Type of the Notifying object
 

Field Detail

UNKNOWN_NOTIFICATION

public static final java.lang.String UNKNOWN_NOTIFICATION
Proposed types of notifications

See Also:
Constant Field Values

DEBUG_NOTIFICATION

public static final java.lang.String DEBUG_NOTIFICATION
See Also:
Constant Field Values

INFO_NOTIFICATION

public static final java.lang.String INFO_NOTIFICATION
See Also:
Constant Field Values

WARN_NOTIFICATION

public static final java.lang.String WARN_NOTIFICATION
See Also:
Constant Field Values

ERROR_NOTIFICATION

public static final java.lang.String ERROR_NOTIFICATION
See Also:
Constant Field Values

FATAL_NOTIFICATION

public static final java.lang.String FATAL_NOTIFICATION
See Also:
Constant Field Values
Method Detail

getType

public java.lang.String getType()
Gets the Type of the Notifying object


getTitle

public java.lang.String getTitle()
Gets the Title of the Notifying object


getSource

public java.lang.String getSource()
Gets the Source of the Notifying object


getSender

public java.lang.String getSender()
Gets the Sender of the Notifying object


getMessage

public java.lang.String getMessage()
Gets the Message of the Notifying object


getDescription

public java.lang.String getDescription()
Gets the Description of the Notifying object


getExtraDescriptions

public java.util.Map getExtraDescriptions()
Gets the ExtraDescriptions of the Notifying object



Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.