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/RegistryServerAdminRouter.cpp | |
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/RegistryServerAdminRouter.cpp')
-rw-r--r-- | cpp/src/IceGrid/RegistryServerAdminRouter.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/RegistryServerAdminRouter.cpp b/cpp/src/IceGrid/RegistryServerAdminRouter.cpp index 6bca684303b..ff3b8a29b30 100644 --- a/cpp/src/IceGrid/RegistryServerAdminRouter.cpp +++ b/cpp/src/IceGrid/RegistryServerAdminRouter.cpp @@ -61,6 +61,12 @@ IceGrid::RegistryServerAdminRouter::ice_invoke_async(const AMD_Array_Object_ice_ catch(const ServerNotExistException&) { } + catch(const NodeUnreachableException&) + { + } + catch(const DeploymentException&) + { + } if(target == 0) { |