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 TypeMethodDescriptionbooleanReturnstrueif the component is currently discovered from the lookup service.
-
Method Details
-
isDiscovered
boolean isDiscovered()Returnstrueif the component is currently discovered from the lookup service.falseif an event of component removal was sent from the lookup service.
-