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
static LogRecord LogRecord.fromJUL(LogRecord julRecord)
          Creates this object from JUL LogRecord.
 

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

Method parameters in org.apache.cxf.management.web.logging with type arguments of type LogRecord
 void ReadableLogStorage.load(List<LogRecord> list, org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> condition, int loadFrom, int maxNumberOfRecords)
          Read the records and load them into a provided list
 void ReadableLogStorage.load(List<LogRecord> list, org.apache.cxf.jaxrs.ext.search.SearchCondition<LogRecord> condition, int loadFrom, int maxNumberOfRecords)
          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 that return types with arguments of type LogRecord
protected  List<LogRecord> AtomPullServer.getSubList(int page)
           
 

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

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> Converter.convert(List<LogRecord> records)
          Converts given collection.
 List<? extends org.apache.abdera.model.Element> StandardConverter.convert(List<LogRecord> records)
           
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.ext.atom.AbstractFeedBuilder<List<LogRecord>> feedBuilder, org.apache.cxf.jaxrs.ext.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.ext.atom.AbstractFeedBuilder<List<LogRecord>> feedBuilder, org.apache.cxf.jaxrs.ext.atom.AbstractEntryBuilder<List<LogRecord>> entryBuilder)
          Creates configured converter with feeds/entries post-processing based on data provided by feed and entry builders.
 



Apache CXF