| Package | Description | 
|---|---|
| org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. | 
| org.openspaces.admin.internal.gsa | Internally Used. | 
| Modifier and Type | Method and Description | 
|---|---|
| GridServiceOptions | GridServiceOptions. argument(String argument)Will add a process level argument. | 
| GridServiceOptions | GridServiceOptions. environmentVariable(String name,
                   String value)Sets an environment variable that will be passed to forked process. | 
| GridServiceOptions | GridServiceOptions. overrideArguments()Will cause the process arguments added using  argument(String)to override any
 arguments defined in the process descriptor. | 
| GridServiceOptions | GridServiceOptions. overrideVmInputArguments()Will cause JVM options added using  vmInputArgument(String)to override all the vm
 arguments that the JVM will start by default with. | 
| GridServiceOptions | GridServiceOptions. useScript()Will use a scipt to start the process, and not a pure JVM process. | 
| GridServiceOptions | GridServiceOptions. vmInputArgument(String vmInputArgument)Will add a JVM level argument when the process is executed using pure JVM. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | GridServiceAgent. startGridService(GridServiceOptions options)Starts a generic process of a given type. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | DefaultGridServiceAgent. startGridService(GridServiceOptions options) | 
Copyright © GigaSpaces.