org.openmdx.application.servlet.log.render
Class MonitoredLogEntity
java.lang.Object
org.openmdx.application.servlet.log.render.MonitoredLogEntity
public class MonitoredLogEntity
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
MonitoredLogEntity
public MonitoredLogEntity(LogEntity entity,
long position)
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-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.