public interface MemoryBufferRecorderMBean extends ManagedRecordProcessorMBean
Modifier and Type | Method and Description |
---|---|
Set<String> |
getClientHosts()
Gets a set containing the client hosts of the last saved records.
|
Map<String,List<org.jboss.ws.api.monitoring.Record>> |
getMatchingRecords(org.jboss.ws.api.monitoring.RecordFilter[] filters)
Gets the records matching the provided filters.
|
int |
getMaxSize()
Gets the current buffer max size (i.e.
|
String |
getRecordsAsHTMLTable(boolean groupRecords,
boolean showDetails)
Shows all the records as a HTML table
|
Map<String,List<org.jboss.ws.api.monitoring.Record>> |
getRecordsByClientHost(String clientHost)
Gets the records with the given client host.
|
String |
getRecordsByClientHostAsHTMLTable(boolean groupRecords,
boolean showDetails,
String clientHost)
Shows the records with the given client host as a HTML table.
|
Map<String,List<org.jboss.ws.api.monitoring.Record>> |
getRecordsByOperation(String namespace,
String localPart)
Gets the records with the given operation.
|
String |
getRecordsByOperationAsHTMLTable(boolean groupRecords,
boolean showDetails,
String namespace,
String localPart)
Shows the records with the given operation as a HTML table.
|
int |
getSize()
Gets the buffer's current size
|
void |
setMaxSize(int maxSize) |
addFilter, getFilters, isProcessDate, isProcessDestinationHost, isProcessEnvelope, isProcessHeaders, isProcessMessageType, isProcessOperation, isProcessSourceHost, isRecording, processRecord, setFilters, setProcessDate, setProcessDestinationHost, setProcessEnvelope, setProcessHeaders, setProcessMessageType, setProcessOperation, setProcessSourceHost, setRecording
Map<String,List<org.jboss.ws.api.monitoring.Record>> getMatchingRecords(org.jboss.ws.api.monitoring.RecordFilter[] filters)
filters
- Map<String,List<org.jboss.ws.api.monitoring.Record>> getRecordsByOperation(String namespace, String localPart)
namespace
- localPart
- Map<String,List<org.jboss.ws.api.monitoring.Record>> getRecordsByClientHost(String clientHost)
clientHost
- Set<String> getClientHosts()
int getMaxSize()
void setMaxSize(int maxSize)
int getSize()
String getRecordsAsHTMLTable(boolean groupRecords, boolean showDetails)
groupRecords
- whether the records should be grouped using the group IDshowDetails
- whether to show headers and envelopesString getRecordsByClientHostAsHTMLTable(boolean groupRecords, boolean showDetails, String clientHost)
groupRecords
- showDetails
- clientHost
- Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.