Uses of Interface
org.apache.jackrabbit.server.io.IOContext

Packages that use IOContext
org.apache.jackrabbit.server.io The jackrabbit webdav server uses the classes defined in this package in order to perform import and export operations in order to respond to PUT, MKCOL, PROPPATCH and PROPFIND, GET, HEAD requests, respectively. 
 

Uses of IOContext in org.apache.jackrabbit.server.io
 

Subinterfaces of IOContext in org.apache.jackrabbit.server.io
 interface ExportContext
          ExportContext...
 interface ImportContext
          ImportContext...
 interface PropertyExportContext
          PropertyExportContext represents a marker interface to distinguish the ExportContext (which is mainly used to export data and some fundamental properties) from a context that is used to export properties only.
 interface PropertyImportContext
          PropertyImportContext...
 

Classes in org.apache.jackrabbit.server.io that implement IOContext
 class AbstractExportContext
          AbstractExportContext covers methods common to most ExportContext implementations.
 class ExportContextImpl
          ExportContextImpl implements an ExportContext that wraps around the specified OutputContext as it was passed to DavResource.spool(OutputContext).
 class ImportContextImpl
          ImportContextImpl...
 

Methods in org.apache.jackrabbit.server.io with parameters of type IOContext
 void IOListener.onBegin(IOHandler handler, IOContext context)
          The import/export context has been passed to the given IOHandler
 void DefaultIOListener.onBegin(IOHandler handler, IOContext ioContext)
           
 void IOListener.onEnd(IOHandler handler, IOContext context, boolean success)
          The specified IOHandler finished.
 void DefaultIOListener.onEnd(IOHandler handler, IOContext ioContext, boolean success)
           
 void IOListener.onError(IOHandler ioHandler, IOContext context, Exception e)
          An expection occured during import/export within the specified IOHandler.
 void DefaultIOListener.onError(IOHandler ioHandler, IOContext ioContext, Exception e)
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.