|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.xbus.base.notifyerror.NotifyError
public class NotifyError
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 |
---|
public NotifyError()
Method Detail |
---|
public static void notifyError(java.lang.Object className, XBUSSystem source, java.lang.String message, java.lang.Object request, java.util.Hashtable additionalInfo)
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
)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |