Interface GridServiceAgents

All Superinterfaces:
AdminAware, DumpProvider, Iterable<GridServiceAgent>
All Known Subinterfaces:
InternalGridServiceAgents
All Known Implementing Classes:
DefaultGridServiceAgents

public interface GridServiceAgents extends AdminAware, Iterable<GridServiceAgent>, DumpProvider
Grid Service Agents hold all the different GridServiceAgent that are currently discovered.

Provides simple means to get all the current agents, as well as as registering for agent lifecycle (added and removed) events.

Author:
kimchy