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



IconMemberDescription
GridServiceContainerOptions(Boolean)
For internal use.

GridServiceContainerOptions()()()
Constructs a new grid service container 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 GSC 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 IGridServiceContainer 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
 GridServiceContainerOptions
See Also

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)