Package org.cyclos.impl.system
Class ProfilingEndEvent
- java.lang.Object
-
- org.cyclos.impl.system.ProfilingElement
-
- org.cyclos.impl.system.ProfilingEvent
-
- org.cyclos.impl.system.ProfilingEndEvent
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProfilingScriptEndEvent,ProfilingTransactionEndEvent
public abstract class ProfilingEndEvent extends ProfilingEvent
Base class for profiling events that end a previously started event- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfilingEndEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidend(ProfilingEvent startEvent)IntegergetStartEventSeq()-
Methods inherited from class org.cyclos.impl.system.ProfilingEvent
getContext, getSeq, getType, onAdded, setContext, setSeq, toString
-
Methods inherited from class org.cyclos.impl.system.ProfilingElement
end, getDuration, getTimestamp, setDuration, setTimestamp
-
-
-
-
Method Detail
-
end
public void end(ProfilingEvent startEvent)
-
getStartEventSeq
public Integer getStartEventSeq()
-
-