org.openmdx.application.servlet.log.render
Class MonitoredLogEntity

java.lang.Object
  extended by org.openmdx.application.servlet.log.render.MonitoredLogEntity

public class MonitoredLogEntity
extends Object


Field Summary
static int ENITY_MONITOR_STATE_CRITICAL
           
static int ENITY_MONITOR_STATE_ERROR
           
static int ENITY_MONITOR_STATE_GOOD
           
static int ENITY_MONITOR_STATE_WARNING
           
 
Constructor Summary
MonitoredLogEntity(LogEntity entity, long position)
           
 
Method Summary
 LogEntity getLogEntity()
           
 long getPosition()
           
 int getState()
           
 boolean isMarked()
           
 void setLogEntity(LogEntity value)
           
 void setMarked(boolean marked)
           
 void setPosition(long position)
           
 void setState(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENITY_MONITOR_STATE_GOOD

public static final int ENITY_MONITOR_STATE_GOOD
See Also:
Constant Field Values

ENITY_MONITOR_STATE_WARNING

public static final int ENITY_MONITOR_STATE_WARNING
See Also:
Constant Field Values

ENITY_MONITOR_STATE_ERROR

public static final int ENITY_MONITOR_STATE_ERROR
See Also:
Constant Field Values

ENITY_MONITOR_STATE_CRITICAL

public static final int ENITY_MONITOR_STATE_CRITICAL
See Also:
Constant Field Values
Constructor Detail

MonitoredLogEntity

public MonitoredLogEntity(LogEntity entity,
                          long position)
Method Detail

getLogEntity

public LogEntity getLogEntity()

getPosition

public long getPosition()

getState

public int getState()

isMarked

public boolean isMarked()

setLogEntity

public void setLogEntity(LogEntity value)

setPosition

public void setPosition(long position)

setState

public void setState(int state)

setMarked

public void setMarked(boolean marked)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.