Modifier and type | Property and description |
---|---|
java.lang.String | agentStartArgs Replies the arguments to pass to an agent when it is started. |
java.lang.String | bootAgent Replies the name of the agent to launch at boot time. |
java.lang.String | commandLineArgs Replies the command line arguments that are passed to the program. |
java.lang.String | programName Replies the name of the SRE main program from the external point of view. |
RootContextType | rootContextBootType Replies the type of id computation for the root context. |
java.util.UUID | rootContextID Replies the identifier of the root context. |
java.util.UUID | rootSpaceID Construct an identifier for the root default space. |
Modifier and type | Field and description |
---|---|
public static val java.lang.String | BOOT_AGENT_NAME Name of the property that contains the agent to boot. |
public static val java.lang.String | PREFIX Prefix for the configuration entries of the boot modules. |
public static val java.lang.String | PROGRAM_NAME_NAME Name of the property that contains the name of the SRE main program from the external point of view. |
public static val java.lang.String | PROGRAM_NAME_VALUE Default value of the property that contains the name of the SRE main program from the external point of view. |
public static val java.lang.String | ROOT_CONTEXT_BOOT_TYPE_NAME Name of the property that contains the type of root context at boot. |
public static val java.lang.String | ROOT_CONTEXT_ID_NAME Name of the property that contains the identifier of the root context. |
public static val java.lang.String | ROOT_CONTEXT_ID_VALUE The default value for the root context identifier. |
public static val java.lang.String | ROOT_DEFAULT_SPACE_ID_NAME Name of the property that contains the identifier for the default space of the root context. |
public static val java.lang.String | ROOT_DEFAULT_SPACE_ID_VALUE The default value for the root default space identifier. |
Modifier and type | Action and description |
---|---|
java.lang.String | getAgentStartArgs Replies the arguments to pass to an agent when it is started. |
java.lang.String | getBootAgent Replies the name of the agent to launch at boot time. |
java.lang.String | getCommandLineArgs Replies the command line arguments that are passed to the program. |
java.lang.String | getProgramName Replies the name of the SRE main program from the external point of view. |
RootContextType | getRootContextBootType Replies the type of id computation for the root context. |
java.util.UUID | getRootContextID Replies the identifier of the root context. |
java.util.UUID | getRootSpaceID Construct an identifier for the root default space. |
java.lang.Class<T> | loadBootAgent Replies the type of the agent to launch at boot time. |
void | setAgentStartArgs(String) Change the arguments to pass to an agent when it is started. |
void | setBootAgent(String) Set the name of the agent to launch at boot time. |
void | setCommandLineArgs(String) Change the command line arguments that are passed to the program. |
void | setProgramName(String) Set the name of the SRE main program from the external point of view. |
void | setRootContextBootType(RootContextType) Set the type of id computation for the root context. |
void | setRootContextID(UUID) Set the identifier of the root context. |
java.util.UUID | setRootSpaceID(UUID) Set the identifier for the root default space. |
var agentStartArgs : java.lang.String
This property is an alias for the action: getAgentStartArgs
var bootAgent : java.lang.String
This property is an alias for the action: getBootAgent
var commandLineArgs : java.lang.String
This property is an alias for the action: getCommandLineArgs
var programName : java.lang.String
This property is an alias for the action: getProgramName
var rootContextBootType : RootContextType
This property is an alias for the action: getRootContextBootType
var rootContextID : java.util.UUID
This property is an alias for the action: getRootContextID
val rootSpaceID : java.util.UUID
This property is an alias for the action: getRootSpaceID
public static val BOOT_AGENT_NAME : java.lang.String = "sre.boot.bootAgent"
public static val PREFIX : java.lang.String = "sre.boot"
public static val PROGRAM_NAME_NAME : java.lang.String = "sre.boot.programName"
public static val PROGRAM_NAME_VALUE : java.lang.String = "SARL Run-time Environment"
public static val ROOT_CONTEXT_BOOT_TYPE_NAME : java.lang.String = "sre.boot.rootContextBootType"
public static val ROOT_CONTEXT_ID_NAME : java.lang.String = "sre.boot.rootContextId"
public static val ROOT_CONTEXT_ID_VALUE : java.lang.String = "2c38fb7f-f363-4f6e-877b-110b1f07cc77"
public static val ROOT_DEFAULT_SPACE_ID_NAME : java.lang.String = "sre.boot.rootSpaceId"
public static val ROOT_DEFAULT_SPACE_ID_VALUE : java.lang.String = "7ba8885d-545b-445a-a0e9-b655bc15ebe0"
def getAgentStartArgs : java.lang.String
def getBootAgent : java.lang.String
def getCommandLineArgs : java.lang.String
def getProgramName : java.lang.String
def getRootContextBootType : RootContextType
def getRootContextID : java.util.UUID
def getRootSpaceID : java.util.UUID
def loadBootAgent : java.lang.Class<T>
def setAgentStartArgs(String)
def setBootAgent(String)
def setCommandLineArgs(String)
def setProgramName(String)
def setRootContextBootType(RootContextType)
def setRootContextID(UUID)
def setRootSpaceID(UUID) : java.util.UUID