|
pure virtual |
Instantiates a server template.
| 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. |
| response | The response callback. |
| exception | The exception callback. |
| current | The Current object of the incoming request. |
| IceGrid::AccessDeniedException | Thrown when the session doesn't hold the exclusive lock or when another session is holding the lock. |
| IceGrid::ApplicationNotExistException | Thrown when the application doesn't exist. |
| IceGrid::DeploymentException | Thrown when the application deployment failed. |