|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmonit.features.AbstractFeature<HttpStatus> org.jmonit.features.HttpStatus
public class HttpStatus
Field Summary | |
---|---|
static Factory<HttpStatus> |
FACTORY
|
Constructor Summary | |
---|---|
HttpStatus()
|
Method Summary | |
---|---|
void |
accept(Visitor visitor)
Entry point for an object that accepts visitors. |
void |
clear()
|
HttpStatus |
getFeature()
A feature is identified by the class it exposes to the
monitored application. |
void |
onMonitoringEvent(MonitoringEvent event)
A monitoring event occured and has been dispatched on the bus |
void |
setHttpStatus(int sc)
|
Methods inherited from class org.jmonit.features.AbstractFeature |
---|
fireMonitoringEvent, getFeature, setMonitor, setMonitoringEventBus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Factory<HttpStatus> FACTORY
Constructor Detail |
---|
public HttpStatus()
Method Detail |
---|
public void onMonitoringEvent(MonitoringEvent event)
onMonitoringEvent
in interface MonitoringEventListener
MonitoringEventListener.onMonitoringEvent(org.jmonit.events.MonitoringEvent)
public void setHttpStatus(int sc)
public void clear()
public HttpStatus getFeature()
class
it exposes to the
monitored application.
getFeature
in interface Plugin<HttpStatus>
Plugin.getFeature()
public void accept(Visitor visitor)
accept
in interface Visitable
Visitable.accept(org.jmonit.reporting.Visitor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |