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.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IGridComponent : IDiscoverableComponent, IAdminAware, IMachineAware, ITransportAware, IOperatingSystemAware, IVirtualMachineAware, IZoneAware
Public Interface IGridComponent _ Inherits IDiscoverableComponent, IAdminAware, IMachineAware, ITransportAware, _ IOperatingSystemAware, IVirtualMachineAware, IZoneAware
public interface class IGridComponent : IDiscoverableComponent, IAdminAware, IMachineAware, ITransportAware, IOperatingSystemAware, IVirtualMachineAware, IZoneAware
public interface IGridComponent extends IDiscoverableComponent, IAdminAware, IMachineAware, ITransportAware, IOperatingSystemAware, IVirtualMachineAware, IZoneAware
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
Admin |
Gets the IServiceGridAdmin associated with this element.
(Inherited from IAdminAware.) | |
Discovered |
Returns true if the component is currently discovered from the lookup service.
false if an event of component removal was sent from the lookup service.
(Inherited from IDiscoverableComponent.) | |
Machine |
Gets the IMachine the component is running on.
(Inherited from IMachineAware.) | |
OperatingSystem |
Gets the operating system the grid component is running within.
(Inherited from IOperatingSystemAware.) | |
Transport |
Gets the transport the grid component is using.
(Inherited from ITransportAware.) | |
Uid |
Gets the unique id of the grid component.
| |
VirtualMachine |
Gets the virtual machine the grid component is running within.
(Inherited from IVirtualMachineAware.) | |
Zones |
Gets the zones the grid component is running within.
(Inherited from IZoneAware.) |