Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ instantiateServer()

void instantiateServer ( string application,
string node,
ServerInstanceDescriptor desc ) throws AccessDeniedException, ApplicationNotExistException, DeploymentException

Instantiates a server template.

Parameters
applicationThe application name.
nodeThe name of the node where the server will be deployed.
descThe descriptor of the server instance to deploy.
Exceptions
AccessDeniedExceptionThrown when the session doesn't hold the exclusive lock or when another session is holding the lock.
DeploymentExceptionThrown when the application deployment failed.
ApplicationNotExistExceptionThrown when the application doesn't exist.