Interface OperatingSystemAware
- All Known Subinterfaces:
AgentGridComponent, GatewayProcessingUnit, GridComponent, GridServiceAgent, GridServiceContainer, GridServiceManager, InternalAgentGridComponent, InternalGridComponent, InternalGridServiceAgent, InternalGridServiceContainer, InternalGridServiceManager, InternalLookupService, InternalOperatingSystemAware, InternalOperatingSystemInfoProvider, InternalProcessingUnitInstance, InternalSpaceInstance, LogProviderGridComponent, LookupService, ProcessingUnitInstance, SpaceInstance
- All Known Implementing Classes:
AbstractAgentGridComponent, AbstractGridComponent, DefaultGatewayProcessingUnit, DefaultGridServiceAgent, DefaultGridServiceContainer, DefaultGridServiceManager, DefaultLookupService, DefaultProcessingUnitInstance, DefaultSpaceInstance
public interface OperatingSystemAware
A grid components that is operating system aware allows to get the
OperatingSystem that
it runs within.- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionReturns the operating system the grid component is running within.
-
Method Details
-
getOperatingSystem
OperatingSystem getOperatingSystem()Returns the operating system the grid component is running within.
-