Interface DiscoverableComponent

All Known Subinterfaces:
AgentGridComponent, GatewayProcessingUnit, GridComponent, GridServiceAgent, GridServiceContainer, GridServiceManager, InternalAgentGridComponent, InternalDiscoverableComponent, InternalGridComponent, InternalGridServiceAgent, InternalGridServiceContainer, InternalGridServiceManager, InternalLookupService, InternalProcessingUnitInstance, InternalSpaceInstance, LogProviderGridComponent, LookupService, ProcessingUnitInstance, SpaceInstance
All Known Implementing Classes:
AbstractAgentGridComponent, AbstractGridComponent, DefaultGatewayProcessingUnit, DefaultGridServiceAgent, DefaultGridServiceContainer, DefaultGridServiceManager, DefaultLookupService, DefaultProcessingUnitInstance, DefaultSpaceInstance

public interface DiscoverableComponent
A discoverable component is a component that is found from the lookup service.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the component is currently discovered from the lookup service.
  • Method Details

    • isDiscovered

      boolean isDiscovered()
      Returns true if the component is currently discovered from the lookup service. false if an event of component removal was sent from the lookup service.