org.apache.cocoon.components.notification
Interface Notifying


public interface Notifying

Interface for Objects that can notify something.

Version:
$Id: Notifying.html 1304280 2012-03-23 11:18:01Z ilgrosso $

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

public static final String UNKNOWN_NOTIFICATION
See Also:
Constant Field Values

DEBUG_NOTIFICATION

public static final String DEBUG_NOTIFICATION
See Also:
Constant Field Values

INFO_NOTIFICATION

public static final String INFO_NOTIFICATION
See Also:
Constant Field Values

WARN_NOTIFICATION

public static final String WARN_NOTIFICATION
See Also:
Constant Field Values

ERROR_NOTIFICATION

public static final String ERROR_NOTIFICATION
See Also:
Constant Field Values

FATAL_NOTIFICATION

public static final String FATAL_NOTIFICATION
See Also:
Constant Field Values

EXTRA_LOCATION

public static final String EXTRA_LOCATION
See Also:
Constant Field Values

EXTRA_LINE

public static final String EXTRA_LINE
See Also:
Constant Field Values

EXTRA_COLUMN

public static final String EXTRA_COLUMN
See Also:
Constant Field Values

EXTRA_REQUESTURI

public static final String EXTRA_REQUESTURI
See Also:
Constant Field Values

EXTRA_CAUSE

public static final String EXTRA_CAUSE
See Also:
Constant Field Values

EXTRA_STACKTRACE

public static final String EXTRA_STACKTRACE
See Also:
Constant Field Values

EXTRA_FULLTRACE

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

getType

public String getType()
Gets the Type of the Notifying object


getTitle

public String getTitle()
Gets the Title of the Notifying object


getSource

public String getSource()
Gets the Source of the Notifying object


getSender

public String getSender()
Gets the Sender of the Notifying object


getMessage

public String getMessage()
Gets the Message of the Notifying object


getDescription

public String getDescription()
Gets the Description of the Notifying object


getExtraDescriptions

public Map getExtraDescriptions()
Gets the ExtraDescriptions of the Notifying object



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