12 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
13 [[
"cpp:include:IceGrid/Config.h"]]
23 [
"objc:prefix:ICEGRID"]
517 void removeApplication(
string name)
561 [
"amd"]
void patchApplication(
string name,
bool shutdown)
576 [
"nonmutating",
"cpp:const"] idempotent
ApplicationInfo getApplicationInfo(
string name)
597 [
"nonmutating",
"cpp:const"] idempotent
Ice::StringSeq getAllApplicationNames();
610 [
"nonmutating",
"cpp:const"] idempotent
ServerInfo getServerInfo(
string id)
630 [
"nonmutating",
"cpp:const"] idempotent
ServerState getServerState(
string id)
651 [
"nonmutating",
"cpp:const"] idempotent
int getServerPid(
string id)
664 idempotent
string getServerAdminCategory();
684 idempotent
Object* getServerAdmin(
string id)
708 idempotent
void enableServer(
string id,
bool enabled)
727 [
"nonmutating",
"cpp:const"] idempotent
bool isServerEnabled(
string id)
749 [
"amd"]
void startServer(
string id)
771 [
"amd"]
void stopServer(
string id)
795 [
"amd"]
void patchServer(
string id,
bool shutdown)
819 void sendSignal(
string id,
string signal)
829 [
"nonmutating",
"cpp:const"] idempotent
Ice::StringSeq getAllServerIds();
848 [
"nonmutating",
"cpp:const"] idempotent
AdapterInfoSeq getAdapterInfo(
string id)
860 void removeAdapter(
string id)
870 [
"nonmutating",
"cpp:const"] idempotent
Ice::StringSeq getAllAdapterIds();
888 void addObject(
Object* obj)
908 void updateObject(
Object* obj)
924 void addObjectWithType(
Object* obj,
string type)
973 [
"nonmutating",
"cpp:const"] idempotent
ObjectInfoSeq getObjectInfosByType(
string type);
988 [
"nonmutating",
"cpp:const"] idempotent
ObjectInfoSeq getAllObjectInfos(
string expr);
1001 [
"nonmutating",
"cpp:const"] idempotent
bool pingNode(
string name)
1018 [
"nonmutating",
"cpp:const"] idempotent
LoadInfo getNodeLoad(
string name)
1035 [
"nonmutating",
"cpp:const"] idempotent
NodeInfo getNodeInfo(
string name)
1053 [
"cpp:const"] idempotent
Object* getNodeAdmin(
string name)
1077 [
"nonmutating",
"cpp:const"] idempotent
int getNodeProcessorSocketCount(
string name)
1092 void shutdownNode(
string name)
1109 [
"nonmutating",
"cpp:const"] idempotent
string getNodeHostname(
string name)
1119 [
"nonmutating",
"cpp:const"] idempotent
Ice::StringSeq getAllNodeNames();
1132 [
"cpp:const"] idempotent
bool pingRegistry(
string name)
1149 [
"cpp:const"] idempotent
RegistryInfo getRegistryInfo(
string name)
1163 [
"cpp:const"] idempotent
Object* getRegistryAdmin(
string name)
1178 idempotent
void shutdownRegistry(
string name)
1272 idempotent
void keepAlive();
1282 [
"nonmutating",
"cpp:const"] idempotent
Admin* getAdmin();
1296 [
"cpp:const"] idempotent
Object* getAdminCallbackTemplate();
1381 [
"cpp:const"] idempotent
string getReplicaName();
1413 FileIterator* openServerLog(
string id,
string path,
int count)
1547 FileIterator* openRegistryStdErr(
string name,
int count)
1573 FileIterator * openRegistryStdOut(
string name,
int count)
This exception is raised if a registry lock wasn'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'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