| Package | Description |
|---|---|
| org.apache.cxf.management.web.logging |
CXF specific logging support.
|
| org.apache.cxf.management.web.logging.atom |
Support for producing logs in
ATOM Syndication Format.
|
| org.apache.cxf.management.web.logging.atom.converter |
| Modifier and Type | Method and Description |
|---|---|
protected LogRecord |
ReadOnlyFileStorage.createRecord(Map<Integer,String> map,
ReadOnlyFileStorage.FileInfo logFileInfo) |
static LogRecord |
LogRecord.fromJUL(LogRecord julRecord)
Creates this object from JUL LogRecord.
|
protected LogRecord |
ReadOnlyFileStorage.readRecord(ReadOnlyFileStorage.FileInfo logFileInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<LogRecord> |
LogRecords.getLogRecords() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReadOnlyFileStorage.setLogRecordDate(LogRecord record,
String logDate,
ReadOnlyFileStorage.FileInfo logFileInfo) |
protected void |
ReadOnlyFileStorage.setLogRecordLevel(LogRecord record,
String logLevel) |
| Modifier and Type | Method and Description |
|---|---|
int |
ReadOnlyFileStorage.load(List<LogRecord> list,
org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> condition,
int pageNumber,
int pageSize)
Read the records and load them into a provided list
|
int |
ReadOnlyFileStorage.load(List<LogRecord> list,
org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> condition,
int pageNumber,
int pageSize)
Read the records and load them into a provided list
|
int |
ReadableLogStorage.load(List<LogRecord> list,
org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> condition,
int pageNumber,
int pageSize)
Read the records and load them into a provided list
|
int |
ReadableLogStorage.load(List<LogRecord> list,
org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> condition,
int pageNumber,
int pageSize)
Read the records and load them into a provided list
|
void |
ReadWriteLogStorage.save(List<LogRecord> records)
Save the records
|
void |
LogRecords.setLogRecords(List<LogRecord> logRecords) |
| Constructor and Description |
|---|
LogRecord(LogRecord copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
AtomPullServer.publish(LogRecord record) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
AtomPullServer.fillSubList(List<LogRecord> list,
int page,
org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> theSearch) |
protected int |
AtomPullServer.fillSubList(List<LogRecord> list,
int page,
org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> theSearch) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends org.apache.abdera.model.Element> |
StandardConverter.convert(List<LogRecord> records) |
List<? extends org.apache.abdera.model.Element> |
Converter.convert(List<LogRecord> records)
Converts given collection.
|
protected void |
StandardConverter.setDefaultEntryProperties(org.apache.abdera.model.Entry entry,
List<LogRecord> records,
int entryIndex) |
protected void |
StandardConverter.setDefaultFeedProperties(org.apache.abdera.model.Feed feed,
List<LogRecord> records) |
| Constructor and Description |
|---|
StandardConverter(StandardConverter.Output output,
StandardConverter.Multiplicity multiplicity,
StandardConverter.Format format,
org.apache.cxf.jaxrs.provider.atom.AbstractFeedBuilder<List<LogRecord>> feedBuilder,
org.apache.cxf.jaxrs.provider.atom.AbstractEntryBuilder<List<LogRecord>> entryBuilder)
Creates configured converter with feeds/entries post-processing based on data provided by feed and
entry builders.
|
StandardConverter(StandardConverter.Output output,
StandardConverter.Multiplicity multiplicity,
StandardConverter.Format format,
org.apache.cxf.jaxrs.provider.atom.AbstractFeedBuilder<List<LogRecord>> feedBuilder,
org.apache.cxf.jaxrs.provider.atom.AbstractEntryBuilder<List<LogRecord>> entryBuilder)
Creates configured converter with feeds/entries post-processing based on data provided by feed and
entry builders.
|
Apache CXF