Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » notification » [javadoc | source]
org.apache.cocoon.components.notification
public class: DefaultNotifyingBuilder [javadoc | source]
java.lang.Object
   org.apache.cocoon.components.notification.DefaultNotifyingBuilder

All Implemented Interfaces:
    NotifyingBuilder, org.apache.avalon.framework.component.Component

Generates an Notifying representation of widely used objects.
Method from org.apache.cocoon.components.notification.DefaultNotifyingBuilder Summary:
build,   build,   getRootCause
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.notification.DefaultNotifyingBuilder Detail:
 public Notifying build(Object sender,
    Object o) 
    Builds a Notifying object (SimpleNotifyingBean in this case) that tries to explain what the Object o can reveal.
 public Notifying build(Object sender,
    Object o,
    String type,
    String title,
    String source,
    String message,
    String description,
    Map extra) 
    Builds a Notifying object (SimpleNotifyingBean in this case) that explains a notification.
 public static Throwable getRootCause(Throwable t) 
    Get root cause Throwable.