Package | Description |
---|---|
net.java.truevfs.comp.inst |
Provides basic functionality for instrumenting the TrueVFS Kernel at runtime.
|
net.java.truevfs.comp.jmx |
Provides basic functionality for instrumenting the TrueVFS Kernel with a JMX
interface at runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingBuffer<M extends Mediator<M>> |
class |
InstrumentingBufferPool<M extends Mediator<M>> |
class |
InstrumentingCompositeDriver<M extends Mediator<M>> |
class |
InstrumentingController<M extends Mediator<M>> |
class |
InstrumentingInputSocket<M extends Mediator<M>,E extends net.java.truecommons.cio.Entry> |
class |
InstrumentingInputStream<M extends Mediator<M>> |
class |
InstrumentingManager<M extends Mediator<M>> |
class |
InstrumentingModel<M extends Mediator<M>> |
class |
InstrumentingOutputSocket<M extends Mediator<M>,E extends net.java.truecommons.cio.Entry> |
class |
InstrumentingOutputStream<M extends Mediator<M>> |
class |
InstrumentingSeekableChannel<M extends Mediator<M>> |
class |
Mediator<This extends Mediator<This>>
Implements the mediator role of the mediator pattern for instrumenting all
objects which are used by the TrueVFS Kernel.
|
Modifier and Type | Field and Description |
---|---|
protected M |
InstrumentingInputStream.mediator |
protected M |
InstrumentingCompositeDriver.mediator |
protected M |
InstrumentingBuffer.mediator |
protected M |
InstrumentingInputSocket.mediator |
protected M |
InstrumentingManager.mediator |
protected M |
InstrumentingSeekableChannel.mediator |
protected M |
InstrumentingController.mediator |
protected M |
InstrumentingModel.mediator |
protected M |
InstrumentingOutputStream.mediator |
protected M |
InstrumentingBufferPool.mediator |
protected M |
InstrumentingOutputSocket.mediator |
Modifier and Type | Class and Description |
---|---|
class |
JmxMediator<This extends JmxMediator<This>>
A mediator for the instrumentation of the TrueVFS Kernel with JMX.
|
Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.