|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridServiceOptions | |
---|---|
org.openspaces.admin.gsa | Support for managing of Grid Service Agent(s) through the Admin API. |
Uses of GridServiceOptions in org.openspaces.admin.gsa |
---|
Methods in org.openspaces.admin.gsa that return GridServiceOptions | |
---|---|
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. |
Methods in org.openspaces.admin.gsa with parameters of type GridServiceOptions | |
---|---|
void |
GridServiceAgent.startGridService(GridServiceOptions options)
Starts a generic process of a given type. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |