IGridServiceManager process options to be started by the
IGridServiceAgent.
.
| C# | Visual Basic | Visual C++ | J# |
public class GridServiceManagerOptions : AbstractRemotePbsObject
Public Class GridServiceManagerOptions _ Inherits AbstractRemotePbsObject
public ref class GridServiceManagerOptions : public AbstractRemotePbsObject
public class GridServiceManagerOptions extends AbstractRemotePbsObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (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 -Xmx512m |
| Object | ||
| AbstractRemotePbsObject | ||
| GridServiceManagerOptions | ||
