Interface VirtualMachineAware
- All Known Subinterfaces:
AgentGridComponent, GatewayProcessingUnit, GridComponent, GridServiceAgent, GridServiceContainer, GridServiceManager, InternalAgentGridComponent, InternalGridComponent, InternalGridServiceAgent, InternalGridServiceContainer, InternalGridServiceManager, InternalLookupService, InternalProcessingUnitInstance, InternalSpaceInstance, InternalTransport, InternalVirtualMachineAware, InternalVirtualMachineInfoProvider, LogProviderGridComponent, LookupService, ProcessingUnitInstance, SpaceInstance, Transport
- All Known Implementing Classes:
AbstractAgentGridComponent, AbstractGridComponent, DefaultGatewayProcessingUnit, DefaultGridServiceAgent, DefaultGridServiceContainer, DefaultGridServiceManager, DefaultLookupService, DefaultProcessingUnitInstance, DefaultSpaceInstance, DefaultTransport
public interface VirtualMachineAware
A grid component implements this interface allowing to get the
VirtualMachine it is
running within.- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionReturns the virtual machine the grid component is running within.
-
Method Details
-
getVirtualMachine
VirtualMachine getVirtualMachine()Returns the virtual machine the grid component is running within.
-