org.apache.cocoon.components.notification
Interface Notifying

All Known Implementing Classes:
NotifyingCascadingRuntimeException, SimpleNotifyingBean

public interface Notifying

Interface for Objects that can notify something.

Version:
CVS $Id: Notifying.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Nicola Ken Barozzi

Field Summary
static String DEBUG_NOTIFICATION
           
static String ERROR_NOTIFICATION
           
static String EXTRA_CAUSE
           
static String EXTRA_COLUMN
           
static String EXTRA_FULLTRACE
           
static String EXTRA_LINE
           
static String EXTRA_LOCATION
           
static String EXTRA_REQUESTURI
           
static String EXTRA_STACKTRACE
           
static String FATAL_NOTIFICATION
           
static String INFO_NOTIFICATION
           
static String UNKNOWN_NOTIFICATION
           
static String WARN_NOTIFICATION
           
 
Method Summary
 String getDescription()
          Gets the Description of the Notifying object
 Map getExtraDescriptions()
          Gets the ExtraDescriptions of the Notifying object
 String getMessage()
          Gets the Message of the Notifying object
 String getSender()
          Gets the Sender of the Notifying object
 String getSource()
          Gets the Source of the Notifying object
 String getTitle()
          Gets the Title of the Notifying object
 String getType()
          Gets the Type of the Notifying object
 

Field Detail

UNKNOWN_NOTIFICATION

static final String UNKNOWN_NOTIFICATION
See Also:
Constant Field Values

DEBUG_NOTIFICATION

static final String DEBUG_NOTIFICATION
See Also:
Constant Field Values

INFO_NOTIFICATION

static final String INFO_NOTIFICATION
See Also:
Constant Field Values

WARN_NOTIFICATION

static final String WARN_NOTIFICATION
See Also:
Constant Field Values

ERROR_NOTIFICATION

static final String ERROR_NOTIFICATION
See Also:
Constant Field Values

FATAL_NOTIFICATION

static final String FATAL_NOTIFICATION
See Also:
Constant Field Values

EXTRA_LOCATION

static final String EXTRA_LOCATION
See Also:
Constant Field Values

EXTRA_LINE

static final String EXTRA_LINE
See Also:
Constant Field Values

EXTRA_COLUMN

static final String EXTRA_COLUMN
See Also:
Constant Field Values

EXTRA_REQUESTURI

static final String EXTRA_REQUESTURI
See Also:
Constant Field Values

EXTRA_CAUSE

static final String EXTRA_CAUSE
See Also:
Constant Field Values

EXTRA_STACKTRACE

static final String EXTRA_STACKTRACE
See Also:
Constant Field Values

EXTRA_FULLTRACE

static final String EXTRA_FULLTRACE
See Also:
Constant Field Values
Method Detail

getType

String getType()
Gets the Type of the Notifying object


getTitle

String getTitle()
Gets the Title of the Notifying object


getSource

String getSource()
Gets the Source of the Notifying object


getSender

String getSender()
Gets the Sender of the Notifying object


getMessage

String getMessage()
Gets the Message of the Notifying object


getDescription

String getDescription()
Gets the Description of the Notifying object


getExtraDescriptions

Map getExtraDescriptions()
Gets the ExtraDescriptions of the Notifying object



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.