3 #ifndef TAO_IMRCLIENT_SERVEROBJECT_PIDL
4 #define TAO_IMRCLIENT_SERVEROBJECT_PIDL
6 module ImplementationRepository
9 * @brief Server Side IR Object
11 * This object, which exists on the servers that use the
12 * Implementation Repository (IR), is used to control or check the
13 * status of the server by the IR.
15 interface ServerObject
17 /// Check the liveness of a server.
20 /// Try to shutdown the server gracefully.
21 oneway
void shutdown
();
25 #endif
/* TAO_IMRCLIENT_SERVEROBJECT_PIDL */