org.drools.guvnor.client.rpc
Class LogEntry

java.lang.Object
  extended by org.drools.guvnor.client.rpc.LogEntry
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class LogEntry
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable

For showing a log in the GUI (last X messages).


Field Summary
 String message
           
 int severity
           
 Date timestamp
           
 
Constructor Summary
LogEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

severity

public int severity

message

public String message

timestamp

public Date timestamp
Constructor Detail

LogEntry

public LogEntry()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.