|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.probe.util.AbstractDumbInsert
org.ow2.clif.probe.util.AbstractInsert
public abstract class AbstractInsert
This abstract implementation of a blade insert component manages a single thread, doing a periodic task (probing) with a given period (in milliseconds) and during an given actual time. It provides a strict interpretation of the blade lifecycle with regard to the ActivityControl interface.
Field Summary |
---|
Fields inherited from class org.ow2.clif.probe.util.AbstractDumbInsert |
---|
activity_lock, arg_duration_ms, arg_period_ms, arg_probe_config, baseTime_ms, bir, dc_lock, dcw, eventStorageStatesMap, poller, probeId, sr_lock, started, stopped, storeAlarmEvents, storeLifeCycleEvents, storeProbeEvents, suspended, terminated |
Fields inherited from interface org.ow2.clif.server.api.BladeControl |
---|
BLADE_CONTROL, BLADE_INSERT_CONTROL |
Fields inherited from interface org.objectweb.fractal.api.control.LifeCycleController |
---|
STARTED, STOPPED |
Constructor Summary | |
---|---|
AbstractInsert()
|
Method Summary | |
---|---|
void |
resume()
Resume the activity (if suspended) |
void |
run()
|
void |
start()
Initial start of the activity |
void |
stop()
Final stop of the activity |
void |
suspend()
Suspend the activity |
Methods inherited from class org.ow2.clif.probe.util.AbstractDumbInsert |
---|
bindFc, changeParameter, close, configProbewithArray, doProbe, getCurrentParameters, getFcState, getId, init, join, listFc, lookupFc, setArgument, setId, startFc, stopFc, unbindFc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractInsert()
Method Detail |
---|
public void start()
ActivityControl
start
in interface ActivityControl
start
in class AbstractDumbInsert
public void stop()
ActivityControl
stop
in interface ActivityControl
stop
in class AbstractDumbInsert
public void suspend()
ActivityControl
suspend
in interface ActivityControl
suspend
in class AbstractDumbInsert
public void resume()
ActivityControl
resume
in interface ActivityControl
resume
in class AbstractDumbInsert
public void run()
run
in interface java.lang.Runnable
run
in class AbstractDumbInsert
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |