raccoon.api.types
Interface IBaseComponent

All Known Subinterfaces:
IConfigurableManager, IFactory, ILoadable, IThreadSafe
All Known Implementing Classes:
AbsComponent, AbsComponentManager, AbsConfigurableLoadable, AbsLoadable, AbsLogComponent, ComponentFile, ConfigurableManager, ConnectionDriver, DbHostStatus, FilePoller, FilePublisher, Jdk14Proxy, LedgerViewer, Log4jProxy, RvFactory, ServiceManager, StdConfig, StrConfig, TibComponent, TibrvAeParser, TibrvMsgParser, TibrvNucleus, TibrvPlayer, TibrvPublisher, TibrvRecorder, TibrvSubscriber, UiTester, XmlParser

public interface IBaseComponent

A basic component that is handled by the service manager.

Since:
Raccoon v0.8
Version:
$Id: IBaseComponent.java,v 1.1 2004/08/08 20:25:57 crouvrais Exp $
Author:
Cedric ROUVRAIS

Method Summary
 boolean isInError()
          Checks the state of this component.
 

Method Detail

isInError

boolean isInError()
Checks the state of this component.

Returns:
true if this component is in error.


Copyright null null. All Rights Reserved.