Interface GridComponent
- All Superinterfaces:
AdminAware, DiscoverableComponent, MachineAware, OperatingSystemAware, TransportAware, VirtualMachineAware, ZoneAware
- All Known Subinterfaces:
AgentGridComponent, GatewayProcessingUnit, GridServiceAgent, GridServiceContainer, GridServiceManager, InternalAgentGridComponent, 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 GridComponent
extends DiscoverableComponent, AdminAware, MachineAware, TransportAware, OperatingSystemAware, VirtualMachineAware, ZoneAware
Grid Component is an element that can provide information on the machine it is running one, the
transport it uses, the Operating system it is running on, and the virtual machine that started
it.
- Author:
- kimchy
-
Method Summary
Methods inherited from interface AdminAware
getAdminMethods inherited from interface DiscoverableComponent
isDiscoveredMethods inherited from interface MachineAware
getMachineMethods inherited from interface OperatingSystemAware
getOperatingSystemMethods inherited from interface TransportAware
getTransportMethods inherited from interface VirtualMachineAware
getVirtualMachine
-
Method Details
-
getUid
String getUid()Returns the unique id of the grid component.
-