|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.e2etrace.trace.DefaultTraceStepFactory
public class DefaultTraceStepFactory
Default Factory class for trace steps.
| Constructor Summary | |
|---|---|
DefaultTraceStepFactory()
Default constructor. |
|
DefaultTraceStepFactory(ITimerFactory timerFactory)
Constructor: Use a custom timer factory. |
|
| Method Summary | |
|---|---|
ITraceStep |
newInstance(ITraceStepId id)
Returns a new trace step instance using the given id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTraceStepFactory()
A factory created with this constructor uses
DefaultTimerFactor as timer factories.
public DefaultTraceStepFactory(ITimerFactory timerFactory)
timerFactory - custom timer factory| Method Detail |
|---|
public ITraceStep newInstance(ITraceStepId id)
newInstance in interface ITraceStepFactoryid - if of the new trace step
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||