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

Packages that use IOContext
org.apache.jackrabbit.server.io   
 

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

Subinterfaces of IOContext in org.apache.jackrabbit.server.io
 interface ExportContext
          ExportContext...
 interface ImportContext
          ImportContext...
 

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 DefaultIOListener.onBegin(IOHandler handler, IOContext ioContext)
           
 void DefaultIOListener.onEnd(IOHandler handler, IOContext ioContext, boolean success)
           
 void DefaultIOListener.onError(IOHandler ioHandler, IOContext ioContext, Exception e)
           
 void IOListener.onBegin(IOHandler handler, IOContext context)
          The import/export context has been passed to the given IOHandler
 void IOListener.onEnd(IOHandler handler, IOContext context, boolean success)
          The specified IOHandler finished.
 void IOListener.onError(IOHandler ioHandler, IOContext context, Exception e)
          An expection occured during import/export within the specified IOHandler.
 



Copyright © 2005-2006 . All Rights Reserved.