|
RbUtils 0.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.ktc.rbutils.api.audit.event.RbEvent
org.ktc.rbutils.api.audit.event.ProcessEvent
public class ProcessEvent
Event that occur during the process of an audit in the RbUtils project.
Field Summary | |
---|---|
protected String |
detailledMessage
Adds information to the Message of this Event. |
protected Message |
message
Message contained by this Event. |
protected MessageType |
messagetype
Type of Message that defined this Event. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ProcessEvent(Object source)
Constructs a ProcessEvent . |
|
ProcessEvent(Object source,
MessageType messagetype,
Message message,
String detailledMessage)
Constructs a ProcessEvent . |
Method Summary | |
---|---|
String |
getDetailledMessage()
Returns the detailled message of this Event. |
String |
getMessageDisplay()
Returns the display form of the Message of this Event. |
String |
getMessageTypeDisplay()
Returns the display form of the MessageType of this Event. |
Methods inherited from class org.ktc.rbutils.api.audit.event.RbEvent |
---|
getEventDate |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String detailledMessage
Message
of this Event.
protected Message message
protected MessageType messagetype
Constructor Detail |
---|
public ProcessEvent(Object source)
ProcessEvent
.
source
- the object on which the Event initially occurred.
IllegalArgumentException
- if source is null
.public ProcessEvent(Object source, MessageType messagetype, Message message, String detailledMessage)
ProcessEvent
.
source
- the object on which the Event initially occurred.messagetype
- the type of the message.message
- the Message of this Event.detailledMessage
- an additionnal message.
IllegalArgumentException
- if source is null
.Method Detail |
---|
public String getMessageDisplay()
public String getMessageTypeDisplay()
public String getDetailledMessage()
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |