A generic process options.
| C# | Visual Basic | Visual C++ | J# |
public class GridServiceOptions : AbstractRemotePbsObject
Public Class GridServiceOptions _ Inherits AbstractRemotePbsObject
public ref class GridServiceOptions : public AbstractRemotePbsObject
public class GridServiceOptions extends AbstractRemotePbsObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| GridServiceOptions(Boolean) |
For internal use.
| |
| GridServiceOptions(String) |
Constructs a new grid service options with the given process type. By default, will use JVM to start it.
| |
| Argument(String) |
Will add a process level argument.
| |
| 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 process options.
| |
| OverrideArguments()()() |
Will cause the process arguments added using Argument(String) to override any arguments defined
in the process descriptor.
| |
| 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 use an executable to start the process, and not a pure JVM 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 | ||
| GridServiceOptions | ||
