org.jboss.soa.esb.notification
Class NotifyUtil

java.lang.Object
  extended by org.jboss.soa.esb.notification.NotifyUtil

public class NotifyUtil
extends java.lang.Object


Constructor Summary
NotifyUtil()
           
 
Method Summary
static java.lang.String createExceptionErrorString(java.lang.String msg, java.lang.Exception e)
           
static void notifyError(NotificationManager p_oNH, ConfigTree p_oParent, java.lang.Object p_o, java.util.Map p_oCtx, java.lang.Exception p_e)
           
static void notifyOK(NotificationManager p_oNH, ConfigTree p_oParent, java.io.Serializable p_o, java.util.Map p_oCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyUtil

public NotifyUtil()
Method Detail

notifyOK

public static void notifyOK(NotificationManager p_oNH,
                            ConfigTree p_oParent,
                            java.io.Serializable p_o,
                            java.util.Map p_oCtx)

notifyError

public static void notifyError(NotificationManager p_oNH,
                               ConfigTree p_oParent,
                               java.lang.Object p_o,
                               java.util.Map p_oCtx,
                               java.lang.Exception p_e)

createExceptionErrorString

public static java.lang.String createExceptionErrorString(java.lang.String msg,
                                                          java.lang.Exception e)