A generic process options.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public class GSProcessOptions : AbstractRemotePbsObject
Public Class GSProcessOptions _ Inherits AbstractRemotePbsObject
public ref class GSProcessOptions : public AbstractRemotePbsObject
public class GSProcessOptions extends AbstractRemotePbsObject
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
GSProcessOptions(Boolean) |
For internal use.
| |
GSProcessOptions(String) |
Constructs a new grid service options with the given process type. By default, will use JVM to start it.
| |
EnvironmentVariables |
Gets or sets the process environment variables.
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
ExecutableAppendableArguments |
Gets or sets the executable appendable arguments.
| |
ExecutableArguments |
Gets or sets the executable arguments.
| |
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.) | |
ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
Type |
Gets the process type.
| |
UseExecutable |
Will cause the process to be started using the corresponding executable file
and not a pure Java process.
| |
VmAppendableArguments |
Gets or sets the virtual machine appenadable arguments.
| |
VmAppendableInputArguments |
Gets or sets the virtual machine appenadable input arguments.
| |
VmArguments |
Gets or sets the virtual machine arguments.
| |
VmInputArguments |
Gets or sets the virtual machine input arguments.
|
Inheritance Hierarchy
Object | ||
AbstractRemotePbsObject | ||
GSProcessOptions |