| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.admin.gsa.GridServiceContainerOptions
public class GridServiceContainerOptions
GridServiceContainer process options to be started by the
 GridServiceAgent.
GridServiceAgent.startGridService(GridServiceContainerOptions)| Constructor Summary | |
|---|---|
GridServiceContainerOptions()
Constructs a new grid service container options.  | 
|
| Method Summary | |
|---|---|
 GridServiceContainerOptions | 
environmentVariable(String name,
                    String value)
Sets an environment variable that will be passed to forked process.  | 
 boolean | 
equals(Object other)
 | 
 com.gigaspaces.grid.gsa.GSProcessOptions | 
getOptions()
Returns the agent process options that represents what was set on this GSC options.  | 
 GridServiceContainerOptions | 
overrideVmInputArguments()
Will cause JVM options added using vmInputArgument(String) to override all the vm arguments
 that the JVM will start by default with. | 
 GridServiceContainerOptions | 
restartOnExit(com.gigaspaces.grid.gsa.GSProcessRestartOnExit restartOnExit)
Sets the agent policy for be restart the container on exit.  | 
 GridServiceContainerOptions | 
useScript()
Will cause the GridServiceContainer to be started using a script
 and not a pure Java process. | 
 GridServiceContainerOptions | 
vmInputArgument(String vmInputArgument)
Will add a JVM level argument when the process is executed using pure JVM.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GridServiceContainerOptions()
| Method Detail | 
|---|
public GridServiceContainerOptions useScript()
GridServiceContainer to be started using a script
 and not a pure Java process.
public GridServiceContainerOptions overrideVmInputArguments()
vmInputArgument(String) to override all the vm arguments
 that the JVM will start by default with.
public GridServiceContainerOptions vmInputArgument(String vmInputArgument)
-Xmx512m.
public GridServiceContainerOptions environmentVariable(String name,
                                                       String value)
public GridServiceContainerOptions restartOnExit(com.gigaspaces.grid.gsa.GSProcessRestartOnExit restartOnExit)
public com.gigaspaces.grid.gsa.GSProcessOptions getOptions()
public boolean equals(Object other)
equals in class Object
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||