Ice
3.9
Slice API Reference
Loading...
Searching...
No Matches
IceGrid
Admin
addApplication
addObject
addObjectWithType
enableServer
getAdapterInfo
getAllAdapterIds
getAllApplicationNames
getAllNodeNames
getAllObjectInfos
getAllRegistryNames
getAllServerIds
getApplicationInfo
getDefaultApplicationDescriptor
getNodeAdmin
getNodeHostname
getNodeInfo
getNodeLoad
getNodeProcessorSocketCount
getObjectInfo
getObjectInfosByType
getRegistryAdmin
getRegistryInfo
getServerAdmin
getServerAdminCategory
getServerInfo
getServerPid
getServerState
instantiateServer
isServerEnabled
pingNode
pingRegistry
removeAdapter
removeApplication
removeObject
sendSignal
shutdown
shutdownNode
shutdownRegistry
startServer
stopServer
syncApplication
syncApplicationWithoutRestart
updateApplication
updateApplicationWithoutRestart
updateObject
◆
instantiateServer()
void instantiateServer
(
string
application
,
string
node
,
ServerInstanceDescriptor
desc
) throws
AccessDeniedException
,
ApplicationNotExistException
,
DeploymentException
Instantiates a server template.
Parameters
application
The application name.
node
The name of the node where the server will be deployed.
desc
The descriptor of the server instance to deploy.
Exceptions
AccessDeniedException
Thrown when the session doesn't hold the exclusive lock or when another session is holding the lock.
DeploymentException
Thrown when the application deployment failed.
ApplicationNotExistException
Thrown when the application doesn't exist.
Generated by
1.16.1