Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Registry.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc", "js:ice-build"]]
13 [["cpp:include:IceGrid/Config.h"]]
14 
15 #include <IceGrid/Exception.ice>
16 #include <IceGrid/Session.ice>
17 #include <IceGrid/Admin.ice>
18 
19 ["objc:prefix:ICEGRID"]
20 module IceGrid
21 {
22 
32 interface Registry
33 {
52  Session* createSession(string userId, string password)
54 
73  AdminSession* createAdminSession(string userId, string password)
75 
90  Session* createSessionFromSecureConnection()
92 
107  AdminSession* createAdminSessionFromSecureConnection()
109 
122  ["nonmutating", "cpp:const"] idempotent int getSessionTimeout();
123 
135  ["nonmutating", "cpp:const"] idempotent int getACMTimeout();
136 };
137 
138 };
139 
Used by administrative clients to view, update, and receive observer updates from the IceGrid registr...
Definition: Admin.ice:1262
A session object is used by IceGrid clients to allocate and release objects.
Definition: Session.ice:33
IceGrid is a server activation and deployment tool.
Definition: Admin.ice:24
The IceGrid registry allows clients create sessions directly with the registry.
Definition: Registry.ice:32
This exception is raised if a client is denied the ability to create a session with IceGrid...
Definition: Exception.ice:331