org.apache.cocoon
Class Notification

java.lang.Object
  |
  +--org.apache.cocoon.components.notification.SimpleNotifyingBean
        |
        +--org.apache.cocoon.Notification
All Implemented Interfaces:
Notifying

Deprecated. Now another interface is used

public class Notification
extends SimpleNotifyingBean

Generates an XML representation of the current notification.

Version:
CVS $Id: Notification.java,v 1.7.2.1 2002/07/15 14:52:58 cziegeler Exp $
Author:
Nicola Ken Barozzi
See Also:
SimpleNotifyingBean

Fields inherited from interface org.apache.cocoon.components.notification.Notifying
DEBUG_NOTIFICATION, ERROR_NOTIFICATION, FATAL_NOTIFICATION, INFO_NOTIFICATION, UNKNOWN_NOTIFICATION, WARN_NOTIFICATION
 
Constructor Summary
Notification(java.lang.Object sender)
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.components.notification.SimpleNotifyingBean
addExtraDescription, getDescription, getExtraDescriptions, getMessage, getSender, getSource, getTitle, getType, replaceExtraDescriptions, replaceExtraDescriptions, setDescription, setMessage, setSource, setTitle, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification(java.lang.Object sender)
Deprecated. 


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