[Missing <summary> documentation for "N:GigaSpaces.Core.Admin.ServiceGrid.Machine"]
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Admin.ServiceGrid.Machine
Namespace GigaSpaces.Core.Admin.ServiceGrid.Machine
namespace GigaSpaces.Core.Admin.ServiceGrid.Machine
package GigaSpaces.Core.Admin.ServiceGrid.Machine
Types
All Types | Classes | Interfaces |
Icon | Type | Description |
---|---|---|
IMachine |
A Machine is a logical entity identified by a host address. Once a grid service is running on a machine
(IGridServiceAgent, IGridServiceManager,
IGridServiceContainer, ILookupService,
ISpaceInstance) it is discovered (created) by the admin API.
| |
IMachineAware |
Allows to get the IMachine the component is running on.
| |
IMachines |
Machines hold all the different IMachines that are currently
discovered.
Provides simple means to get all the current machines, as well as as registering for
machine lifecycle (added and removed) events.
| |
MachineAddedEventArgs |
Provides data for MachineAdded event.
| |
MachineRemovedEventArgs |
Provides data for MachineRemoved event.
|