GigaSpaces XAP.NET Documentation
GridServiceManagerOptions Class
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.AgentGridServiceManagerOptions
IGridServiceManager process options to be started by the IGridServiceAgent. .
Declaration Syntax
C#Visual BasicVisual C++J#
public class GridServiceManagerOptions : AbstractRemotePbsObject
Public Class GridServiceManagerOptions _
	Inherits AbstractRemotePbsObject
public ref class GridServiceManagerOptions : public AbstractRemotePbsObject
public class GridServiceManagerOptions extends AbstractRemotePbsObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GridServiceManagerOptions(Boolean)
For internal use.

GridServiceManagerOptions()()()
Constructs a new grid service manager options. By default will use JVM process execution.

EnvironmentVariable(String, String)
Sets an environment variable that will be passed to forked process.

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.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Options
Gets the agent process options that represents what was set on this GSM options.

OverrideVmInputArguments()()()
Will cause JVM options added using VmInputArgument(String) to override all the vm arguments that the JVM will start by default with.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UseExecutable()()()
Will cause the IGridServiceManager to be started using the corresponding executable file and not a pure Java process.

VmInputArgument(String)
Will add a JVM level argument when the process is executed using pure JVM. For example, the memory can be controlled using
CopyC#
-Xmx512m
.

Inheritance Hierarchy
Object
AbstractRemotePbsObject
 GridServiceManagerOptions
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.6.2.9900 (9.6.2.9900)