Uses of Class
org.openspaces.admin.gsa.GridServiceManagerOptions
Packages that use GridServiceManagerOptions
Package
Description
Support for managing of Grid Service Agent(s) through the Admin API.
Internally Used.
-
Uses of GridServiceManagerOptions in org.openspaces.admin.gsa
Methods in org.openspaces.admin.gsa that return GridServiceManagerOptionsModifier and TypeMethodDescriptionGridServiceManagerOptions.environmentVariable(String name, String value) Sets an environment variable that will be passed to forked process.GridServiceManagerOptions.overrideVmInputArguments()Will cause JVM options added usingvmInputArgument(String)to override all the vm arguments that the JVM will start by default with.GridServiceManagerOptions.useScript()Will cause theGridServiceManagerto be started using a script and not a pure Java process.GridServiceManagerOptions.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 GridServiceManagerOptionsModifier and TypeMethodDescriptionvoidGridServiceAgent.startGridService(GridServiceManagerOptions options) Starts aGridServiceManagerbased on the provided options.GridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options) Starts aGridServiceManagerbased on the provided options and waits indefinitely until it is discovered by the admin, which is then returned.GridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options, long timeout, TimeUnit timeUnit) Starts aGridServiceManagerbased on the provided options and waits for the given timeout (in time unit) until it is discovered by the admin, which is then returned. -
Uses of GridServiceManagerOptions in org.openspaces.admin.internal.gsa
Methods in org.openspaces.admin.internal.gsa with parameters of type GridServiceManagerOptionsModifier and TypeMethodDescriptionvoidDefaultGridServiceAgent.startGridService(GridServiceManagerOptions options) DefaultGridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options) DefaultGridServiceAgent.startGridServiceAndWait(GridServiceManagerOptions options, long timeout, TimeUnit timeUnit)