Package org.openspaces.admin
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 org.openspaces.admin.AdminAware
getAdminMethods inherited from interface org.openspaces.admin.DiscoverableComponent
isDiscoveredMethods inherited from interface org.openspaces.admin.machine.MachineAware
getMachineMethods inherited from interface org.openspaces.admin.os.OperatingSystemAware
getOperatingSystemMethods inherited from interface org.openspaces.admin.transport.TransportAware
getTransportMethods inherited from interface org.openspaces.admin.vm.VirtualMachineAware
getVirtualMachine
-
Method Details
-
getUid
String getUid()Returns the unique id of the grid component.
-