Package | Description |
---|---|
de.schlichtherle.truezip.fs.inst |
Provides base classes for the instrumentation of the TrueZIP Kernel.
|
de.schlichtherle.truezip.fs.inst.jmx |
Provides classes to instrument the TrueZIP Kernel with JMX.
|
de.schlichtherle.truezip.fs.inst.jul |
Provides classes to instrument the TrueZIP Kernel with
java.util.logging . |
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingIOPool<E extends IOPool.Entry<E>,D extends InstrumentingDirector<D>> |
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingIOPool.Buffer |
Modifier and Type | Method and Description |
---|---|
<E extends IOPool.Entry<E>> |
InstrumentingDirector.instrument(InputSocket<E> input,
InstrumentingIOPool.Buffer context) |
abstract <E extends IOPool.Entry<E>> |
InstrumentingDirector.instrument(IOPool<E> pool) |
<E extends IOPool.Entry<E>> |
InstrumentingDirector.instrument(OutputSocket<E> output,
InstrumentingIOPool.Buffer context) |
Modifier and Type | Method and Description |
---|---|
IOPool.Entry<E> |
InstrumentingIOPool.allocate() |
Modifier and Type | Method and Description |
---|---|
void |
InstrumentingIOPool.release(IOPool.Entry<E> resource) |
Constructor and Description |
---|
InstrumentingIOPool.Buffer(IOPool.Entry<E> delegate) |
Modifier and Type | Method and Description |
---|---|
<E extends IOPool.Entry<E>> |
JmxDirector.instrument(InputSocket<E> input,
InstrumentingIOPool.Buffer context) |
<E extends IOPool.Entry<E>> |
JmxDirector.instrument(IOPool<E> pool) |
<E extends IOPool.Entry<E>> |
JmxDirector.instrument(OutputSocket<E> output,
InstrumentingIOPool.Buffer context) |
Modifier and Type | Method and Description |
---|---|
<E extends IOPool.Entry<E>> |
JulDirector.instrument(IOPool<E> pool) |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.