Package org.openspaces.admin.machine
Interface MachineAware
- All Known Subinterfaces:
AgentGridComponent,GatewayProcessingUnit,GridComponent,GridServiceAgent,GridServiceContainer,GridServiceManager,InternalAgentGridComponent,InternalGridComponent,InternalGridServiceAgent,InternalGridServiceContainer,InternalGridServiceManager,InternalLookupService,InternalMachineAware,InternalProcessingUnitInstance,InternalSpaceInstance,InternalVirtualMachine,LogProviderGridComponent,LookupService,ProcessingUnitInstance,SpaceInstance,VirtualMachine
- All Known Implementing Classes:
AbstractAgentGridComponent,AbstractGridComponent,DefaultGatewayProcessingUnit,DefaultGridServiceAgent,DefaultGridServiceContainer,DefaultGridServiceManager,DefaultLookupService,DefaultProcessingUnitInstance,DefaultSpaceInstance,DefaultVirtualMachine
public interface MachineAware
Allows to get the
Machine the component is running on.- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionReturns the machine the component is running on.
-
Method Details
-
getMachine
Machine getMachine()Returns the machine the component is running on.
-