Uses of Interface
org.apache.hivemind.ErrorLog

Packages that use ErrorLog
org.apache.hivemind.impl Implementations of interfaces defined in the org.apache.commons.hivemind package. 
org.apache.hivemind.internal   
org.apache.hivemind.order Classes and interfaces for ordering objects based on dependencies. 
org.apache.hivemind.service.impl Implementations of services provided by the hivemind module. 
 

Uses of ErrorLog in org.apache.hivemind.impl
 

Classes in org.apache.hivemind.impl that implement ErrorLog
 class ErrorLogImpl
           
 

Methods in org.apache.hivemind.impl that return ErrorLog
 ErrorLog AbstractExtensionPoint.getErrorLog()
           
 

Uses of ErrorLog in org.apache.hivemind.internal
 

Methods in org.apache.hivemind.internal that return ErrorLog
 ErrorLog ExtensionPoint.getErrorLog()
          Returns an ErrorLog used to report any recoverable errors related to the extension point.
 

Uses of ErrorLog in org.apache.hivemind.order
 

Constructors in org.apache.hivemind.order with parameters of type ErrorLog
Orderer(ErrorLog errorLog, java.lang.String objectType)
          Creates a new instance.
 

Uses of ErrorLog in org.apache.hivemind.service.impl
 

Constructors in org.apache.hivemind.service.impl with parameters of type ErrorLog
EventLinkerImpl(ErrorLog errorLog)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.