@Immutable @DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public abstract class InstrumentingDirector extends Object
| Constructor and Description |
|---|
InstrumentingDirector() |
public final InstrumentingDirector check()
public FsCompositeDriver instrument(FsCompositeDriver driver, InstrumentingManager context)
public abstract <M extends FsModel> FsController<M> instrument(FsController<M> controller, InstrumentingCompositeDriver context)
public abstract <M extends FsModel> FsController<M> instrument(FsController<M> controller, InstrumentingManager context)
public FsModel instrument(FsModel model, InstrumentingCompositeDriver context)
protected <E extends Entry> InputSocket<E> instrument(InputSocket<E> input)
public <E extends Entry,M extends FsModel> InputSocket<E> instrument(InputSocket<E> input, InstrumentingController<M> context)
public <E extends IOPool.Entry<E>> InputSocket<E> instrument(InputSocket<E> input, InstrumentingIOPool.InstrumentingEntry context)
public <E extends IOPool.Entry<E>> IOPool<E> instrument(IOPool<E> pool)
protected <E extends Entry> OutputSocket<E> instrument(OutputSocket<E> output)
public <E extends Entry,M extends FsModel> OutputSocket<E> instrument(OutputSocket<E> output, InstrumentingController<M> context)
public <E extends IOPool.Entry<E>> OutputSocket<E> instrument(OutputSocket<E> output, InstrumentingIOPool.InstrumentingEntry context)
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.