Interface | Description |
---|---|
ManagedRecordProcessorMBean |
The record processor MBean interface
|
MemoryBufferRecorderMBean |
The MemoryBufferRecorder's MBean view
|
Class | Description |
---|---|
AbstractRecordProcessor |
An abstract record processor providing basic implementation
of the processor configuration and filter's management
|
AndFilter |
A simple record filter acting like the AND operator
|
CommonRecordProcessorFactory |
JBossWS-Common factory of record processors: includes the LogRecorder
and the MemoryBufferRecorder.
|
HostFilter |
This filter matches records having the source/destination host equal to
any of the provided hosts.
|
LogRecorder |
A simple record processor that writes records to the configured log.
|
ManagedRecordProcessor |
The record processor MBean representation
|
MemoryBufferRecorder |
Keeps the last received records in memory and allows user to
search / get statistics on them.
|
NotFilter |
A simple record filter acting like the negation operator
|
OperationFilter |
This filter matches records having a given operation QName value.
|
OrFilter |
A simple record filter acting like the OR operator
|
RecordFactory |
Simple record factory
|
RecordImpl |
Default Record implementation
|
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.