net.sf.xbus.base.notifyerror
Class NotifyError

java.lang.Object
  extended by net.sf.xbus.base.notifyerror.NotifyError

public class NotifyError
extends java.lang.Object

Sends a message with detailled information to one or more destinations, when the xBus has detected a problem.


Constructor Summary
NotifyError()
           
 
Method Summary
static void notifyError(java.lang.Object className, XBUSSystem source, java.lang.String message, java.lang.Object request, java.util.Hashtable additionalInfo)
          Sends a message with detailled information to one or more destinations, when the xBus has detected a problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyError

public NotifyError()
Method Detail

notifyError

public static void notifyError(java.lang.Object className,
                               XBUSSystem source,
                               java.lang.String message,
                               java.lang.Object request,
                               java.util.Hashtable additionalInfo)
Sends a message with detailled information to one or more destinations, when the xBus has detected a problem.

Parameters:
className - the object where the error has been detected (must not be null)
source - the system from where the message has been received or should be sent to (may be null)
message - an error message (may be null)
request - the request that has caused the error (may be null)
additionalInfo - additional address information (may be null)