Uses of Class
org.apache.cxf.management.web.logging.LogRecord

Packages that use LogRecord
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   
 

Uses of LogRecord in org.apache.cxf.management.web.logging
 

Methods in org.apache.cxf.management.web.logging that return LogRecord
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)
           
 

Methods in org.apache.cxf.management.web.logging that return types with arguments of type LogRecord
 List<LogRecord> LogRecords.getLogRecords()
           
 

Methods in org.apache.cxf.management.web.logging with parameters of type LogRecord
protected  void ReadOnlyFileStorage.setLogRecordDate(LogRecord record, String logDate, ReadOnlyFileStorage.FileInfo logFileInfo)
           
protected  void ReadOnlyFileStorage.setLogRecordLevel(LogRecord record, String logLevel)
           
 

Method parameters in org.apache.cxf.management.web.logging with type arguments of type LogRecord
 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)
           
 

Constructors in org.apache.cxf.management.web.logging with parameters of type LogRecord
LogRecord(LogRecord copy)
           
 

Uses of LogRecord in org.apache.cxf.management.web.logging.atom
 

Methods in org.apache.cxf.management.web.logging.atom with parameters of type LogRecord
 void AtomPullServer.publish(LogRecord record)
           
 

Method parameters in org.apache.cxf.management.web.logging.atom with type arguments of type LogRecord
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)
           
 

Uses of LogRecord in org.apache.cxf.management.web.logging.atom.converter
 

Method parameters in org.apache.cxf.management.web.logging.atom.converter with type arguments of type LogRecord
 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 parameters in org.apache.cxf.management.web.logging.atom.converter with type arguments of type LogRecord
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