Package org.jeyzer.mx.event
Interface JzrPublisherEvent
- 
public interface JzrPublisherEventJzrPublisherEvent is a bean class holding publisher event information
When active, the Jeyzer Recorder will access this info to store it.
Its fields are always set. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JzrPublisherEventCodegetCode()Get the publisher event code.JzrEventLevelgetLevel()Get the publisher event level.java.lang.StringgetMessage()Get the publisher event message.JzrEventSubLevelgetSubLevel()Get the publisher event sub-level.By default medium.longgetTime()Get the publisher event time 
 - 
 
- 
- 
Method Detail
- 
getTime
long getTime()
Get the publisher event time- Returns:
 - the publisher event time
 
 
- 
getLevel
JzrEventLevel getLevel()
Get the publisher event level.- Returns:
 - the publisher event level
 
 
- 
getSubLevel
JzrEventSubLevel getSubLevel()
Get the publisher event sub-level.By default medium.- Returns:
 - the publisher event sub level
 
 
- 
getCode
JzrPublisherEventCode getCode()
Get the publisher event code.- Returns:
 - the publisher event code
 
 
- 
getMessage
java.lang.String getMessage()
Get the publisher event message. Description of the issue and recommendation.- Returns:
 - the publisher event message
 
 
 - 
 
 -