Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Admin.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 <Ice/Identity.ice>
16 #include <Ice/BuiltinSequences.ice>
17 #include <Ice/Properties.ice>
19 #include <Glacier2/Session.ice>
20 #include <IceGrid/Exception.ice>
21 #include <IceGrid/Descriptor.ice>
22 
23 ["objc:prefix:ICEGRID"]
24 module IceGrid
25 {
26 
33 {
40 
50 
58 
65 
72 
79 
86 };
87 
93 dictionary<string, Object*> StringObjectProxyDict;
94 
100 ["cpp:comparable"]
102 {
108  Object* proxy;
109 
115  string type;
116 };
117 
123 sequence<ObjectInfo> ObjectInfoSeq;
124 
130 ["cpp:comparable"]
132 {
138  string id;
139 
145  Object* proxy;
146 
154 };
155 
161 sequence<AdapterInfo> AdapterInfoSeq;
162 
169 {
175  string application;
176 
182  string uuid;
183 
189  int revision;
190 
196  string node;
197 
204 
210  string sessionId;
211 };
212 
218 struct NodeInfo
219 {
225  string name;
226 
232  string os;
233 
240  string hostname;
241 
247  string release;
248 
254  string version;
255 
261  string machine;
262 
271 
277  string dataDir;
278 };
279 
286 {
292  string name;
293 
300  string hostname;
301 };
302 
308 sequence<RegistryInfo> RegistryInfoSeq;
309 
315 struct LoadInfo
316 {
318  float avg1;
319 
321  float avg5;
322 
324  float avg15;
325 };
326 
333 {
335  string uuid;
336 
339 
341  string createUser;
342 
345 
347  string updateUser;
348 
350  int revision;
351 
354 };
355 
361 ["java:type:java.util.LinkedList<ApplicationInfo>"] sequence<ApplicationInfo> ApplicationInfoSeq;
362 
369 {
372 
374  string updateUser;
375 
377  int revision;
378 
381 };
382 
391 interface Admin
392 {
407  void addApplication(ApplicationDescriptor descriptor)
409 
429  void syncApplication(ApplicationDescriptor descriptor)
431 
450  void updateApplication(ApplicationUpdateDescriptor descriptor)
452 
453 
476  void syncApplicationWithoutRestart(ApplicationDescriptor descriptor)
478 
500  void updateApplicationWithoutRestart(ApplicationUpdateDescriptor descriptor)
502 
517  void removeApplication(string name)
519 
543  void instantiateServer(string application, string node, ServerInstanceDescriptor desc)
545 
561  ["amd"] void patchApplication(string name, bool shutdown)
563 
576  ["nonmutating", "cpp:const"] idempotent ApplicationInfo getApplicationInfo(string name)
578 
587  ["nonmutating", "cpp:const"] idempotent ApplicationDescriptor getDefaultApplicationDescriptor()
588  throws DeploymentException;
589 
597  ["nonmutating", "cpp:const"] idempotent Ice::StringSeq getAllApplicationNames();
598 
610  ["nonmutating", "cpp:const"] idempotent ServerInfo getServerInfo(string id)
612 
630  ["nonmutating", "cpp:const"] idempotent ServerState getServerState(string id)
632 
651  ["nonmutating", "cpp:const"] idempotent int getServerPid(string id)
653 
663  ["cpp:const"]
664  idempotent string getServerAdminCategory();
665 
683  ["cpp:const"]
684  idempotent Object* getServerAdmin(string id)
686 
687 
708  idempotent void enableServer(string id, bool enabled)
710 
727  ["nonmutating", "cpp:const"] idempotent bool isServerEnabled(string id)
729 
749  ["amd"] void startServer(string id)
751 
771  ["amd"] void stopServer(string id)
773 
795  ["amd"] void patchServer(string id, bool shutdown)
797 
819  void sendSignal(string id, string signal)
821 
829  ["nonmutating", "cpp:const"] idempotent Ice::StringSeq getAllServerIds();
830 
848  ["nonmutating", "cpp:const"] idempotent AdapterInfoSeq getAdapterInfo(string id)
850 
860  void removeAdapter(string id)
862 
870  ["nonmutating", "cpp:const"] idempotent Ice::StringSeq getAllAdapterIds();
871 
888  void addObject(Object* obj)
890 
908  void updateObject(Object* obj)
910 
924  void addObjectWithType(Object* obj, string type)
926 
945  void removeObject(Ice::Identity id)
947 
960  ["nonmutating", "cpp:const"] idempotent ObjectInfo getObjectInfo(Ice::Identity id)
962 
973  ["nonmutating", "cpp:const"] idempotent ObjectInfoSeq getObjectInfosByType(string type);
974 
988  ["nonmutating", "cpp:const"] idempotent ObjectInfoSeq getAllObjectInfos(string expr);
989 
1001  ["nonmutating", "cpp:const"] idempotent bool pingNode(string name)
1002  throws NodeNotExistException;
1003 
1018  ["nonmutating", "cpp:const"] idempotent LoadInfo getNodeLoad(string name)
1020 
1035  ["nonmutating", "cpp:const"] idempotent NodeInfo getNodeInfo(string name)
1037 
1038 
1053  ["cpp:const"] idempotent Object* getNodeAdmin(string name)
1055 
1077  ["nonmutating", "cpp:const"] idempotent int getNodeProcessorSocketCount(string name)
1079 
1092  void shutdownNode(string name)
1094 
1109  ["nonmutating", "cpp:const"] idempotent string getNodeHostname(string name)
1111 
1119  ["nonmutating", "cpp:const"] idempotent Ice::StringSeq getAllNodeNames();
1120 
1132  ["cpp:const"] idempotent bool pingRegistry(string name)
1134 
1149  ["cpp:const"] idempotent RegistryInfo getRegistryInfo(string name)
1151 
1163  ["cpp:const"] idempotent Object* getRegistryAdmin(string name)
1165 
1178  idempotent void shutdownRegistry(string name)
1180 
1188  ["cpp:const"] idempotent Ice::StringSeq getAllRegistryNames();
1189 
1195  void shutdown();
1196 
1204  ["nonmutating", "cpp:const"] idempotent Ice::SliceChecksumDict getSliceChecksums();
1205 };
1206 
1212 interface FileIterator
1213 {
1234  bool read(int size, out Ice::StringSeq lines)
1236 
1242  void destroy();
1243 };
1244 
1245 interface RegistryObserver;
1246 interface NodeObserver;
1247 interface ApplicationObserver;
1248 interface AdapterObserver;
1249 interface ObjectObserver;
1250 
1263 {
1272  idempotent void keepAlive();
1273 
1282  ["nonmutating", "cpp:const"] idempotent Admin* getAdmin();
1283 
1284 
1296  ["cpp:const"] idempotent Object* getAdminCallbackTemplate();
1297 
1298 
1319  idempotent void setObservers(RegistryObserver* registryObs, NodeObserver* nodeObs, ApplicationObserver* appObs,
1320  AdapterObserver* adptObs, ObjectObserver* objObs)
1322 
1345  idempotent void setObserversByIdentity(Ice::Identity registryObs, Ice::Identity nodeObs, Ice::Identity appObs,
1346  Ice::Identity adptObs, Ice::Identity objObs)
1348 
1360  int startUpdate()
1361  throws AccessDeniedException;
1362 
1371  void finishUpdate()
1372  throws AccessDeniedException;
1373 
1381  ["cpp:const"] idempotent string getReplicaName();
1382 
1413  FileIterator* openServerLog(string id, string path, int count)
1415 
1442  FileIterator* openServerStdErr(string id, int count)
1444 
1471  FileIterator* openServerStdOut(string id, int count)
1473 
1496  FileIterator* openNodeStdErr(string name, int count)
1498 
1521  FileIterator* openNodeStdOut(string name, int count)
1523 
1547  FileIterator* openRegistryStdErr(string name, int count)
1549 
1573  FileIterator * openRegistryStdOut(string name, int count)
1575 
1576 };
1577 
1578 };
1579 
This exception is raised if a registry lock wasn&#39;t acquired or is already held by a session...
Definition: Exception.ice:290
The server is being destroyed.
Definition: Admin.ice:78
string replicaGroupId
The replica group id of the object adapter, or empty if the adapter doesn&#39;t belong to a replica group...
Definition: Admin.ice:153
string uuid
The application uuid.
Definition: Admin.ice:182
An exception for deployment errors.
Definition: Exception.ice:176
An Ice server descriptor.
Definition: Descriptor.ice:321
The database observer interface.
Definition: Observer.ice:203
ApplicationUpdateDescriptor descriptor
The update descriptor.
Definition: Admin.ice:380
This exception is raised if a node could not be reached.
Definition: Exception.ice:191
dictionary< string, Object > StringObjectProxyDict
A dictionary of proxies.
Definition: Admin.ice:93
The IceGrid administrative interface.
Definition: Admin.ice:391
Used by administrative clients to view, update, and receive observer updates from the IceGrid registr...
Definition: Admin.ice:1262
string hostname
The network name of the host running this registry (as defined in uname()).
Definition: Admin.ice:300
This interface provides access to IceGrid log file contents.
Definition: Admin.ice:1212
Information about a server managed by an IceGrid node.
Definition: Admin.ice:168
The server is being activated and will change to the active state when the registered server object a...
Definition: Admin.ice:49
This exception is raised if an adapter does not exist.
Definition: Exception.ice:101
int revision
The application revision.
Definition: Admin.ice:189
ServerState
An enumeration representing the state of the server.
Definition: Admin.ice:32
string hostname
The network name of the host running this node (as defined in uname()).
Definition: Admin.ice:240
This interface allows applications to monitor IceGrid well-known objects.
Definition: Observer.ice:311
This exception is raised if a registry could not be reached.
Definition: Exception.ice:236
string application
The server application.
Definition: Admin.ice:175
The server is not running.
Definition: Admin.ice:39
The identity of an Ice object.
Definition: Identity.ice:28
This interface allows applications to monitor changes the state of the registry.
Definition: Observer.ice:361
The server is being deactivated.
Definition: Admin.ice:71
string updateUser
The user who updated the application.
Definition: Admin.ice:374
ApplicationDescriptor descriptor
The application descriptor.
Definition: Admin.ice:353
sequence< RegistryInfo > RegistryInfoSeq
A sequence of RegistryInfo structures.
Definition: Admin.ice:308
sequence< ObjectInfo > ObjectInfoSeq
A sequence of object information structures.
Definition: Admin.ice:123
string id
The id of the adapter.
Definition: Admin.ice:138
This exception is raised if an object already exists.
Definition: Exception.ice:116
string version
The operation system version (as defined in uname()).
Definition: Admin.ice:254
Information about the load of a node.
Definition: Admin.ice:315
int revision
The application revision number.
Definition: Admin.ice:377
Information about an IceGrid node.
Definition: Admin.ice:218
string type
The type of the object.
Definition: Admin.ice:115
string machine
The machine hardware type (as defined in uname()).
Definition: Admin.ice:261
Information about an adapter registered with the IceGrid registry.
Definition: Admin.ice:131
string sessionId
The id of the session which allocated the server.
Definition: Admin.ice:210
string dataDir
The path to the node data directory.
Definition: Admin.ice:277
A server template instance descriptor.
Definition: Descriptor.ice:465
Information about an IceGrid registry replica.
Definition: Admin.ice:285
Information about an IceGrid application.
Definition: Admin.ice:332
string name
The name of the registry.
Definition: Admin.ice:292
string updateUser
The user who updated the application.
Definition: Admin.ice:347
string name
The name of the node.
Definition: Admin.ice:225
This exception is raised if a server failed to start.
Definition: Exception.ice:57
sequence< ApplicationInfo > ApplicationInfoSeq
A sequence of ApplicationInfo structures.
Definition: Admin.ice:361
The node observer interface.
Definition: Observer.ice:139
Object * proxy
The proxy of the object.
Definition: Admin.ice:108
This exception is raised if an observer is already registered with the registry.
Definition: Exception.ice:350
string node
The server node.
Definition: Admin.ice:196
float avg15
The load average over the past 15 minutes.
Definition: Admin.ice:324
Information about updates to an IceGrid application.
Definition: Admin.ice:368
long updateTime
The update time.
Definition: Admin.ice:371
An application descriptor.
Definition: Descriptor.ice:781
string release
The operation system release level (as defined in uname()).
Definition: Admin.ice:247
This exception is raised if a patch failed.
Definition: Exception.ice:274
dictionary< string, string > SliceChecksumDict
A mapping from type IDs to Slice checksums.
Definition: SliceChecksumDict.ice:23
This exception is raised if a file is not available.
Definition: Exception.ice:372
This exception is raised if an object is not registered.
Definition: Exception.ice:131
IceGrid is a server activation and deployment tool.
Definition: Admin.ice:24
A client-visible session object, which is tied to the lifecycle of a Router.
Definition: Session.ice:48
sequence< AdapterInfo > AdapterInfoSeq
A sequence of adapter information structures.
Definition: Admin.ice:161
This exception is raised if an unknown signal was sent to to a server.
Definition: Exception.ice:259
Information about an Ice object.
Definition: Admin.ice:101
Object * proxy
A dummy direct proxy that contains the adapter endpoints.
Definition: Admin.ice:145
float avg1
The load average over the past minute.
Definition: Admin.ice:318
string createUser
The user who created the application.
Definition: Admin.ice:341
The server is destroyed.
Definition: Admin.ice:85
float avg5
The load average over the past 5 minutes.
Definition: Admin.ice:321
sequence< string > StringSeq
A sequence of strings.
Definition: BuiltinSequences.ice:40
long createTime
The creation time.
Definition: Admin.ice:338
This exception is raised if a server does not exist.
Definition: Exception.ice:42
string os
The operating system name.
Definition: Admin.ice:232
ServerDescriptor descriptor
The server descriptor.
Definition: Admin.ice:203
This exception is raised if an application does not exist.
Definition: Exception.ice:27
This exception is raised if a registry does not exist.
Definition: Exception.ice:161
This exception is raised if a server failed to stop.
Definition: Exception.ice:79
string uuid
Unique application identifier.
Definition: Admin.ice:335
This exception is raised if a node does not exist.
Definition: Exception.ice:146
int nProcessors
The number of processor threads on the node.
Definition: Admin.ice:270
An application update descriptor to describe the updates to apply to a deployed application.
Definition: Descriptor.ice:970
The activation timed out state indicates that the server activation timed out.
Definition: Admin.ice:57
This interface allows applications to monitor the state of object adapters that are registered with I...
Definition: Observer.ice:263
int revision
The application revision number.
Definition: Admin.ice:350
long updateTime
The update time.
Definition: Admin.ice:344
The server is running.
Definition: Admin.ice:64