GigaSpaces XAP.NET Documentation
ServiceGridAdminBuilder Class
Class LibraryGigaSpaces.Core.Admin.ServiceGridServiceGridAdminBuilder
A builder that builds IServiceGridAdmin instance. Allows to set the Lookup Service Groups and Locators. The IServiceGridAdmin listens for events from the lookup service of components added and removed. It will monitor all components that work within the specified group and locator. Allows to set the username and password that will be used to authenticate when secured services are discovered.
Declaration Syntax
C#Visual BasicVisual C++J#
public class ServiceGridAdminBuilder
Public Class ServiceGridAdminBuilder
public ref class ServiceGridAdminBuilder
public class ServiceGridAdminBuilder
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ServiceGridAdminBuilder()()()
Initializes a new instance of the ServiceGridAdminBuilder class

CreateAdmin(String, String)
Creates the IServiceGridAdmin and begins its listening for events from the lookup service. using provider user name and password that will be used for discovery of secured services.

CreateAdmin()()()
Creates the IServiceGridAdmin and begins its listening for events from the lookup service.

DiscoverUnmanagedSpaces
Gets or sets discovery of unmanaged spaces (spaces that are not started by being deployed within the Service Grid). Defaults to false (unmanaged spaces are not discovered).

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Groups
Gets or sets the lookup group that will be used to find Lookup Services (using multicast) that will be used to listen for events.

Locators
Gets or sets the lookup locators (ip:port) of the lookup service that will be used to listen for events.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ServiceGridAdminBuilder

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)