|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JournalInterface
Interface for classes which write information about the activities of the middleware.
Method Summary | |
---|---|
void |
commit()
Commits the entry. |
void |
log(char type,
XBUSSystem system,
Message message)
Writes a middleware-activity. |
Method Detail |
---|
void log(char type, XBUSSystem system, Message message) throws XException
The Configuration
stores, which
activities are written. All other activities are ignored.
type
- R: message has been received, S: message has
been sendsystem
- The name of the system, from which the message has been
received or where the message has been sent to.message
- The Message
-object that represents the data of
the message.
XException
void commit() throws XException
XException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |