Uses of Interface
org.apache.cxf.management.web.logging.ReadableLogStorage

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

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

Subinterfaces of ReadableLogStorage in org.apache.cxf.management.web.logging
 interface ReadWriteLogStorage
          Can be used by pull-style loggers to offload/save the records to some external storage
 

Classes in org.apache.cxf.management.web.logging that implement ReadableLogStorage
 class ReadOnlyFileStorage
          Facilitates reading the log entries from the existing log files.
 

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

Methods in org.apache.cxf.management.web.logging.atom with parameters of type ReadableLogStorage
 void AtomPullServer.setStorage(ReadableLogStorage storage)
           
 



Apache CXF