org.apache.directory.shared.ldap.util
Interface ComponentsMonitor

All Known Implementing Classes:
AbstractSimpleComponentsMonitor, MandatoryAndOptionalComponentsMonitor, MandatoryComponentsMonitor, OptionalComponentsMonitor

public interface ComponentsMonitor


Method Summary
 boolean allComponentsUsed()
           
 boolean finalStateValid()
           
 List getRemainingComponents()
           
 ComponentsMonitor useComponent(String component)
           
 

Method Detail

useComponent

ComponentsMonitor useComponent(String component)
                               throws IllegalArgumentException
Throws:
IllegalArgumentException

allComponentsUsed

boolean allComponentsUsed()

finalStateValid

boolean finalStateValid()

getRemainingComponents

List getRemainingComponents()


Copyright © 2004-2012. All Rights Reserved.