diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-12-03 15:04:10 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-12-03 15:04:10 +0100 |
commit | 7bae461be57d06320c1d7860e6967bcd0b14718c (patch) | |
tree | 1763ec9f485e6f1ad0af51fa2c8fa6ae6e409907 /cpp/src/IceGrid/AdminI.h | |
parent | Added more @deprecated tags to the Java generated code to reduce the number o... (diff) | |
download | ice-7bae461be57d06320c1d7860e6967bcd0b14718c.tar.bz2 ice-7bae461be57d06320c1d7860e6967bcd0b14718c.tar.xz ice-7bae461be57d06320c1d7860e6967bcd0b14718c.zip |
- Changed AdminI server start/stop methods to use AMI/AMD
- Minor exception handling fix in registry server admin router.
- Changed Admin::getServerAdmin method to check if the server exists and
can be loaded on the node before to return the server admin object.
- Fixed icegridadmin to use the process facet to write messages
Diffstat (limited to 'cpp/src/IceGrid/AdminI.h')
-rw-r--r-- | cpp/src/IceGrid/AdminI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/AdminI.h b/cpp/src/IceGrid/AdminI.h index 132c95d8d39..883e0b33a2e 100644 --- a/cpp/src/IceGrid/AdminI.h +++ b/cpp/src/IceGrid/AdminI.h @@ -51,8 +51,8 @@ public: virtual Ice::Int getServerPid(const ::std::string&, const Ice::Current&) const; virtual std::string getServerAdminCategory(const Ice::Current&) const; virtual Ice::ObjectPrx getServerAdmin(const std::string&, const Ice::Current&) const; - virtual void startServer(const ::std::string&, const Ice::Current&); - virtual void stopServer(const ::std::string&, const Ice::Current&); + virtual void startServer_async(const AMD_Admin_startServerPtr&, const ::std::string&, const Ice::Current&); + virtual void stopServer_async(const AMD_Admin_stopServerPtr&, const ::std::string&, const Ice::Current&); virtual void patchServer_async(const AMD_Admin_patchServerPtr&, const ::std::string&, bool, const Ice::Current&); virtual void sendSignal(const ::std::string&, const ::std::string&, const Ice::Current&); virtual void writeMessage(const ::std::string&, const ::std::string&, Ice::Int, const Ice::Current&); |