16#ifndef __IceGrid_Admin_h__
17#define __IceGrid_Admin_h__
48#ifndef ICE_IGNORE_VERSION
49# if ICE_INT_VERSION / 100 != 307
50# error Ice version mismatch!
52# if ICE_INT_VERSION % 100 >= 50
53# error Beta header file detected
55# if ICE_INT_VERSION % 100 < 11
56# error Ice patch level mismatch!
61# if defined(ICE_STATIC_LIBS)
63# elif defined(ICEGRID_API_EXPORTS)
64# define ICEGRID_API ICE_DECLSPEC_EXPORT
66# define ICEGRID_API ICE_DECLSPEC_IMPORT
70#ifdef ICE_CPP11_MAPPING
150 ::std::shared_ptr<::Ice::ObjectPrx>
proxy;
160 std::tuple<const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::std::string&> ice_tuple()
const
184 ::std::shared_ptr<::Ice::ObjectPrx>
proxy;
195 std::tuple<const ::std::string&, const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::std::string&> ice_tuple()
const
231 ::std::shared_ptr<::IceGrid::ServerDescriptor>
descriptor;
241 std::tuple<const ::std::string&, const ::std::string&, const int&, const ::std::string&, const ::std::shared_ptr<::IceGrid::ServerDescriptor>&, const ::std::string&> ice_tuple()
const
293 std::tuple<const ::std::string&, const ::std::string&, const ::std::string&, const ::std::string&, const ::std::string&, const ::std::string&, const int&, const ::std::string&> ice_tuple()
const
319 std::tuple<const ::std::string&, const ::std::string&> ice_tuple()
const
353 std::tuple<const float&, const float&, const float&> ice_tuple()
const
398 std::tuple<const ::std::string&, const long long int&, const ::std::string&, const long long int&, const ::std::string&, const int&, const ::IceGrid::ApplicationDescriptor&> ice_tuple()
const
430 ::IceGrid::ApplicationUpdateDescriptor
descriptor;
436 std::tuple<const long long int&, const ::std::string&, const int&, const ::IceGrid::ApplicationUpdateDescriptor&> ice_tuple()
const
469 std::tuple<const ::std::string&, const ::IceGrid::ServerState&, const int&, const bool&> ice_tuple()
const
493 ::std::shared_ptr<::Ice::ObjectPrx>
proxy;
499 std::tuple<const ::std::string&, const ::std::shared_ptr<::Ice::ObjectPrx>&> ice_tuple()
const
501 return std::tie(
id,
proxy);
519 ::IceGrid::NodeInfo
info;
533 std::tuple<const ::IceGrid::NodeInfo&, const ::IceGrid::ServerDynamicInfoSeq&, const ::IceGrid::AdapterDynamicInfoSeq&> ice_tuple()
const
545using Ice::operator<=;
547using Ice::operator>=;
548using Ice::operator==;
549using Ice::operator!=;
575 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
582 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
589 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
595 static const ::std::string& ice_staticId();
607 virtual void addApplication(ApplicationDescriptor descriptor, const ::Ice::Current& current) = 0;
609 bool _iceD_addApplication(::IceInternal::Incoming&, const ::Ice::Current&);
626 virtual void syncApplication(ApplicationDescriptor descriptor, const ::Ice::Current& current) = 0;
628 bool _iceD_syncApplication(::IceInternal::Incoming&, const ::Ice::Current&);
644 virtual void updateApplication(ApplicationUpdateDescriptor descriptor, const ::Ice::Current& current) = 0;
646 bool _iceD_updateApplication(::IceInternal::Incoming&, const ::Ice::Current&);
666 virtual void syncApplicationWithoutRestart(ApplicationDescriptor descriptor, const ::Ice::Current& current) = 0;
668 bool _iceD_syncApplicationWithoutRestart(::IceInternal::Incoming&, const ::Ice::Current&);
687 virtual void updateApplicationWithoutRestart(ApplicationUpdateDescriptor descriptor, const ::Ice::Current& current) = 0;
689 bool _iceD_updateApplicationWithoutRestart(::IceInternal::Incoming&, const ::Ice::Current&);
703 virtual void removeApplication(::std::string name, const ::Ice::Current& current) = 0;
705 bool _iceD_removeApplication(::IceInternal::Incoming&, const ::Ice::Current&);
724 virtual void instantiateServer(::std::string application, ::std::string node, ServerInstanceDescriptor desc, const ::Ice::Current& current) = 0;
726 bool _iceD_instantiateServer(::IceInternal::Incoming&, const ::Ice::Current&);
741 virtual void patchApplicationAsync(::std::string name,
bool shutdown, ::std::function<
void()> response, ::std::function<
void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
743 bool _iceD_patchApplication(::IceInternal::Incoming&, const ::Ice::Current&);
754 virtual ApplicationInfo getApplicationInfo(::std::string name, const ::Ice::Current& current)
const = 0;
756 bool _iceD_getApplicationInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
766 virtual ApplicationDescriptor getDefaultApplicationDescriptor(const ::Ice::Current& current)
const = 0;
768 bool _iceD_getDefaultApplicationDescriptor(::IceInternal::Incoming&, const ::Ice::Current&)
const;
776 virtual ::Ice::StringSeq getAllApplicationNames(const ::Ice::Current& current)
const = 0;
778 bool _iceD_getAllApplicationNames(::IceInternal::Incoming&, const ::Ice::Current&)
const;
788 virtual ServerInfo getServerInfo(::std::string
id, const ::Ice::Current& current)
const = 0;
790 bool _iceD_getServerInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
804 virtual ServerState getServerState(::std::string
id, const ::Ice::Current& current)
const = 0;
806 bool _iceD_getServerState(::IceInternal::Incoming&, const ::Ice::Current&)
const;
821 virtual int getServerPid(::std::string
id, const ::Ice::Current& current)
const = 0;
823 bool _iceD_getServerPid(::IceInternal::Incoming&, const ::Ice::Current&)
const;
833 virtual ::std::string getServerAdminCategory(const ::Ice::Current& current)
const = 0;
835 bool _iceD_getServerAdminCategory(::IceInternal::Incoming&, const ::Ice::Current&)
const;
849 virtual ::std::shared_ptr<::Ice::ObjectPrx> getServerAdmin(::std::string
id, const ::Ice::Current& current)
const = 0;
851 bool _iceD_getServerAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
868 virtual void enableServer(::std::string
id,
bool enabled, const ::Ice::Current& current) = 0;
870 bool _iceD_enableServer(::IceInternal::Incoming&, const ::Ice::Current&);
885 virtual bool isServerEnabled(::std::string
id, const ::Ice::Current& current)
const = 0;
887 bool _iceD_isServerEnabled(::IceInternal::Incoming&, const ::Ice::Current&)
const;
905 virtual void startServerAsync(::std::string
id, ::std::function<
void()> response, ::std::function<
void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
907 bool _iceD_startServer(::IceInternal::Incoming&, const ::Ice::Current&);
925 virtual void stopServerAsync(::std::string
id, ::std::function<
void()> response, ::std::function<
void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
927 bool _iceD_stopServer(::IceInternal::Incoming&, const ::Ice::Current&);
946 virtual void patchServerAsync(::std::string
id,
bool shutdown, ::std::function<
void()> response, ::std::function<
void(::std::exception_ptr)> exception, const ::Ice::Current& current) = 0;
948 bool _iceD_patchServer(::IceInternal::Incoming&, const ::Ice::Current&);
965 virtual void sendSignal(::std::string
id, ::std::string signal, const ::Ice::Current& current) = 0;
967 bool _iceD_sendSignal(::IceInternal::Incoming&, const ::Ice::Current&);
975 virtual ::Ice::StringSeq getAllServerIds(const ::Ice::Current& current)
const = 0;
977 bool _iceD_getAllServerIds(::IceInternal::Incoming&, const ::Ice::Current&)
const;
993 virtual AdapterInfoSeq getAdapterInfo(::std::string
id, const ::Ice::Current& current)
const = 0;
995 bool _iceD_getAdapterInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1006 virtual void removeAdapter(::std::string
id, const ::Ice::Current& current) = 0;
1008 bool _iceD_removeAdapter(::IceInternal::Incoming&, const ::Ice::Current&);
1016 virtual ::Ice::StringSeq getAllAdapterIds(const ::Ice::Current& current)
const = 0;
1018 bool _iceD_getAllAdapterIds(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1033 virtual void addObject(::std::shared_ptr<::Ice::ObjectPrx> obj, const ::Ice::Current& current) = 0;
1035 bool _iceD_addObject(::IceInternal::Incoming&, const ::Ice::Current&);
1051 virtual void updateObject(::std::shared_ptr<::Ice::ObjectPrx> obj, const ::Ice::Current& current) = 0;
1053 bool _iceD_updateObject(::IceInternal::Incoming&, const ::Ice::Current&);
1066 virtual void addObjectWithType(::std::shared_ptr<::Ice::ObjectPrx> obj, ::std::string type, const ::Ice::Current& current) = 0;
1068 bool _iceD_addObjectWithType(::IceInternal::Incoming&, const ::Ice::Current&);
1085 virtual void removeObject(::Ice::Identity
id, const ::Ice::Current& current) = 0;
1087 bool _iceD_removeObject(::IceInternal::Incoming&, const ::Ice::Current&);
1098 virtual ObjectInfo getObjectInfo(::Ice::Identity
id, const ::Ice::Current& current)
const = 0;
1100 bool _iceD_getObjectInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1110 virtual ObjectInfoSeq getObjectInfosByType(::std::string type, const ::Ice::Current& current)
const = 0;
1112 bool _iceD_getObjectInfosByType(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1125 virtual ObjectInfoSeq getAllObjectInfos(::std::string expr, const ::Ice::Current& current)
const = 0;
1127 bool _iceD_getAllObjectInfos(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1137 virtual bool pingNode(::std::string name, const ::Ice::Current& current)
const = 0;
1139 bool _iceD_pingNode(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1151 virtual LoadInfo getNodeLoad(::std::string name, const ::Ice::Current& current)
const = 0;
1153 bool _iceD_getNodeLoad(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1165 virtual NodeInfo getNodeInfo(::std::string name, const ::Ice::Current& current)
const = 0;
1167 bool _iceD_getNodeInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1179 virtual ::std::shared_ptr<::Ice::ObjectPrx> getNodeAdmin(::std::string name, const ::Ice::Current& current)
const = 0;
1181 bool _iceD_getNodeAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1200 virtual int getNodeProcessorSocketCount(::std::string name, const ::Ice::Current& current)
const = 0;
1202 bool _iceD_getNodeProcessorSocketCount(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1213 virtual void shutdownNode(::std::string name, const ::Ice::Current& current) = 0;
1215 bool _iceD_shutdownNode(::IceInternal::Incoming&, const ::Ice::Current&);
1227 virtual ::std::string getNodeHostname(::std::string name, const ::Ice::Current& current)
const = 0;
1229 bool _iceD_getNodeHostname(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1237 virtual ::Ice::StringSeq getAllNodeNames(const ::Ice::Current& current)
const = 0;
1239 bool _iceD_getAllNodeNames(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1249 virtual bool pingRegistry(::std::string name, const ::Ice::Current& current)
const = 0;
1251 bool _iceD_pingRegistry(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1263 virtual RegistryInfo getRegistryInfo(::std::string name, const ::Ice::Current& current)
const = 0;
1265 bool _iceD_getRegistryInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1275 virtual ::std::shared_ptr<::Ice::ObjectPrx> getRegistryAdmin(::std::string name, const ::Ice::Current& current)
const = 0;
1277 bool _iceD_getRegistryAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1288 virtual void shutdownRegistry(::std::string name, const ::Ice::Current& current) = 0;
1290 bool _iceD_shutdownRegistry(::IceInternal::Incoming&, const ::Ice::Current&);
1298 virtual ::Ice::StringSeq getAllRegistryNames(const ::Ice::Current& current)
const = 0;
1300 bool _iceD_getAllRegistryNames(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1307 virtual void shutdown(const ::Ice::Current& current) = 0;
1309 bool _iceD_shutdown(::IceInternal::Incoming&, const ::Ice::Current&);
1317 virtual ::Ice::SliceChecksumDict getSliceChecksums(const ::Ice::Current& current)
const = 0;
1319 bool _iceD_getSliceChecksums(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1323 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1343 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1350 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1357 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1363 static const ::std::string& ice_staticId();
1391 virtual bool read(
int size,
::Ice::StringSeq& lines, const ::Ice::Current& current) = 0;
1393 bool _iceD_read(::IceInternal::Incoming&, const ::Ice::Current&);
1400 virtual void destroy(const ::Ice::Current& current) = 0;
1402 bool _iceD_destroy(::IceInternal::Incoming&, const ::Ice::Current&);
1406 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1427 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1434 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1441 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1447 static const ::std::string& ice_staticId();
1455 virtual void registryInit(RegistryInfoSeq registries, const ::Ice::Current& current) = 0;
1457 bool _iceD_registryInit(::IceInternal::Incoming&, const ::Ice::Current&);
1466 virtual void registryUp(RegistryInfo node, const ::Ice::Current& current) = 0;
1468 bool _iceD_registryUp(::IceInternal::Incoming&, const ::Ice::Current&);
1477 virtual void registryDown(::std::string name, const ::Ice::Current& current) = 0;
1479 bool _iceD_registryDown(::IceInternal::Incoming&, const ::Ice::Current&);
1483 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1505 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1512 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1519 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1525 static const ::std::string& ice_staticId();
1533 virtual void nodeInit(NodeDynamicInfoSeq nodes, const ::Ice::Current& current) = 0;
1535 bool _iceD_nodeInit(::IceInternal::Incoming&, const ::Ice::Current&);
1544 virtual void nodeUp(NodeDynamicInfo node, const ::Ice::Current& current) = 0;
1546 bool _iceD_nodeUp(::IceInternal::Incoming&, const ::Ice::Current&);
1555 virtual void nodeDown(::std::string name, const ::Ice::Current& current) = 0;
1557 bool _iceD_nodeDown(::IceInternal::Incoming&, const ::Ice::Current&);
1567 virtual void updateServer(::std::string node, ServerDynamicInfo updatedInfo, const ::Ice::Current& current) = 0;
1569 bool _iceD_updateServer(::IceInternal::Incoming&, const ::Ice::Current&);
1579 virtual void updateAdapter(::std::string node, AdapterDynamicInfo updatedInfo, const ::Ice::Current& current) = 0;
1581 bool _iceD_updateAdapter(::IceInternal::Incoming&, const ::Ice::Current&);
1585 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1607 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1614 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1621 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1627 static const ::std::string& ice_staticId();
1639 virtual void applicationInit(
int serial, ApplicationInfoSeq applications, const ::Ice::Current& current) = 0;
1641 bool _iceD_applicationInit(::IceInternal::Incoming&, const ::Ice::Current&);
1651 virtual void applicationAdded(
int serial, ApplicationInfo desc, const ::Ice::Current& current) = 0;
1653 bool _iceD_applicationAdded(::IceInternal::Incoming&, const ::Ice::Current&);
1663 virtual void applicationRemoved(
int serial, ::std::string name, const ::Ice::Current& current) = 0;
1665 bool _iceD_applicationRemoved(::IceInternal::Incoming&, const ::Ice::Current&);
1675 virtual void applicationUpdated(
int serial, ApplicationUpdateInfo desc, const ::Ice::Current& current) = 0;
1677 bool _iceD_applicationUpdated(::IceInternal::Incoming&, const ::Ice::Current&);
1681 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1702 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1709 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1716 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1722 static const ::std::string& ice_staticId();
1731 virtual void adapterInit(AdapterInfoSeq adpts, const ::Ice::Current& current) = 0;
1733 bool _iceD_adapterInit(::IceInternal::Incoming&, const ::Ice::Current&);
1742 virtual void adapterAdded(AdapterInfo info, const ::Ice::Current& current) = 0;
1744 bool _iceD_adapterAdded(::IceInternal::Incoming&, const ::Ice::Current&);
1753 virtual void adapterUpdated(AdapterInfo info, const ::Ice::Current& current) = 0;
1755 bool _iceD_adapterUpdated(::IceInternal::Incoming&, const ::Ice::Current&);
1764 virtual void adapterRemoved(::std::string
id, const ::Ice::Current& current) = 0;
1766 bool _iceD_adapterRemoved(::IceInternal::Incoming&, const ::Ice::Current&);
1770 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1790 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1797 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1804 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1810 static const ::std::string& ice_staticId();
1819 virtual void objectInit(ObjectInfoSeq objects, const ::Ice::Current& current) = 0;
1821 bool _iceD_objectInit(::IceInternal::Incoming&, const ::Ice::Current&);
1830 virtual void objectAdded(ObjectInfo info, const ::Ice::Current& current) = 0;
1832 bool _iceD_objectAdded(::IceInternal::Incoming&, const ::Ice::Current&);
1841 virtual void objectUpdated(ObjectInfo info, const ::Ice::Current& current) = 0;
1843 bool _iceD_objectUpdated(::IceInternal::Incoming&, const ::Ice::Current&);
1852 virtual void objectRemoved(::Ice::Identity
id, const ::Ice::Current& current) = 0;
1854 bool _iceD_objectRemoved(::IceInternal::Incoming&, const ::Ice::Current&);
1858 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
1882 virtual bool ice_isA(::std::string
id, const ::Ice::Current& current)
const override;
1889 virtual ::std::vector<::std::string> ice_ids(const ::Ice::Current& current)
const override;
1896 virtual ::std::string ice_id(const ::Ice::Current& current)
const override;
1902 static const ::std::string& ice_staticId();
1910 virtual void keepAlive(const ::Ice::Current& current) = 0;
1912 bool _iceD_keepAlive(::IceInternal::Incoming&, const ::Ice::Current&);
1921 virtual ::std::shared_ptr<AdminPrx> getAdmin(const ::Ice::Current& current)
const = 0;
1923 bool _iceD_getAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1935 virtual ::std::shared_ptr<::Ice::ObjectPrx> getAdminCallbackTemplate(const ::Ice::Current& current)
const = 0;
1937 bool _iceD_getAdminCallbackTemplate(::IceInternal::Incoming&, const ::Ice::Current&)
const;
1953 virtual void setObservers(::std::shared_ptr<RegistryObserverPrx> registryObs, ::std::shared_ptr<NodeObserverPrx> nodeObs, ::std::shared_ptr<ApplicationObserverPrx> appObs, ::std::shared_ptr<AdapterObserverPrx> adptObs, ::std::shared_ptr<ObjectObserverPrx> objObs, const ::Ice::Current& current) = 0;
1955 bool _iceD_setObservers(::IceInternal::Incoming&, const ::Ice::Current&);
1973 virtual void setObserversByIdentity(::Ice::Identity registryObs, ::Ice::Identity nodeObs, ::Ice::Identity appObs, ::Ice::Identity adptObs, ::Ice::Identity objObs, const ::Ice::Current& current) = 0;
1975 bool _iceD_setObserversByIdentity(::IceInternal::Incoming&, const ::Ice::Current&);
1986 virtual int startUpdate(const ::Ice::Current& current) = 0;
1988 bool _iceD_startUpdate(::IceInternal::Incoming&, const ::Ice::Current&);
1997 virtual void finishUpdate(const ::Ice::Current& current) = 0;
1999 bool _iceD_finishUpdate(::IceInternal::Incoming&, const ::Ice::Current&);
2007 virtual ::std::string getReplicaName(const ::Ice::Current& current)
const = 0;
2009 bool _iceD_getReplicaName(::IceInternal::Incoming&, const ::Ice::Current&)
const;
2033 virtual ::std::shared_ptr<FileIteratorPrx> openServerLog(::std::string
id, ::std::string path,
int count, const ::Ice::Current& current) = 0;
2035 bool _iceD_openServerLog(::IceInternal::Incoming&, const ::Ice::Current&);
2056 virtual ::std::shared_ptr<FileIteratorPrx> openServerStdErr(::std::string
id,
int count, const ::Ice::Current& current) = 0;
2058 bool _iceD_openServerStdErr(::IceInternal::Incoming&, const ::Ice::Current&);
2079 virtual ::std::shared_ptr<FileIteratorPrx> openServerStdOut(::std::string
id,
int count, const ::Ice::Current& current) = 0;
2081 bool _iceD_openServerStdOut(::IceInternal::Incoming&, const ::Ice::Current&);
2099 virtual ::std::shared_ptr<FileIteratorPrx> openNodeStdErr(::std::string name,
int count, const ::Ice::Current& current) = 0;
2101 bool _iceD_openNodeStdErr(::IceInternal::Incoming&, const ::Ice::Current&);
2119 virtual ::std::shared_ptr<FileIteratorPrx> openNodeStdOut(::std::string name,
int count, const ::Ice::Current& current) = 0;
2121 bool _iceD_openNodeStdOut(::IceInternal::Incoming&, const ::Ice::Current&);
2140 virtual ::std::shared_ptr<FileIteratorPrx> openRegistryStdErr(::std::string name,
int count, const ::Ice::Current& current) = 0;
2142 bool _iceD_openRegistryStdErr(::IceInternal::Incoming&, const ::Ice::Current&);
2161 virtual ::std::shared_ptr<FileIteratorPrx> openRegistryStdOut(::std::string name,
int count, const ::Ice::Current& current) = 0;
2163 bool _iceD_openRegistryStdOut(::IceInternal::Incoming&, const ::Ice::Current&);
2167 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&)
override;
2183class ICE_CLASS(ICEGRID_API)
AdminPrx :
public virtual ::Ice::Proxy<AdminPrx, ::Ice::ObjectPrx>
2197 void addApplication(
const ApplicationDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2199 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_addApplication, descriptor, context).
get();
2208 template<
template<
typename>
class P = ::std::promise>
2209 auto addApplicationAsync(
const ApplicationDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2210 ->
decltype(::std::declval<P<void>>().get_future())
2212 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_addApplication, descriptor, context);
2224 ::std::function<void()>
2225 addApplicationAsync(
const ApplicationDescriptor& descriptor,
2226 ::std::function<
void()> response,
2227 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2228 ::std::function<
void(
bool)> sent =
nullptr,
2231 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_addApplication, descriptor, context);
2235 ICE_MEMBER(
ICEGRID_API)
void _iceI_addApplication(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ApplicationDescriptor&, const ::Ice::Context&);
2252 void syncApplication(
const ApplicationDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2254 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_syncApplication, descriptor, context).get();
2265 template<
template<
typename>
class P = ::std::promise>
2266 auto syncApplicationAsync(
const ApplicationDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2267 ->
decltype(::std::declval<P<void>>().get_future())
2269 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_syncApplication, descriptor, context);
2283 ::std::function<void()>
2284 syncApplicationAsync(
const ApplicationDescriptor& descriptor,
2285 ::std::function<
void()> response,
2286 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2287 ::std::function<
void(
bool)> sent =
nullptr,
2290 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_syncApplication, descriptor, context);
2294 ICE_MEMBER(
ICEGRID_API)
void _iceI_syncApplication(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ApplicationDescriptor&, const ::Ice::Context&);
2310 void updateApplication(
const ApplicationUpdateDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2312 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_updateApplication, descriptor, context).get();
2322 template<
template<
typename>
class P = ::std::promise>
2323 auto updateApplicationAsync(
const ApplicationUpdateDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2324 ->
decltype(::std::declval<P<void>>().get_future())
2326 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_updateApplication, descriptor, context);
2339 ::std::function<void()>
2340 updateApplicationAsync(
const ApplicationUpdateDescriptor& descriptor,
2341 ::std::function<
void()> response,
2342 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2343 ::std::function<
void(
bool)> sent =
nullptr,
2346 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_updateApplication, descriptor, context);
2350 ICE_MEMBER(
ICEGRID_API)
void _iceI_updateApplication(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ApplicationUpdateDescriptor&, const ::Ice::Context&);
2370 void syncApplicationWithoutRestart(
const ApplicationDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2372 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_syncApplicationWithoutRestart, descriptor, context).get();
2386 template<
template<
typename>
class P = ::std::promise>
2387 auto syncApplicationWithoutRestartAsync(
const ApplicationDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2388 ->
decltype(::std::declval<P<void>>().get_future())
2390 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_syncApplicationWithoutRestart, descriptor, context);
2407 ::std::function<void()>
2408 syncApplicationWithoutRestartAsync(
const ApplicationDescriptor& descriptor,
2409 ::std::function<
void()> response,
2410 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2411 ::std::function<
void(
bool)> sent =
nullptr,
2414 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_syncApplicationWithoutRestart, descriptor, context);
2418 ICE_MEMBER(
ICEGRID_API)
void _iceI_syncApplicationWithoutRestart(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ApplicationDescriptor&, const ::Ice::Context&);
2437 void updateApplicationWithoutRestart(
const ApplicationUpdateDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2439 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_updateApplicationWithoutRestart, descriptor, context).get();
2452 template<
template<
typename>
class P = ::std::promise>
2453 auto updateApplicationWithoutRestartAsync(
const ApplicationUpdateDescriptor& descriptor, const ::Ice::Context& context =
::Ice::noExplicitContext)
2454 ->
decltype(::std::declval<P<void>>().get_future())
2456 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_updateApplicationWithoutRestart, descriptor, context);
2472 ::std::function<void()>
2473 updateApplicationWithoutRestartAsync(
const ApplicationUpdateDescriptor& descriptor,
2474 ::std::function<
void()> response,
2475 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2476 ::std::function<
void(
bool)> sent =
nullptr,
2479 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_updateApplicationWithoutRestart, descriptor, context);
2483 ICE_MEMBER(
ICEGRID_API)
void _iceI_updateApplicationWithoutRestart(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ApplicationUpdateDescriptor&, const ::Ice::Context&);
2499 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_removeApplication, name, context).get();
2508 template<
template<
typename>
class P = ::std::promise>
2510 ->
decltype(::std::declval<P<void>>().get_future())
2512 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_removeApplication, name, context);
2524 ::std::function<void()>
2525 removeApplicationAsync(const ::std::string& name,
2526 ::std::function<
void()> response,
2527 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2528 ::std::function<
void(
bool)> sent =
nullptr,
2531 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_removeApplication, name, context);
2535 ICE_MEMBER(
ICEGRID_API)
void _iceI_removeApplication(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
2554 void instantiateServer(const ::std::string& application, const ::std::string& node,
const ServerInstanceDescriptor& desc, const ::Ice::Context& context =
::Ice::noExplicitContext)
2556 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_instantiateServer, application, node, desc, context).get();
2569 template<
template<
typename>
class P = ::std::promise>
2570 auto instantiateServerAsync(const ::std::string& application, const ::std::string& node,
const ServerInstanceDescriptor& desc, const ::Ice::Context& context =
::Ice::noExplicitContext)
2571 ->
decltype(::std::declval<P<void>>().get_future())
2573 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_instantiateServer, application, node, desc, context);
2589 ::std::function<void()>
2590 instantiateServerAsync(const ::std::string& application, const ::std::string& node,
const ServerInstanceDescriptor& desc,
2591 ::std::function<
void()> response,
2592 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2593 ::std::function<
void(
bool)> sent =
nullptr,
2596 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_instantiateServer, application, node, desc, context);
2600 ICE_MEMBER(
ICEGRID_API)
void _iceI_instantiateServer(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::std::string&,
const ServerInstanceDescriptor&, const ::Ice::Context&);
2613 void patchApplication(const ::std::string& name,
bool shutdown, const ::Ice::Context& context =
::Ice::noExplicitContext)
2615 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_patchApplication, name, shutdown, context).get();
2626 template<
template<
typename>
class P = ::std::promise>
2627 auto patchApplicationAsync(const ::std::string& name,
bool shutdown, const ::Ice::Context& context =
::Ice::noExplicitContext)
2628 ->
decltype(::std::declval<P<void>>().get_future())
2630 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_patchApplication, name, shutdown, context);
2644 ::std::function<void()>
2645 patchApplicationAsync(const ::std::string& name,
bool shutdown,
2646 ::std::function<
void()> response,
2647 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2648 ::std::function<
void(
bool)> sent =
nullptr,
2651 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_patchApplication, name, shutdown, context);
2655 ICE_MEMBER(
ICEGRID_API)
void _iceI_patchApplication(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&,
bool, const ::Ice::Context&);
2666 ApplicationInfo getApplicationInfo(const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
2668 return _makePromiseOutgoing<::IceGrid::ApplicationInfo>(
true,
this, &AdminPrx::_iceI_getApplicationInfo, name, context).get();
2677 template<
template<
typename>
class P = ::std::promise>
2679 ->
decltype(::std::declval<P<::IceGrid::ApplicationInfo>>().get_future())
2681 return _makePromiseOutgoing<::IceGrid::ApplicationInfo, P>(
false,
this, &AdminPrx::_iceI_getApplicationInfo, name, context);
2693 ::std::function<void()>
2694 getApplicationInfoAsync(const ::std::string& name,
2695 ::std::function<
void(::IceGrid::ApplicationInfo)> response,
2696 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2697 ::std::function<
void(
bool)> sent =
nullptr,
2700 return _makeLambdaOutgoing<::IceGrid::ApplicationInfo>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getApplicationInfo, name, context);
2704 ICE_MEMBER(
ICEGRID_API)
void _iceI_getApplicationInfo(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ApplicationInfo>>&, const ::std::string&, const ::Ice::Context&);
2716 return _makePromiseOutgoing<::IceGrid::ApplicationDescriptor>(
true,
this, &AdminPrx::_iceI_getDefaultApplicationDescriptor, context).get();
2724 template<
template<
typename>
class P = ::std::promise>
2726 ->
decltype(::std::declval<P<::IceGrid::ApplicationDescriptor>>().get_future())
2728 return _makePromiseOutgoing<::IceGrid::ApplicationDescriptor, P>(
false,
this, &AdminPrx::_iceI_getDefaultApplicationDescriptor, context);
2739 ::std::function<void()>
2740 getDefaultApplicationDescriptorAsync(::std::function<
void(::IceGrid::ApplicationDescriptor)> response,
2741 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2742 ::std::function<
void(
bool)> sent =
nullptr,
2745 return _makeLambdaOutgoing<::IceGrid::ApplicationDescriptor>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getDefaultApplicationDescriptor, context);
2749 ICE_MEMBER(
ICEGRID_API)
void _iceI_getDefaultApplicationDescriptor(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ApplicationDescriptor>>&, const ::Ice::Context&);
2759 return _makePromiseOutgoing<::Ice::StringSeq>(
true,
this, &AdminPrx::_iceI_getAllApplicationNames, context).get();
2767 template<
template<
typename>
class P = ::std::promise>
2769 ->
decltype(::std::declval<P<::Ice::StringSeq>>().get_future())
2771 return _makePromiseOutgoing<::Ice::StringSeq, P>(
false,
this, &AdminPrx::_iceI_getAllApplicationNames, context);
2782 ::std::function<void()>
2783 getAllApplicationNamesAsync(::std::function<
void(
::Ice::StringSeq)> response,
2784 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2785 ::std::function<
void(
bool)> sent =
nullptr,
2788 return _makeLambdaOutgoing<::Ice::StringSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAllApplicationNames, context);
2792 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAllApplicationNames(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::StringSeq>>&, const ::Ice::Context&);
2804 return _makePromiseOutgoing<::IceGrid::ServerInfo>(
true,
this, &AdminPrx::_iceI_getServerInfo,
id, context).get();
2813 template<
template<
typename>
class P = ::std::promise>
2815 ->
decltype(::std::declval<P<::IceGrid::ServerInfo>>().get_future())
2817 return _makePromiseOutgoing<::IceGrid::ServerInfo, P>(
false,
this, &AdminPrx::_iceI_getServerInfo,
id, context);
2829 ::std::function<void()>
2830 getServerInfoAsync(const ::std::string&
id,
2831 ::std::function<
void(::IceGrid::ServerInfo)> response,
2832 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2833 ::std::function<
void(
bool)> sent =
nullptr,
2836 return _makeLambdaOutgoing<::IceGrid::ServerInfo>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getServerInfo,
id, context);
2840 ICE_MEMBER(
ICEGRID_API)
void _iceI_getServerInfo(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ServerInfo>>&, const ::std::string&, const ::Ice::Context&);
2856 return _makePromiseOutgoing<::IceGrid::ServerState>(
true,
this, &AdminPrx::_iceI_getServerState,
id, context).get();
2865 template<
template<
typename>
class P = ::std::promise>
2867 ->
decltype(::std::declval<P<::IceGrid::ServerState>>().get_future())
2869 return _makePromiseOutgoing<::IceGrid::ServerState, P>(
false,
this, &AdminPrx::_iceI_getServerState,
id, context);
2881 ::std::function<void()>
2882 getServerStateAsync(const ::std::string&
id,
2884 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2885 ::std::function<
void(
bool)> sent =
nullptr,
2888 return _makeLambdaOutgoing<::IceGrid::ServerState>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getServerState,
id, context);
2892 ICE_MEMBER(
ICEGRID_API)
void _iceI_getServerState(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ServerState>>&, const ::std::string&, const ::Ice::Context&);
2909 return _makePromiseOutgoing<int>(
true,
this, &AdminPrx::_iceI_getServerPid,
id, context).get();
2919 template<
template<
typename>
class P = ::std::promise>
2921 ->
decltype(::std::declval<P<int>>().get_future())
2923 return _makePromiseOutgoing<int, P>(
false,
this, &AdminPrx::_iceI_getServerPid,
id, context);
2936 ::std::function<void()>
2937 getServerPidAsync(const ::std::string&
id,
2938 ::std::function<
void(
int)> response,
2939 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2940 ::std::function<
void(
bool)> sent =
nullptr,
2943 return _makeLambdaOutgoing<int>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getServerPid,
id, context);
2947 ICE_MEMBER(
ICEGRID_API)
void _iceI_getServerPid(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<int>>&, const ::std::string&, const ::Ice::Context&);
2959 return _makePromiseOutgoing<::std::string>(
true,
this, &AdminPrx::_iceI_getServerAdminCategory, context).get();
2969 template<
template<
typename>
class P = ::std::promise>
2971 ->
decltype(::std::declval<P<::std::string>>().get_future())
2973 return _makePromiseOutgoing<::std::string, P>(
false,
this, &AdminPrx::_iceI_getServerAdminCategory, context);
2986 ::std::function<void()>
2987 getServerAdminCategoryAsync(::std::function<
void(::std::string)> response,
2988 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
2989 ::std::function<
void(
bool)> sent =
nullptr,
2992 return _makeLambdaOutgoing<::std::string>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getServerAdminCategory, context);
2996 ICE_MEMBER(
ICEGRID_API)
void _iceI_getServerAdminCategory(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::string>>&, const ::Ice::Context&);
3010 ::std::shared_ptr<::Ice::ObjectPrx> getServerAdmin(const ::std::string&
id, const ::Ice::Context& context =
::Ice::noExplicitContext)
3012 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(
true,
this, &AdminPrx::_iceI_getServerAdmin, id, context).get();
3021 template<
template<
typename>
class P = ::std::promise>
3023 ->
decltype(::std::declval<P<::std::shared_ptr<::Ice::ObjectPrx>>>().get_future())
3025 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>, P>(
false,
this, &AdminPrx::_iceI_getServerAdmin, id, context);
3037 ::std::function<void()>
3038 getServerAdminAsync(const ::std::string&
id,
3039 ::std::function<
void(::std::shared_ptr<::Ice::ObjectPrx>)> response,
3040 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3041 ::std::function<
void(
bool)> sent =
nullptr,
3044 return _makeLambdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getServerAdmin, id, context);
3048 ICE_MEMBER(
ICEGRID_API)
void _iceI_getServerAdmin(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::Ice::ObjectPrx>>>&, const ::std::string&, const ::Ice::Context&);
3067 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_enableServer,
id, enabled, context).get();
3080 template<
template<
typename>
class P = ::std::promise>
3081 auto enableServerAsync(const ::std::string&
id,
bool enabled, const ::Ice::Context& context =
::Ice::noExplicitContext)
3082 ->
decltype(::std::declval<P<void>>().get_future())
3084 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_enableServer,
id, enabled, context);
3100 ::std::function<void()>
3101 enableServerAsync(const ::std::string&
id,
bool enabled,
3102 ::std::function<
void()> response,
3103 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3104 ::std::function<
void(
bool)> sent =
nullptr,
3107 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_enableServer,
id, enabled, context);
3111 ICE_MEMBER(
ICEGRID_API)
void _iceI_enableServer(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&,
bool, const ::Ice::Context&);
3128 return _makePromiseOutgoing<bool>(
true,
this, &AdminPrx::_iceI_isServerEnabled,
id, context).get();
3137 template<
template<
typename>
class P = ::std::promise>
3139 ->
decltype(::std::declval<P<bool>>().get_future())
3141 return _makePromiseOutgoing<bool, P>(
false,
this, &AdminPrx::_iceI_isServerEnabled,
id, context);
3153 ::std::function<void()>
3154 isServerEnabledAsync(const ::std::string&
id,
3155 ::std::function<
void(
bool)> response,
3156 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3157 ::std::function<
void(
bool)> sent =
nullptr,
3160 return _makeLambdaOutgoing<bool>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_isServerEnabled,
id, context);
3164 ICE_MEMBER(
ICEGRID_API)
void _iceI_isServerEnabled(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<bool>>&, const ::std::string&, const ::Ice::Context&);
3182 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_startServer,
id, context).get();
3191 template<
template<
typename>
class P = ::std::promise>
3193 ->
decltype(::std::declval<P<void>>().get_future())
3195 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_startServer,
id, context);
3207 ::std::function<void()>
3208 startServerAsync(const ::std::string&
id,
3209 ::std::function<
void()> response,
3210 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3211 ::std::function<
void(
bool)> sent =
nullptr,
3214 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_startServer,
id, context);
3218 ICE_MEMBER(
ICEGRID_API)
void _iceI_startServer(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
3236 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_stopServer,
id, context).get();
3245 template<
template<
typename>
class P = ::std::promise>
3247 ->
decltype(::std::declval<P<void>>().get_future())
3249 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_stopServer,
id, context);
3261 ::std::function<void()>
3262 stopServerAsync(const ::std::string&
id,
3263 ::std::function<
void()> response,
3264 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3265 ::std::function<
void(
bool)> sent =
nullptr,
3268 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_stopServer,
id, context);
3272 ICE_MEMBER(
ICEGRID_API)
void _iceI_stopServer(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
3291 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_patchServer,
id, shutdown, context).get();
3302 template<
template<
typename>
class P = ::std::promise>
3303 auto patchServerAsync(const ::std::string&
id,
bool shutdown, const ::Ice::Context& context =
::Ice::noExplicitContext)
3304 ->
decltype(::std::declval<P<void>>().get_future())
3306 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_patchServer,
id, shutdown, context);
3320 ::std::function<void()>
3321 patchServerAsync(const ::std::string&
id,
bool shutdown,
3322 ::std::function<
void()> response,
3323 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3324 ::std::function<
void(
bool)> sent =
nullptr,
3327 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_patchServer,
id, shutdown, context);
3331 ICE_MEMBER(
ICEGRID_API)
void _iceI_patchServer(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&,
bool, const ::Ice::Context&);
3348 void sendSignal(const ::std::string&
id, const ::std::string& signal, const ::Ice::Context& context =
::Ice::noExplicitContext)
3350 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_sendSignal,
id, signal, context).get();
3360 template<
template<
typename>
class P = ::std::promise>
3361 auto sendSignalAsync(const ::std::string&
id, const ::std::string& signal, const ::Ice::Context& context =
::Ice::noExplicitContext)
3362 ->
decltype(::std::declval<P<void>>().get_future())
3364 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_sendSignal,
id, signal, context);
3377 ::std::function<void()>
3378 sendSignalAsync(const ::std::string&
id, const ::std::string& signal,
3379 ::std::function<
void()> response,
3380 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3381 ::std::function<
void(
bool)> sent =
nullptr,
3384 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_sendSignal,
id, signal, context);
3388 ICE_MEMBER(
ICEGRID_API)
void _iceI_sendSignal(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::std::string&, const ::Ice::Context&);
3398 return _makePromiseOutgoing<::Ice::StringSeq>(
true,
this, &AdminPrx::_iceI_getAllServerIds, context).get();
3406 template<
template<
typename>
class P = ::std::promise>
3408 ->
decltype(::std::declval<P<::Ice::StringSeq>>().get_future())
3410 return _makePromiseOutgoing<::Ice::StringSeq, P>(
false,
this, &AdminPrx::_iceI_getAllServerIds, context);
3421 ::std::function<void()>
3423 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3424 ::std::function<
void(
bool)> sent =
nullptr,
3427 return _makeLambdaOutgoing<::Ice::StringSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAllServerIds, context);
3431 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAllServerIds(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::StringSeq>>&, const ::Ice::Context&);
3449 return _makePromiseOutgoing<::IceGrid::AdapterInfoSeq>(
true,
this, &AdminPrx::_iceI_getAdapterInfo,
id, context).get();
3459 template<
template<
typename>
class P = ::std::promise>
3461 ->
decltype(::std::declval<P<::IceGrid::AdapterInfoSeq>>().get_future())
3463 return _makePromiseOutgoing<::IceGrid::AdapterInfoSeq, P>(
false,
this, &AdminPrx::_iceI_getAdapterInfo,
id, context);
3476 ::std::function<void()>
3477 getAdapterInfoAsync(const ::std::string&
id,
3479 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3480 ::std::function<
void(
bool)> sent =
nullptr,
3483 return _makeLambdaOutgoing<::IceGrid::AdapterInfoSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAdapterInfo,
id, context);
3487 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAdapterInfo(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::AdapterInfoSeq>>&, const ::std::string&, const ::Ice::Context&);
3500 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_removeAdapter,
id, context).get();
3509 template<
template<
typename>
class P = ::std::promise>
3511 ->
decltype(::std::declval<P<void>>().get_future())
3513 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_removeAdapter,
id, context);
3525 ::std::function<void()>
3526 removeAdapterAsync(const ::std::string&
id,
3527 ::std::function<
void()> response,
3528 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3529 ::std::function<
void(
bool)> sent =
nullptr,
3532 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_removeAdapter,
id, context);
3536 ICE_MEMBER(
ICEGRID_API)
void _iceI_removeAdapter(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
3546 return _makePromiseOutgoing<::Ice::StringSeq>(
true,
this, &AdminPrx::_iceI_getAllAdapterIds, context).get();
3554 template<
template<
typename>
class P = ::std::promise>
3556 ->
decltype(::std::declval<P<::Ice::StringSeq>>().get_future())
3558 return _makePromiseOutgoing<::Ice::StringSeq, P>(
false,
this, &AdminPrx::_iceI_getAllAdapterIds, context);
3569 ::std::function<void()>
3571 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3572 ::std::function<
void(
bool)> sent =
nullptr,
3575 return _makeLambdaOutgoing<::Ice::StringSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAllAdapterIds, context);
3579 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAllAdapterIds(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::StringSeq>>&, const ::Ice::Context&);
3594 void addObject(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::Ice::Context& context =
::Ice::noExplicitContext)
3596 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_addObject, obj, context).get();
3607 template<
template<
typename>
class P = ::std::promise>
3608 auto addObjectAsync(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::Ice::Context& context =
::Ice::noExplicitContext)
3609 ->
decltype(::std::declval<P<void>>().get_future())
3611 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_addObject, obj, context);
3625 ::std::function<void()>
3626 addObjectAsync(const ::std::shared_ptr<::Ice::ObjectPrx>& obj,
3627 ::std::function<
void()> response,
3628 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3629 ::std::function<
void(
bool)> sent =
nullptr,
3632 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_addObject, obj, context);
3636 ICE_MEMBER(
ICEGRID_API)
void _iceI_addObject(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::Ice::Context&);
3652 void updateObject(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::Ice::Context& context =
::Ice::noExplicitContext)
3654 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_updateObject, obj, context).get();
3666 template<
template<
typename>
class P = ::std::promise>
3667 auto updateObjectAsync(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::Ice::Context& context =
::Ice::noExplicitContext)
3668 ->
decltype(::std::declval<P<void>>().get_future())
3670 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_updateObject, obj, context);
3685 ::std::function<void()>
3686 updateObjectAsync(const ::std::shared_ptr<::Ice::ObjectPrx>& obj,
3687 ::std::function<
void()> response,
3688 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3689 ::std::function<
void(
bool)> sent =
nullptr,
3692 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_updateObject, obj, context);
3696 ICE_MEMBER(
ICEGRID_API)
void _iceI_updateObject(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::Ice::Context&);
3709 void addObjectWithType(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::std::string& type, const ::Ice::Context& context =
::Ice::noExplicitContext)
3711 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_addObjectWithType, obj, type, context).get();
3722 template<
template<
typename>
class P = ::std::promise>
3723 auto addObjectWithTypeAsync(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::std::string& type, const ::Ice::Context& context =
::Ice::noExplicitContext)
3724 ->
decltype(::std::declval<P<void>>().get_future())
3726 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_addObjectWithType, obj, type, context);
3740 ::std::function<void()>
3741 addObjectWithTypeAsync(const ::std::shared_ptr<::Ice::ObjectPrx>& obj, const ::std::string& type,
3742 ::std::function<
void()> response,
3743 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3744 ::std::function<
void(
bool)> sent =
nullptr,
3747 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_addObjectWithType, obj, type, context);
3751 ICE_MEMBER(
ICEGRID_API)
void _iceI_addObjectWithType(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::shared_ptr<::Ice::ObjectPrx>&, const ::std::string&, const ::Ice::Context&);
3770 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_removeObject,
id, context).get();
3783 template<
template<
typename>
class P = ::std::promise>
3785 ->
decltype(::std::declval<P<void>>().get_future())
3787 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_removeObject,
id, context);
3803 ::std::function<void()>
3804 removeObjectAsync(const ::Ice::Identity&
id,
3805 ::std::function<
void()> response,
3806 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3807 ::std::function<
void(
bool)> sent =
nullptr,
3810 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_removeObject,
id, context);
3814 ICE_MEMBER(
ICEGRID_API)
void _iceI_removeObject(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Identity&, const ::Ice::Context&);
3827 return _makePromiseOutgoing<::IceGrid::ObjectInfo>(
true,
this, &AdminPrx::_iceI_getObjectInfo,
id, context).get();
3836 template<
template<
typename>
class P = ::std::promise>
3838 ->
decltype(::std::declval<P<::IceGrid::ObjectInfo>>().get_future())
3840 return _makePromiseOutgoing<::IceGrid::ObjectInfo, P>(
false,
this, &AdminPrx::_iceI_getObjectInfo,
id, context);
3852 ::std::function<void()>
3853 getObjectInfoAsync(const ::Ice::Identity&
id,
3854 ::std::function<
void(::IceGrid::ObjectInfo)> response,
3855 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3856 ::std::function<
void(
bool)> sent =
nullptr,
3859 return _makeLambdaOutgoing<::IceGrid::ObjectInfo>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getObjectInfo,
id, context);
3863 ICE_MEMBER(
ICEGRID_API)
void _iceI_getObjectInfo(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ObjectInfo>>&, const ::Ice::Identity&, const ::Ice::Context&);
3875 return _makePromiseOutgoing<::IceGrid::ObjectInfoSeq>(
true,
this, &AdminPrx::_iceI_getObjectInfosByType, type, context).get();
3885 template<
template<
typename>
class P = ::std::promise>
3886 auto getObjectInfosByTypeAsync(const ::std::string& type, const ::Ice::Context& context =
::Ice::noExplicitContext)
3887 ->
decltype(::std::declval<P<::IceGrid::ObjectInfoSeq>>().get_future())
3889 return _makePromiseOutgoing<::IceGrid::ObjectInfoSeq, P>(
false,
this, &AdminPrx::_iceI_getObjectInfosByType, type, context);
3902 ::std::function<void()>
3903 getObjectInfosByTypeAsync(const ::std::string& type,
3905 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3906 ::std::function<
void(
bool)> sent =
nullptr,
3909 return _makeLambdaOutgoing<::IceGrid::ObjectInfoSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getObjectInfosByType, type, context);
3913 ICE_MEMBER(
ICEGRID_API)
void _iceI_getObjectInfosByType(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ObjectInfoSeq>>&, const ::std::string&, const ::Ice::Context&);
3928 return _makePromiseOutgoing<::IceGrid::ObjectInfoSeq>(
true,
this, &AdminPrx::_iceI_getAllObjectInfos, expr, context).get();
3940 template<
template<
typename>
class P = ::std::promise>
3942 ->
decltype(::std::declval<P<::IceGrid::ObjectInfoSeq>>().get_future())
3944 return _makePromiseOutgoing<::IceGrid::ObjectInfoSeq, P>(
false,
this, &AdminPrx::_iceI_getAllObjectInfos, expr, context);
3959 ::std::function<void()>
3960 getAllObjectInfosAsync(const ::std::string& expr,
3962 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
3963 ::std::function<
void(
bool)> sent =
nullptr,
3966 return _makeLambdaOutgoing<::IceGrid::ObjectInfoSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAllObjectInfos, expr, context);
3970 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAllObjectInfos(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::ObjectInfoSeq>>&, const ::std::string&, const ::Ice::Context&);
3982 return _makePromiseOutgoing<bool>(
true,
this, &AdminPrx::_iceI_pingNode, name, context).get();
3991 template<
template<
typename>
class P = ::std::promise>
3993 ->
decltype(::std::declval<P<bool>>().get_future())
3995 return _makePromiseOutgoing<bool, P>(
false,
this, &AdminPrx::_iceI_pingNode, name, context);
4007 ::std::function<void()>
4008 pingNodeAsync(const ::std::string& name,
4009 ::std::function<
void(
bool)> response,
4010 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4011 ::std::function<
void(
bool)> sent =
nullptr,
4014 return _makeLambdaOutgoing<bool>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_pingNode, name, context);
4018 ICE_MEMBER(
ICEGRID_API)
void _iceI_pingNode(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<bool>>&, const ::std::string&, const ::Ice::Context&);
4032 return _makePromiseOutgoing<::IceGrid::LoadInfo>(
true,
this, &AdminPrx::_iceI_getNodeLoad, name, context).get();
4041 template<
template<
typename>
class P = ::std::promise>
4043 ->
decltype(::std::declval<P<::IceGrid::LoadInfo>>().get_future())
4045 return _makePromiseOutgoing<::IceGrid::LoadInfo, P>(
false,
this, &AdminPrx::_iceI_getNodeLoad, name, context);
4057 ::std::function<void()>
4058 getNodeLoadAsync(const ::std::string& name,
4059 ::std::function<
void(::IceGrid::LoadInfo)> response,
4060 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4061 ::std::function<
void(
bool)> sent =
nullptr,
4064 return _makeLambdaOutgoing<::IceGrid::LoadInfo>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getNodeLoad, name, context);
4068 ICE_MEMBER(
ICEGRID_API)
void _iceI_getNodeLoad(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::LoadInfo>>&, const ::std::string&, const ::Ice::Context&);
4082 return _makePromiseOutgoing<::IceGrid::NodeInfo>(
true,
this, &AdminPrx::_iceI_getNodeInfo, name, context).get();
4091 template<
template<
typename>
class P = ::std::promise>
4093 ->
decltype(::std::declval<P<::IceGrid::NodeInfo>>().get_future())
4095 return _makePromiseOutgoing<::IceGrid::NodeInfo, P>(
false,
this, &AdminPrx::_iceI_getNodeInfo, name, context);
4107 ::std::function<void()>
4108 getNodeInfoAsync(const ::std::string& name,
4109 ::std::function<
void(::IceGrid::NodeInfo)> response,
4110 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4111 ::std::function<
void(
bool)> sent =
nullptr,
4114 return _makeLambdaOutgoing<::IceGrid::NodeInfo>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getNodeInfo, name, context);
4118 ICE_MEMBER(
ICEGRID_API)
void _iceI_getNodeInfo(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::NodeInfo>>&, const ::std::string&, const ::Ice::Context&);
4130 ::std::shared_ptr<::Ice::ObjectPrx> getNodeAdmin(const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
4132 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(
true,
this, &AdminPrx::_iceI_getNodeAdmin, name, context).get();
4141 template<
template<
typename>
class P = ::std::promise>
4143 ->
decltype(::std::declval<P<::std::shared_ptr<::Ice::ObjectPrx>>>().get_future())
4145 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>, P>(
false,
this, &AdminPrx::_iceI_getNodeAdmin, name, context);
4157 ::std::function<void()>
4158 getNodeAdminAsync(const ::std::string& name,
4159 ::std::function<
void(::std::shared_ptr<::Ice::ObjectPrx>)> response,
4160 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4161 ::std::function<
void(
bool)> sent =
nullptr,
4164 return _makeLambdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getNodeAdmin, name, context);
4168 ICE_MEMBER(
ICEGRID_API)
void _iceI_getNodeAdmin(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::Ice::ObjectPrx>>>&, const ::std::string&, const ::Ice::Context&);
4187 int getNodeProcessorSocketCount(const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
4189 return _makePromiseOutgoing<int>(
true,
this, &AdminPrx::_iceI_getNodeProcessorSocketCount, name, context).get();
4204 template<
template<
typename>
class P = ::std::promise>
4205 auto getNodeProcessorSocketCountAsync(const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
4206 ->
decltype(::std::declval<P<int>>().get_future())
4208 return _makePromiseOutgoing<int, P>(
false,
this, &AdminPrx::_iceI_getNodeProcessorSocketCount, name, context);
4226 ::std::function<void()>
4227 getNodeProcessorSocketCountAsync(const ::std::string& name,
4228 ::std::function<
void(
int)> response,
4229 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4230 ::std::function<
void(
bool)> sent =
nullptr,
4233 return _makeLambdaOutgoing<int>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getNodeProcessorSocketCount, name, context);
4237 ICE_MEMBER(
ICEGRID_API)
void _iceI_getNodeProcessorSocketCount(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<int>>&, const ::std::string&, const ::Ice::Context&);
4250 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_shutdownNode, name, context).get();
4259 template<
template<
typename>
class P = ::std::promise>
4261 ->
decltype(::std::declval<P<void>>().get_future())
4263 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_shutdownNode, name, context);
4275 ::std::function<void()>
4276 shutdownNodeAsync(const ::std::string& name,
4277 ::std::function<
void()> response,
4278 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4279 ::std::function<
void(
bool)> sent =
nullptr,
4282 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_shutdownNode, name, context);
4286 ICE_MEMBER(
ICEGRID_API)
void _iceI_shutdownNode(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
4300 return _makePromiseOutgoing<::std::string>(
true,
this, &AdminPrx::_iceI_getNodeHostname, name, context).get();
4309 template<
template<
typename>
class P = ::std::promise>
4311 ->
decltype(::std::declval<P<::std::string>>().get_future())
4313 return _makePromiseOutgoing<::std::string, P>(
false,
this, &AdminPrx::_iceI_getNodeHostname, name, context);
4325 ::std::function<void()>
4326 getNodeHostnameAsync(const ::std::string& name,
4327 ::std::function<
void(::std::string)> response,
4328 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4329 ::std::function<
void(
bool)> sent =
nullptr,
4332 return _makeLambdaOutgoing<::std::string>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getNodeHostname, name, context);
4336 ICE_MEMBER(
ICEGRID_API)
void _iceI_getNodeHostname(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::string>>&, const ::std::string&, const ::Ice::Context&);
4346 return _makePromiseOutgoing<::Ice::StringSeq>(
true,
this, &AdminPrx::_iceI_getAllNodeNames, context).get();
4354 template<
template<
typename>
class P = ::std::promise>
4356 ->
decltype(::std::declval<P<::Ice::StringSeq>>().get_future())
4358 return _makePromiseOutgoing<::Ice::StringSeq, P>(
false,
this, &AdminPrx::_iceI_getAllNodeNames, context);
4369 ::std::function<void()>
4371 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4372 ::std::function<
void(
bool)> sent =
nullptr,
4375 return _makeLambdaOutgoing<::Ice::StringSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAllNodeNames, context);
4379 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAllNodeNames(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::StringSeq>>&, const ::Ice::Context&);
4391 return _makePromiseOutgoing<bool>(
true,
this, &AdminPrx::_iceI_pingRegistry, name, context).get();
4400 template<
template<
typename>
class P = ::std::promise>
4402 ->
decltype(::std::declval<P<bool>>().get_future())
4404 return _makePromiseOutgoing<bool, P>(
false,
this, &AdminPrx::_iceI_pingRegistry, name, context);
4416 ::std::function<void()>
4417 pingRegistryAsync(const ::std::string& name,
4418 ::std::function<
void(
bool)> response,
4419 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4420 ::std::function<
void(
bool)> sent =
nullptr,
4423 return _makeLambdaOutgoing<bool>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_pingRegistry, name, context);
4427 ICE_MEMBER(
ICEGRID_API)
void _iceI_pingRegistry(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<bool>>&, const ::std::string&, const ::Ice::Context&);
4441 return _makePromiseOutgoing<::IceGrid::RegistryInfo>(
true,
this, &AdminPrx::_iceI_getRegistryInfo, name, context).get();
4450 template<
template<
typename>
class P = ::std::promise>
4452 ->
decltype(::std::declval<P<::IceGrid::RegistryInfo>>().get_future())
4454 return _makePromiseOutgoing<::IceGrid::RegistryInfo, P>(
false,
this, &AdminPrx::_iceI_getRegistryInfo, name, context);
4466 ::std::function<void()>
4467 getRegistryInfoAsync(const ::std::string& name,
4468 ::std::function<
void(::IceGrid::RegistryInfo)> response,
4469 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4470 ::std::function<
void(
bool)> sent =
nullptr,
4473 return _makeLambdaOutgoing<::IceGrid::RegistryInfo>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getRegistryInfo, name, context);
4477 ICE_MEMBER(
ICEGRID_API)
void _iceI_getRegistryInfo(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::IceGrid::RegistryInfo>>&, const ::std::string&, const ::Ice::Context&);
4487 ::std::shared_ptr<::Ice::ObjectPrx> getRegistryAdmin(const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
4489 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(
true,
this, &AdminPrx::_iceI_getRegistryAdmin, name, context).get();
4498 template<
template<
typename>
class P = ::std::promise>
4500 ->
decltype(::std::declval<P<::std::shared_ptr<::Ice::ObjectPrx>>>().get_future())
4502 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>, P>(
false,
this, &AdminPrx::_iceI_getRegistryAdmin, name, context);
4514 ::std::function<void()>
4515 getRegistryAdminAsync(const ::std::string& name,
4516 ::std::function<
void(::std::shared_ptr<::Ice::ObjectPrx>)> response,
4517 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4518 ::std::function<
void(
bool)> sent =
nullptr,
4521 return _makeLambdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getRegistryAdmin, name, context);
4525 ICE_MEMBER(
ICEGRID_API)
void _iceI_getRegistryAdmin(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::Ice::ObjectPrx>>>&, const ::std::string&, const ::Ice::Context&);
4538 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_shutdownRegistry, name, context).get();
4547 template<
template<
typename>
class P = ::std::promise>
4549 ->
decltype(::std::declval<P<void>>().get_future())
4551 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_shutdownRegistry, name, context);
4563 ::std::function<void()>
4564 shutdownRegistryAsync(const ::std::string& name,
4565 ::std::function<
void()> response,
4566 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4567 ::std::function<
void(
bool)> sent =
nullptr,
4570 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_shutdownRegistry, name, context);
4574 ICE_MEMBER(
ICEGRID_API)
void _iceI_shutdownRegistry(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
4584 return _makePromiseOutgoing<::Ice::StringSeq>(
true,
this, &AdminPrx::_iceI_getAllRegistryNames, context).get();
4592 template<
template<
typename>
class P = ::std::promise>
4594 ->
decltype(::std::declval<P<::Ice::StringSeq>>().get_future())
4596 return _makePromiseOutgoing<::Ice::StringSeq, P>(
false,
this, &AdminPrx::_iceI_getAllRegistryNames, context);
4607 ::std::function<void()>
4609 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4610 ::std::function<
void(
bool)> sent =
nullptr,
4613 return _makeLambdaOutgoing<::Ice::StringSeq>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getAllRegistryNames, context);
4617 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAllRegistryNames(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::StringSeq>>&, const ::Ice::Context&);
4626 _makePromiseOutgoing<void>(
true,
this, &AdminPrx::_iceI_shutdown, context).get();
4634 template<
template<
typename>
class P = ::std::promise>
4636 ->
decltype(::std::declval<P<void>>().get_future())
4638 return _makePromiseOutgoing<void, P>(
false,
this, &AdminPrx::_iceI_shutdown, context);
4649 ::std::function<void()>
4650 shutdownAsync(::std::function<
void()> response,
4651 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4652 ::std::function<
void(
bool)> sent =
nullptr,
4655 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_shutdown, context);
4659 ICE_MEMBER(
ICEGRID_API)
void _iceI_shutdown(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Context&);
4669 return _makePromiseOutgoing<::Ice::SliceChecksumDict>(
true,
this, &AdminPrx::_iceI_getSliceChecksums, context).get();
4677 template<
template<
typename>
class P = ::std::promise>
4679 ->
decltype(::std::declval<P<::Ice::SliceChecksumDict>>().get_future())
4681 return _makePromiseOutgoing<::Ice::SliceChecksumDict, P>(
false,
this, &AdminPrx::_iceI_getSliceChecksums, context);
4692 ::std::function<void()>
4694 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4695 ::std::function<
void(
bool)> sent =
nullptr,
4698 return _makeLambdaOutgoing<::Ice::SliceChecksumDict>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminPrx::_iceI_getSliceChecksums, context);
4702 ICE_MEMBER(
ICEGRID_API)
void _iceI_getSliceChecksums(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::Ice::SliceChecksumDict>>&, const ::Ice::Context&);
4715 friend ::std::shared_ptr<AdminPrx> IceInternal::createProxy<AdminPrx>();
4725class ICE_CLASS(ICEGRID_API)
FileIteratorPrx :
public virtual ::Ice::Proxy<FileIteratorPrx, ::Ice::ObjectPrx>
4746 auto _result = _makePromiseOutgoing<FileIterator::ReadResult>(
true,
this, &FileIteratorPrx::_iceI_read, size, context).
get();
4747 lines = ::std::move(_result.lines);
4748 return _result.returnValue;
4759 template<
template<
typename>
class P = ::std::promise>
4761 ->
decltype(::std::declval<P<FileIterator::ReadResult>>().get_future())
4763 return _makePromiseOutgoing<FileIterator::ReadResult, P>(
false,
this, &FileIteratorPrx::_iceI_read, size, context);
4777 ::std::function<void()>
4780 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4781 ::std::function<
void(
bool)> sent =
nullptr,
4784 auto _responseCb = [response](FileIterator::ReadResult&& _result)
4786 response(_result.returnValue, ::std::move(_result.lines));
4788 return _makeLambdaOutgoing<FileIterator::ReadResult>(std::move(_responseCb), std::move(ex), std::move(sent),
this, &IceGrid::FileIteratorPrx::_iceI_read, size, context);
4792 ICE_MEMBER(
ICEGRID_API)
void _iceI_read(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<FileIterator::ReadResult>>&,
int, const ::Ice::Context&);
4801 _makePromiseOutgoing<void>(
true,
this, &FileIteratorPrx::_iceI_destroy, context).get();
4809 template<
template<
typename>
class P = ::std::promise>
4811 ->
decltype(::std::declval<P<void>>().get_future())
4813 return _makePromiseOutgoing<void, P>(
false,
this, &FileIteratorPrx::_iceI_destroy, context);
4824 ::std::function<void()>
4825 destroyAsync(::std::function<
void()> response,
4826 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4827 ::std::function<
void(
bool)> sent =
nullptr,
4830 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::FileIteratorPrx::_iceI_destroy, context);
4834 ICE_MEMBER(
ICEGRID_API)
void _iceI_destroy(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Context&);
4847 friend ::std::shared_ptr<FileIteratorPrx> IceInternal::createProxy<FileIteratorPrx>();
4858class ICE_CLASS(ICEGRID_API)
RegistryObserverPrx :
public virtual ::Ice::Proxy<RegistryObserverPrx, ::Ice::ObjectPrx>
4870 _makePromiseOutgoing<void>(
true,
this, &RegistryObserverPrx::_iceI_registryInit, registries, context).
get();
4880 template<
template<
typename>
class P = ::std::promise>
4881 auto registryInitAsync(
const RegistryInfoSeq& registries, const ::Ice::Context& context =
::Ice::noExplicitContext)
4882 ->
decltype(::std::declval<P<void>>().get_future())
4884 return _makePromiseOutgoing<void, P>(
false,
this, &RegistryObserverPrx::_iceI_registryInit, registries, context);
4897 ::std::function<void()>
4898 registryInitAsync(
const RegistryInfoSeq& registries,
4899 ::std::function<
void()> response,
4900 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4901 ::std::function<
void(
bool)> sent =
nullptr,
4904 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::RegistryObserverPrx::_iceI_registryInit, registries, context);
4908 ICE_MEMBER(
ICEGRID_API)
void _iceI_registryInit(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const RegistryInfoSeq&, const ::Ice::Context&);
4919 _makePromiseOutgoing<void>(
true,
this, &RegistryObserverPrx::_iceI_registryUp, node, context).get();
4929 template<
template<
typename>
class P = ::std::promise>
4931 ->
decltype(::std::declval<P<void>>().get_future())
4933 return _makePromiseOutgoing<void, P>(
false,
this, &RegistryObserverPrx::_iceI_registryUp, node, context);
4946 ::std::function<void()>
4947 registryUpAsync(
const RegistryInfo& node,
4948 ::std::function<
void()> response,
4949 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4950 ::std::function<
void(
bool)> sent =
nullptr,
4953 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::RegistryObserverPrx::_iceI_registryUp, node, context);
4957 ICE_MEMBER(
ICEGRID_API)
void _iceI_registryUp(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const RegistryInfo&, const ::Ice::Context&);
4968 _makePromiseOutgoing<void>(
true,
this, &RegistryObserverPrx::_iceI_registryDown, name, context).get();
4978 template<
template<
typename>
class P = ::std::promise>
4980 ->
decltype(::std::declval<P<void>>().get_future())
4982 return _makePromiseOutgoing<void, P>(
false,
this, &RegistryObserverPrx::_iceI_registryDown, name, context);
4995 ::std::function<void()>
4996 registryDownAsync(const ::std::string& name,
4997 ::std::function<
void()> response,
4998 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
4999 ::std::function<
void(
bool)> sent =
nullptr,
5002 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::RegistryObserverPrx::_iceI_registryDown, name, context);
5006 ICE_MEMBER(
ICEGRID_API)
void _iceI_registryDown(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
5019 friend ::std::shared_ptr<RegistryObserverPrx> IceInternal::createProxy<RegistryObserverPrx>();
5031class ICE_CLASS(ICEGRID_API)
NodeObserverPrx :
public virtual ::Ice::Proxy<NodeObserverPrx, ::Ice::ObjectPrx>
5043 _makePromiseOutgoing<void>(
true,
this, &NodeObserverPrx::_iceI_nodeInit, nodes, context).
get();
5053 template<
template<
typename>
class P = ::std::promise>
5055 ->
decltype(::std::declval<P<void>>().get_future())
5057 return _makePromiseOutgoing<void, P>(
false,
this, &NodeObserverPrx::_iceI_nodeInit, nodes, context);
5070 ::std::function<void()>
5071 nodeInitAsync(
const NodeDynamicInfoSeq& nodes,
5072 ::std::function<
void()> response,
5073 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5074 ::std::function<
void(
bool)> sent =
nullptr,
5077 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::NodeObserverPrx::_iceI_nodeInit, nodes, context);
5081 ICE_MEMBER(
ICEGRID_API)
void _iceI_nodeInit(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const NodeDynamicInfoSeq&, const ::Ice::Context&);
5092 _makePromiseOutgoing<void>(
true,
this, &NodeObserverPrx::_iceI_nodeUp, node, context).get();
5102 template<
template<
typename>
class P = ::std::promise>
5104 ->
decltype(::std::declval<P<void>>().get_future())
5106 return _makePromiseOutgoing<void, P>(
false,
this, &NodeObserverPrx::_iceI_nodeUp, node, context);
5119 ::std::function<void()>
5120 nodeUpAsync(
const NodeDynamicInfo& node,
5121 ::std::function<
void()> response,
5122 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5123 ::std::function<
void(
bool)> sent =
nullptr,
5126 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::NodeObserverPrx::_iceI_nodeUp, node, context);
5130 ICE_MEMBER(
ICEGRID_API)
void _iceI_nodeUp(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const NodeDynamicInfo&, const ::Ice::Context&);
5141 _makePromiseOutgoing<void>(
true,
this, &NodeObserverPrx::_iceI_nodeDown, name, context).get();
5151 template<
template<
typename>
class P = ::std::promise>
5153 ->
decltype(::std::declval<P<void>>().get_future())
5155 return _makePromiseOutgoing<void, P>(
false,
this, &NodeObserverPrx::_iceI_nodeDown, name, context);
5168 ::std::function<void()>
5169 nodeDownAsync(const ::std::string& name,
5170 ::std::function<
void()> response,
5171 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5172 ::std::function<
void(
bool)> sent =
nullptr,
5175 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::NodeObserverPrx::_iceI_nodeDown, name, context);
5179 ICE_MEMBER(
ICEGRID_API)
void _iceI_nodeDown(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
5189 void updateServer(const ::std::string& node,
const ServerDynamicInfo& updatedInfo, const ::Ice::Context& context =
::Ice::noExplicitContext)
5191 _makePromiseOutgoing<void>(
true,
this, &NodeObserverPrx::_iceI_updateServer, node, updatedInfo, context).get();
5202 template<
template<
typename>
class P = ::std::promise>
5203 auto updateServerAsync(const ::std::string& node,
const ServerDynamicInfo& updatedInfo, const ::Ice::Context& context =
::Ice::noExplicitContext)
5204 ->
decltype(::std::declval<P<void>>().get_future())
5206 return _makePromiseOutgoing<void, P>(
false,
this, &NodeObserverPrx::_iceI_updateServer, node, updatedInfo, context);
5220 ::std::function<void()>
5221 updateServerAsync(const ::std::string& node,
const ServerDynamicInfo& updatedInfo,
5222 ::std::function<
void()> response,
5223 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5224 ::std::function<
void(
bool)> sent =
nullptr,
5227 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::NodeObserverPrx::_iceI_updateServer, node, updatedInfo, context);
5231 ICE_MEMBER(
ICEGRID_API)
void _iceI_updateServer(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&,
const ServerDynamicInfo&, const ::Ice::Context&);
5241 void updateAdapter(const ::std::string& node,
const AdapterDynamicInfo& updatedInfo, const ::Ice::Context& context =
::Ice::noExplicitContext)
5243 _makePromiseOutgoing<void>(
true,
this, &NodeObserverPrx::_iceI_updateAdapter, node, updatedInfo, context).get();
5254 template<
template<
typename>
class P = ::std::promise>
5255 auto updateAdapterAsync(const ::std::string& node,
const AdapterDynamicInfo& updatedInfo, const ::Ice::Context& context =
::Ice::noExplicitContext)
5256 ->
decltype(::std::declval<P<void>>().get_future())
5258 return _makePromiseOutgoing<void, P>(
false,
this, &NodeObserverPrx::_iceI_updateAdapter, node, updatedInfo, context);
5272 ::std::function<void()>
5273 updateAdapterAsync(const ::std::string& node,
const AdapterDynamicInfo& updatedInfo,
5274 ::std::function<
void()> response,
5275 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5276 ::std::function<
void(
bool)> sent =
nullptr,
5279 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::NodeObserverPrx::_iceI_updateAdapter, node, updatedInfo, context);
5283 ICE_MEMBER(
ICEGRID_API)
void _iceI_updateAdapter(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&,
const AdapterDynamicInfo&, const ::Ice::Context&);
5296 friend ::std::shared_ptr<NodeObserverPrx> IceInternal::createProxy<NodeObserverPrx>();
5308class ICE_CLASS(ICEGRID_API)
ApplicationObserverPrx :
public virtual ::Ice::Proxy<ApplicationObserverPrx, ::Ice::ObjectPrx>
5322 void applicationInit(
int serial,
const ApplicationInfoSeq& applications, const ::Ice::Context& context =
::Ice::noExplicitContext)
5324 _makePromiseOutgoing<void>(
true,
this, &ApplicationObserverPrx::_iceI_applicationInit, serial, applications, context).
get();
5338 template<
template<
typename>
class P = ::std::promise>
5339 auto applicationInitAsync(
int serial,
const ApplicationInfoSeq& applications, const ::Ice::Context& context =
::Ice::noExplicitContext)
5340 ->
decltype(::std::declval<P<void>>().get_future())
5342 return _makePromiseOutgoing<void, P>(
false,
this, &ApplicationObserverPrx::_iceI_applicationInit, serial, applications, context);
5359 ::std::function<void()>
5360 applicationInitAsync(
int serial,
const ApplicationInfoSeq& applications,
5361 ::std::function<
void()> response,
5362 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5363 ::std::function<
void(
bool)> sent =
nullptr,
5366 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ApplicationObserverPrx::_iceI_applicationInit, serial, applications, context);
5370 ICE_MEMBER(
ICEGRID_API)
void _iceI_applicationInit(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
int,
const ApplicationInfoSeq&, const ::Ice::Context&);
5380 void applicationAdded(
int serial,
const ApplicationInfo& desc, const ::Ice::Context& context =
::Ice::noExplicitContext)
5382 _makePromiseOutgoing<void>(
true,
this, &ApplicationObserverPrx::_iceI_applicationAdded, serial, desc, context).get();
5393 template<
template<
typename>
class P = ::std::promise>
5394 auto applicationAddedAsync(
int serial,
const ApplicationInfo& desc, const ::Ice::Context& context =
::Ice::noExplicitContext)
5395 ->
decltype(::std::declval<P<void>>().get_future())
5397 return _makePromiseOutgoing<void, P>(
false,
this, &ApplicationObserverPrx::_iceI_applicationAdded, serial, desc, context);
5411 ::std::function<void()>
5412 applicationAddedAsync(
int serial,
const ApplicationInfo& desc,
5413 ::std::function<
void()> response,
5414 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5415 ::std::function<
void(
bool)> sent =
nullptr,
5418 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ApplicationObserverPrx::_iceI_applicationAdded, serial, desc, context);
5422 ICE_MEMBER(
ICEGRID_API)
void _iceI_applicationAdded(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
int,
const ApplicationInfo&, const ::Ice::Context&);
5432 void applicationRemoved(
int serial, const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
5434 _makePromiseOutgoing<void>(
true,
this, &ApplicationObserverPrx::_iceI_applicationRemoved, serial, name, context).get();
5445 template<
template<
typename>
class P = ::std::promise>
5446 auto applicationRemovedAsync(
int serial, const ::std::string& name, const ::Ice::Context& context =
::Ice::noExplicitContext)
5447 ->
decltype(::std::declval<P<void>>().get_future())
5449 return _makePromiseOutgoing<void, P>(
false,
this, &ApplicationObserverPrx::_iceI_applicationRemoved, serial, name, context);
5463 ::std::function<void()>
5464 applicationRemovedAsync(
int serial, const ::std::string& name,
5465 ::std::function<
void()> response,
5466 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5467 ::std::function<
void(
bool)> sent =
nullptr,
5470 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ApplicationObserverPrx::_iceI_applicationRemoved, serial, name, context);
5474 ICE_MEMBER(
ICEGRID_API)
void _iceI_applicationRemoved(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
int, const ::std::string&, const ::Ice::Context&);
5484 void applicationUpdated(
int serial,
const ApplicationUpdateInfo& desc, const ::Ice::Context& context =
::Ice::noExplicitContext)
5486 _makePromiseOutgoing<void>(
true,
this, &ApplicationObserverPrx::_iceI_applicationUpdated, serial, desc, context).get();
5497 template<
template<
typename>
class P = ::std::promise>
5498 auto applicationUpdatedAsync(
int serial,
const ApplicationUpdateInfo& desc, const ::Ice::Context& context =
::Ice::noExplicitContext)
5499 ->
decltype(::std::declval<P<void>>().get_future())
5501 return _makePromiseOutgoing<void, P>(
false,
this, &ApplicationObserverPrx::_iceI_applicationUpdated, serial, desc, context);
5515 ::std::function<void()>
5516 applicationUpdatedAsync(
int serial,
const ApplicationUpdateInfo& desc,
5517 ::std::function<
void()> response,
5518 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5519 ::std::function<
void(
bool)> sent =
nullptr,
5522 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ApplicationObserverPrx::_iceI_applicationUpdated, serial, desc, context);
5526 ICE_MEMBER(
ICEGRID_API)
void _iceI_applicationUpdated(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
int,
const ApplicationUpdateInfo&, const ::Ice::Context&);
5539 friend ::std::shared_ptr<ApplicationObserverPrx> IceInternal::createProxy<ApplicationObserverPrx>();
5550class ICE_CLASS(ICEGRID_API)
AdapterObserverPrx :
public virtual ::Ice::Proxy<AdapterObserverPrx, ::Ice::ObjectPrx>
5563 _makePromiseOutgoing<void>(
true,
this, &AdapterObserverPrx::_iceI_adapterInit, adpts, context).
get();
5574 template<
template<
typename>
class P = ::std::promise>
5576 ->
decltype(::std::declval<P<void>>().get_future())
5578 return _makePromiseOutgoing<void, P>(
false,
this, &AdapterObserverPrx::_iceI_adapterInit, adpts, context);
5592 ::std::function<void()>
5593 adapterInitAsync(
const AdapterInfoSeq& adpts,
5594 ::std::function<
void()> response,
5595 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5596 ::std::function<
void(
bool)> sent =
nullptr,
5599 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdapterObserverPrx::_iceI_adapterInit, adpts, context);
5603 ICE_MEMBER(
ICEGRID_API)
void _iceI_adapterInit(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const AdapterInfoSeq&, const ::Ice::Context&);
5614 _makePromiseOutgoing<void>(
true,
this, &AdapterObserverPrx::_iceI_adapterAdded, info, context).get();
5624 template<
template<
typename>
class P = ::std::promise>
5626 ->
decltype(::std::declval<P<void>>().get_future())
5628 return _makePromiseOutgoing<void, P>(
false,
this, &AdapterObserverPrx::_iceI_adapterAdded, info, context);
5641 ::std::function<void()>
5642 adapterAddedAsync(
const AdapterInfo& info,
5643 ::std::function<
void()> response,
5644 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5645 ::std::function<
void(
bool)> sent =
nullptr,
5648 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdapterObserverPrx::_iceI_adapterAdded, info, context);
5652 ICE_MEMBER(
ICEGRID_API)
void _iceI_adapterAdded(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const AdapterInfo&, const ::Ice::Context&);
5663 _makePromiseOutgoing<void>(
true,
this, &AdapterObserverPrx::_iceI_adapterUpdated, info, context).get();
5673 template<
template<
typename>
class P = ::std::promise>
5675 ->
decltype(::std::declval<P<void>>().get_future())
5677 return _makePromiseOutgoing<void, P>(
false,
this, &AdapterObserverPrx::_iceI_adapterUpdated, info, context);
5690 ::std::function<void()>
5691 adapterUpdatedAsync(
const AdapterInfo& info,
5692 ::std::function<
void()> response,
5693 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5694 ::std::function<
void(
bool)> sent =
nullptr,
5697 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdapterObserverPrx::_iceI_adapterUpdated, info, context);
5701 ICE_MEMBER(
ICEGRID_API)
void _iceI_adapterUpdated(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const AdapterInfo&, const ::Ice::Context&);
5712 _makePromiseOutgoing<void>(
true,
this, &AdapterObserverPrx::_iceI_adapterRemoved,
id, context).get();
5722 template<
template<
typename>
class P = ::std::promise>
5724 ->
decltype(::std::declval<P<void>>().get_future())
5726 return _makePromiseOutgoing<void, P>(
false,
this, &AdapterObserverPrx::_iceI_adapterRemoved,
id, context);
5739 ::std::function<void()>
5740 adapterRemovedAsync(const ::std::string&
id,
5741 ::std::function<
void()> response,
5742 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5743 ::std::function<
void(
bool)> sent =
nullptr,
5746 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdapterObserverPrx::_iceI_adapterRemoved,
id, context);
5750 ICE_MEMBER(
ICEGRID_API)
void _iceI_adapterRemoved(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::string&, const ::Ice::Context&);
5763 friend ::std::shared_ptr<AdapterObserverPrx> IceInternal::createProxy<AdapterObserverPrx>();
5773class ICE_CLASS(ICEGRID_API)
ObjectObserverPrx :
public virtual ::Ice::Proxy<ObjectObserverPrx, ::Ice::ObjectPrx>
5786 _makePromiseOutgoing<void>(
true,
this, &ObjectObserverPrx::_iceI_objectInit, objects, context).
get();
5797 template<
template<
typename>
class P = ::std::promise>
5799 ->
decltype(::std::declval<P<void>>().get_future())
5801 return _makePromiseOutgoing<void, P>(
false,
this, &ObjectObserverPrx::_iceI_objectInit, objects, context);
5815 ::std::function<void()>
5816 objectInitAsync(
const ObjectInfoSeq& objects,
5817 ::std::function<
void()> response,
5818 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5819 ::std::function<
void(
bool)> sent =
nullptr,
5822 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ObjectObserverPrx::_iceI_objectInit, objects, context);
5826 ICE_MEMBER(
ICEGRID_API)
void _iceI_objectInit(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ObjectInfoSeq&, const ::Ice::Context&);
5837 _makePromiseOutgoing<void>(
true,
this, &ObjectObserverPrx::_iceI_objectAdded, info, context).get();
5847 template<
template<
typename>
class P = ::std::promise>
5849 ->
decltype(::std::declval<P<void>>().get_future())
5851 return _makePromiseOutgoing<void, P>(
false,
this, &ObjectObserverPrx::_iceI_objectAdded, info, context);
5864 ::std::function<void()>
5865 objectAddedAsync(
const ObjectInfo& info,
5866 ::std::function<
void()> response,
5867 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5868 ::std::function<
void(
bool)> sent =
nullptr,
5871 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ObjectObserverPrx::_iceI_objectAdded, info, context);
5875 ICE_MEMBER(
ICEGRID_API)
void _iceI_objectAdded(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ObjectInfo&, const ::Ice::Context&);
5886 _makePromiseOutgoing<void>(
true,
this, &ObjectObserverPrx::_iceI_objectUpdated, info, context).get();
5896 template<
template<
typename>
class P = ::std::promise>
5898 ->
decltype(::std::declval<P<void>>().get_future())
5900 return _makePromiseOutgoing<void, P>(
false,
this, &ObjectObserverPrx::_iceI_objectUpdated, info, context);
5913 ::std::function<void()>
5914 objectUpdatedAsync(
const ObjectInfo& info,
5915 ::std::function<
void()> response,
5916 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5917 ::std::function<
void(
bool)> sent =
nullptr,
5920 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ObjectObserverPrx::_iceI_objectUpdated, info, context);
5924 ICE_MEMBER(
ICEGRID_API)
void _iceI_objectUpdated(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&,
const ObjectInfo&, const ::Ice::Context&);
5935 _makePromiseOutgoing<void>(
true,
this, &ObjectObserverPrx::_iceI_objectRemoved,
id, context).get();
5945 template<
template<
typename>
class P = ::std::promise>
5947 ->
decltype(::std::declval<P<void>>().get_future())
5949 return _makePromiseOutgoing<void, P>(
false,
this, &ObjectObserverPrx::_iceI_objectRemoved,
id, context);
5962 ::std::function<void()>
5963 objectRemovedAsync(const ::Ice::Identity&
id,
5964 ::std::function<
void()> response,
5965 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
5966 ::std::function<
void(
bool)> sent =
nullptr,
5969 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::ObjectObserverPrx::_iceI_objectRemoved,
id, context);
5973 ICE_MEMBER(
ICEGRID_API)
void _iceI_objectRemoved(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Identity&, const ::Ice::Context&);
5986 friend ::std::shared_ptr<ObjectObserverPrx> IceInternal::createProxy<ObjectObserverPrx>();
6000class ICE_CLASS(ICEGRID_API)
AdminSessionPrx :
public virtual ::Ice::Proxy<AdminSessionPrx, ::Glacier2::SessionPrx>
6012 _makePromiseOutgoing<void>(
true,
this, &AdminSessionPrx::_iceI_keepAlive, context).
get();
6022 template<
template<
typename>
class P = ::std::promise>
6024 ->
decltype(::std::declval<P<void>>().get_future())
6026 return _makePromiseOutgoing<void, P>(
false,
this, &AdminSessionPrx::_iceI_keepAlive, context);
6039 ::std::function<void()>
6040 keepAliveAsync(::std::function<
void()> response,
6041 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6042 ::std::function<
void(
bool)> sent =
nullptr,
6045 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_keepAlive, context);
6049 ICE_MEMBER(
ICEGRID_API)
void _iceI_keepAlive(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Context&);
6060 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::AdminPrx>>(
true,
this, &AdminSessionPrx::_iceI_getAdmin, context).get();
6069 template<
template<
typename>
class P = ::std::promise>
6071 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::AdminPrx>>>().get_future())
6073 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::AdminPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_getAdmin, context);
6085 ::std::function<void()>
6086 getAdminAsync(::std::function<
void(::std::shared_ptr<::IceGrid::AdminPrx>)> response,
6087 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6088 ::std::function<
void(
bool)> sent =
nullptr,
6091 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::AdminPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_getAdmin, context);
6095 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAdmin(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::AdminPrx>>>&, const ::Ice::Context&);
6107 ::std::shared_ptr<::Ice::ObjectPrx> getAdminCallbackTemplate(const ::Ice::Context& context =
::Ice::noExplicitContext)
6109 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(
true,
this, &AdminSessionPrx::_iceI_getAdminCallbackTemplate, context).get();
6120 template<
template<
typename>
class P = ::std::promise>
6122 ->
decltype(::std::declval<P<::std::shared_ptr<::Ice::ObjectPrx>>>().get_future())
6124 return _makePromiseOutgoing<::std::shared_ptr<::Ice::ObjectPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_getAdminCallbackTemplate, context);
6138 ::std::function<void()>
6139 getAdminCallbackTemplateAsync(::std::function<
void(::std::shared_ptr<::Ice::ObjectPrx>)> response,
6140 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6141 ::std::function<
void(
bool)> sent =
nullptr,
6144 return _makeLambdaOutgoing<::std::shared_ptr<::Ice::ObjectPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_getAdminCallbackTemplate, context);
6148 ICE_MEMBER(
ICEGRID_API)
void _iceI_getAdminCallbackTemplate(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::Ice::ObjectPrx>>>&, const ::Ice::Context&);
6164 void setObservers(const ::std::shared_ptr<RegistryObserverPrx>& registryObs, const ::std::shared_ptr<NodeObserverPrx>& nodeObs, const ::std::shared_ptr<ApplicationObserverPrx>& appObs, const ::std::shared_ptr<AdapterObserverPrx>& adptObs, const ::std::shared_ptr<ObjectObserverPrx>& objObs, const ::Ice::Context& context =
::Ice::noExplicitContext)
6166 _makePromiseOutgoing<void>(
true,
this, &AdminSessionPrx::_iceI_setObservers, registryObs, nodeObs, appObs, adptObs, objObs, context).get();
6181 template<
template<
typename>
class P = ::std::promise>
6182 auto setObserversAsync(const ::std::shared_ptr<RegistryObserverPrx>& registryObs, const ::std::shared_ptr<NodeObserverPrx>& nodeObs, const ::std::shared_ptr<ApplicationObserverPrx>& appObs, const ::std::shared_ptr<AdapterObserverPrx>& adptObs, const ::std::shared_ptr<ObjectObserverPrx>& objObs, const ::Ice::Context& context =
::Ice::noExplicitContext)
6183 ->
decltype(::std::declval<P<void>>().get_future())
6185 return _makePromiseOutgoing<void, P>(
false,
this, &AdminSessionPrx::_iceI_setObservers, registryObs, nodeObs, appObs, adptObs, objObs, context);
6203 ::std::function<void()>
6204 setObserversAsync(const ::std::shared_ptr<RegistryObserverPrx>& registryObs, const ::std::shared_ptr<NodeObserverPrx>& nodeObs, const ::std::shared_ptr<ApplicationObserverPrx>& appObs, const ::std::shared_ptr<AdapterObserverPrx>& adptObs, const ::std::shared_ptr<ObjectObserverPrx>& objObs,
6205 ::std::function<
void()> response,
6206 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6207 ::std::function<
void(
bool)> sent =
nullptr,
6210 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_setObservers, registryObs, nodeObs, appObs, adptObs, objObs, context);
6214 ICE_MEMBER(
ICEGRID_API)
void _iceI_setObservers(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::std::shared_ptr<RegistryObserverPrx>&, const ::std::shared_ptr<NodeObserverPrx>&, const ::std::shared_ptr<ApplicationObserverPrx>&, const ::std::shared_ptr<AdapterObserverPrx>&, const ::std::shared_ptr<ObjectObserverPrx>&, const ::Ice::Context&);
6232 void setObserversByIdentity(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::Ice::Context& context =
::Ice::noExplicitContext)
6234 _makePromiseOutgoing<void>(
true,
this, &AdminSessionPrx::_iceI_setObserversByIdentity, registryObs, nodeObs, appObs, adptObs, objObs, context).get();
6251 template<
template<
typename>
class P = ::std::promise>
6252 auto setObserversByIdentityAsync(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::Ice::Context& context =
::Ice::noExplicitContext)
6253 ->
decltype(::std::declval<P<void>>().get_future())
6255 return _makePromiseOutgoing<void, P>(
false,
this, &AdminSessionPrx::_iceI_setObserversByIdentity, registryObs, nodeObs, appObs, adptObs, objObs, context);
6275 ::std::function<void()>
6276 setObserversByIdentityAsync(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs,
6277 ::std::function<
void()> response,
6278 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6279 ::std::function<
void(
bool)> sent =
nullptr,
6282 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_setObserversByIdentity, registryObs, nodeObs, appObs, adptObs, objObs, context);
6286 ICE_MEMBER(
ICEGRID_API)
void _iceI_setObserversByIdentity(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Identity&, const ::Ice::Identity&, const ::Ice::Identity&, const ::Ice::Identity&, const ::Ice::Identity&, const ::Ice::Context&);
6299 return _makePromiseOutgoing<int>(
true,
this, &AdminSessionPrx::_iceI_startUpdate, context).get();
6307 template<
template<
typename>
class P = ::std::promise>
6309 ->
decltype(::std::declval<P<int>>().get_future())
6311 return _makePromiseOutgoing<int, P>(
false,
this, &AdminSessionPrx::_iceI_startUpdate, context);
6322 ::std::function<void()>
6323 startUpdateAsync(::std::function<
void(
int)> response,
6324 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6325 ::std::function<
void(
bool)> sent =
nullptr,
6328 return _makeLambdaOutgoing<int>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_startUpdate, context);
6332 ICE_MEMBER(
ICEGRID_API)
void _iceI_startUpdate(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<int>>&, const ::Ice::Context&);
6343 _makePromiseOutgoing<void>(
true,
this, &AdminSessionPrx::_iceI_finishUpdate, context).get();
6351 template<
template<
typename>
class P = ::std::promise>
6353 ->
decltype(::std::declval<P<void>>().get_future())
6355 return _makePromiseOutgoing<void, P>(
false,
this, &AdminSessionPrx::_iceI_finishUpdate, context);
6366 ::std::function<void()>
6367 finishUpdateAsync(::std::function<
void()> response,
6368 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6369 ::std::function<
void(
bool)> sent =
nullptr,
6372 return _makeLambdaOutgoing<void>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_finishUpdate, context);
6376 ICE_MEMBER(
ICEGRID_API)
void _iceI_finishUpdate(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<void>>&, const ::Ice::Context&);
6386 return _makePromiseOutgoing<::std::string>(
true,
this, &AdminSessionPrx::_iceI_getReplicaName, context).get();
6394 template<
template<
typename>
class P = ::std::promise>
6396 ->
decltype(::std::declval<P<::std::string>>().get_future())
6398 return _makePromiseOutgoing<::std::string, P>(
false,
this, &AdminSessionPrx::_iceI_getReplicaName, context);
6409 ::std::function<void()>
6410 getReplicaNameAsync(::std::function<
void(::std::string)> response,
6411 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6412 ::std::function<
void(
bool)> sent =
nullptr,
6415 return _makeLambdaOutgoing<::std::string>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_getReplicaName, context);
6419 ICE_MEMBER(
ICEGRID_API)
void _iceI_getReplicaName(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::string>>&, const ::Ice::Context&);
6443 ::std::shared_ptr<FileIteratorPrx> openServerLog(const ::std::string&
id, const ::std::string& path,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6445 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openServerLog, id, path, count, context).get();
6461 template<
template<
typename>
class P = ::std::promise>
6462 auto openServerLogAsync(const ::std::string&
id, const ::std::string& path,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6463 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6465 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openServerLog, id, path, count, context);
6484 ::std::function<void()>
6485 openServerLogAsync(const ::std::string&
id, const ::std::string& path,
int count,
6486 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6487 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6488 ::std::function<
void(
bool)> sent =
nullptr,
6491 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openServerLog, id, path, count, context);
6495 ICE_MEMBER(
ICEGRID_API)
void _iceI_openServerLog(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&, const ::std::string&,
int, const ::Ice::Context&);
6516 ::std::shared_ptr<FileIteratorPrx> openServerStdErr(const ::std::string&
id,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6518 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openServerStdErr, id, count, context).get();
6531 template<
template<
typename>
class P = ::std::promise>
6532 auto openServerStdErrAsync(const ::std::string&
id,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6533 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6535 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openServerStdErr, id, count, context);
6551 ::std::function<void()>
6552 openServerStdErrAsync(const ::std::string&
id,
int count,
6553 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6554 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6555 ::std::function<
void(
bool)> sent =
nullptr,
6558 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openServerStdErr, id, count, context);
6562 ICE_MEMBER(
ICEGRID_API)
void _iceI_openServerStdErr(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&,
int, const ::Ice::Context&);
6583 ::std::shared_ptr<FileIteratorPrx> openServerStdOut(const ::std::string&
id,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6585 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openServerStdOut, id, count, context).get();
6598 template<
template<
typename>
class P = ::std::promise>
6599 auto openServerStdOutAsync(const ::std::string&
id,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6600 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6602 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openServerStdOut, id, count, context);
6618 ::std::function<void()>
6619 openServerStdOutAsync(const ::std::string&
id,
int count,
6620 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6621 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6622 ::std::function<
void(
bool)> sent =
nullptr,
6625 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openServerStdOut, id, count, context);
6629 ICE_MEMBER(
ICEGRID_API)
void _iceI_openServerStdOut(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&,
int, const ::Ice::Context&);
6647 ::std::shared_ptr<FileIteratorPrx> openNodeStdErr(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6649 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openNodeStdErr, name, count, context).get();
6662 template<
template<
typename>
class P = ::std::promise>
6663 auto openNodeStdErrAsync(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6664 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6666 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openNodeStdErr, name, count, context);
6682 ::std::function<void()>
6683 openNodeStdErrAsync(const ::std::string& name,
int count,
6684 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6685 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6686 ::std::function<
void(
bool)> sent =
nullptr,
6689 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openNodeStdErr, name, count, context);
6693 ICE_MEMBER(
ICEGRID_API)
void _iceI_openNodeStdErr(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&,
int, const ::Ice::Context&);
6711 ::std::shared_ptr<FileIteratorPrx> openNodeStdOut(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6713 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openNodeStdOut, name, count, context).get();
6726 template<
template<
typename>
class P = ::std::promise>
6727 auto openNodeStdOutAsync(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6728 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6730 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openNodeStdOut, name, count, context);
6746 ::std::function<void()>
6747 openNodeStdOutAsync(const ::std::string& name,
int count,
6748 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6749 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6750 ::std::function<
void(
bool)> sent =
nullptr,
6753 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openNodeStdOut, name, count, context);
6757 ICE_MEMBER(
ICEGRID_API)
void _iceI_openNodeStdOut(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&,
int, const ::Ice::Context&);
6776 ::std::shared_ptr<FileIteratorPrx> openRegistryStdErr(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6778 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openRegistryStdErr, name, count, context).get();
6791 template<
template<
typename>
class P = ::std::promise>
6792 auto openRegistryStdErrAsync(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6793 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6795 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openRegistryStdErr, name, count, context);
6811 ::std::function<void()>
6812 openRegistryStdErrAsync(const ::std::string& name,
int count,
6813 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6814 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6815 ::std::function<
void(
bool)> sent =
nullptr,
6818 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openRegistryStdErr, name, count, context);
6822 ICE_MEMBER(
ICEGRID_API)
void _iceI_openRegistryStdErr(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&,
int, const ::Ice::Context&);
6841 ::std::shared_ptr<FileIteratorPrx> openRegistryStdOut(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6843 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(
true,
this, &AdminSessionPrx::_iceI_openRegistryStdOut, name, count, context).get();
6856 template<
template<
typename>
class P = ::std::promise>
6857 auto openRegistryStdOutAsync(const ::std::string& name,
int count, const ::Ice::Context& context =
::Ice::noExplicitContext)
6858 ->
decltype(::std::declval<P<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>().get_future())
6860 return _makePromiseOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>, P>(
false,
this, &AdminSessionPrx::_iceI_openRegistryStdOut, name, count, context);
6876 ::std::function<void()>
6877 openRegistryStdOutAsync(const ::std::string& name,
int count,
6878 ::std::function<
void(::std::shared_ptr<::IceGrid::FileIteratorPrx>)> response,
6879 ::std::function<
void(::std::exception_ptr)> ex =
nullptr,
6880 ::std::function<
void(
bool)> sent =
nullptr,
6883 return _makeLambdaOutgoing<::std::shared_ptr<::IceGrid::FileIteratorPrx>>(std::move(response), std::move(ex), std::move(sent),
this, &IceGrid::AdminSessionPrx::_iceI_openRegistryStdOut, name, count, context);
6887 ICE_MEMBER(
ICEGRID_API)
void _iceI_openRegistryStdOut(const ::std::shared_ptr<::IceInternal::OutgoingAsyncT<::std::shared_ptr<::IceGrid::FileIteratorPrx>>>&, const ::std::string&,
int, const ::Ice::Context&);
6900 friend ::std::shared_ptr<AdminSessionPrx> IceInternal::createProxy<AdminSessionPrx>();
6915 static const StreamHelperCategory helper = StreamHelperCategoryEnum;
6916 static const int minValue = 0;
6917 static const int maxValue = 6;
6918 static const int minWireSize = 1;
6919 static const bool fixedLength =
false;
6923struct StreamableTraits<::IceGrid::ObjectInfo>
6925 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
6926 static const int minWireSize = 3;
6927 static const bool fixedLength =
false;
6931struct StreamReader<::IceGrid::ObjectInfo, S>
6933 static void read(S* istr, ::IceGrid::ObjectInfo& v)
6940struct StreamableTraits<::IceGrid::AdapterInfo>
6942 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
6943 static const int minWireSize = 4;
6944 static const bool fixedLength =
false;
6948struct StreamReader<::IceGrid::AdapterInfo, S>
6950 static void read(S* istr, ::IceGrid::AdapterInfo& v)
6957struct StreamableTraits<::IceGrid::ServerInfo>
6959 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
6960 static const int minWireSize = 9;
6961 static const bool fixedLength =
false;
6965struct StreamReader<::IceGrid::ServerInfo, S>
6967 static void read(S* istr, ::IceGrid::ServerInfo& v)
6974struct StreamableTraits<::IceGrid::NodeInfo>
6976 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
6977 static const int minWireSize = 11;
6978 static const bool fixedLength =
false;
6982struct StreamReader<::IceGrid::NodeInfo, S>
6984 static void read(S* istr, ::IceGrid::NodeInfo& v)
6991struct StreamableTraits<::IceGrid::RegistryInfo>
6993 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
6994 static const int minWireSize = 2;
6995 static const bool fixedLength =
false;
6999struct StreamReader<::IceGrid::RegistryInfo, S>
7001 static void read(S* istr, ::IceGrid::RegistryInfo& v)
7008struct StreamableTraits<::IceGrid::LoadInfo>
7010 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
7011 static const int minWireSize = 12;
7012 static const bool fixedLength =
true;
7016struct StreamReader<::IceGrid::LoadInfo, S>
7018 static void read(S* istr, ::IceGrid::LoadInfo& v)
7025struct StreamableTraits<::IceGrid::ApplicationInfo>
7027 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
7028 static const int minWireSize = 33;
7029 static const bool fixedLength =
false;
7033struct StreamReader<::IceGrid::ApplicationInfo, S>
7035 static void read(S* istr, ::IceGrid::ApplicationInfo& v)
7042struct StreamableTraits<::IceGrid::ApplicationUpdateInfo>
7044 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
7045 static const int minWireSize = 28;
7046 static const bool fixedLength =
false;
7050struct StreamReader<::IceGrid::ApplicationUpdateInfo, S>
7052 static void read(S* istr, ::IceGrid::ApplicationUpdateInfo& v)
7059struct StreamableTraits<::IceGrid::ServerDynamicInfo>
7061 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
7062 static const int minWireSize = 7;
7063 static const bool fixedLength =
false;
7067struct StreamReader<::IceGrid::ServerDynamicInfo, S>
7069 static void read(S* istr, ::IceGrid::ServerDynamicInfo& v)
7076struct StreamableTraits<::IceGrid::AdapterDynamicInfo>
7078 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
7079 static const int minWireSize = 3;
7080 static const bool fixedLength =
false;
7084struct StreamReader<::IceGrid::AdapterDynamicInfo, S>
7086 static void read(S* istr, ::IceGrid::AdapterDynamicInfo& v)
7093struct StreamableTraits<::IceGrid::NodeDynamicInfo>
7095 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
7096 static const int minWireSize = 13;
7097 static const bool fixedLength =
false;
7101struct StreamReader<::IceGrid::NodeDynamicInfo, S>
7103 static void read(S* istr, ::IceGrid::NodeDynamicInfo& v)
7116using AdminPtr = ::std::shared_ptr<Admin>;
7154ICEGRID_API ::IceProxy::Ice::Object* upCast(
Admin*);
7160ICEGRID_API ::IceProxy::Ice::Object* upCast(
FileIterator*);
7172ICEGRID_API ::IceProxy::Ice::Object* upCast(
NodeObserver*);
7196ICEGRID_API ::IceProxy::Ice::Object* upCast(
AdminSession*);
7208ICEGRID_API ::Ice::Object* upCast(
Admin*);
7211typedef ::IceInternal::ProxyHandle< ::IceProxy::IceGrid::Admin>
AdminPrx;
7364 if(
proxy != rhs_.proxy)
7368 if(
type != rhs_.type)
7381 if(
proxy < rhs_.proxy)
7385 else if(rhs_.proxy <
proxy)
7389 if(
type < rhs_.type)
7393 else if(rhs_.type <
type)
7453 if(
proxy != rhs_.proxy)
7474 else if(rhs_.id <
id)
7478 if(
proxy < rhs_.proxy)
7482 else if(rhs_.proxy <
proxy)
7600 if(
name != rhs_.name)
7641 if(
name < rhs_.name)
7645 else if(rhs_.name <
name)
7653 else if(rhs_.os <
os)
7669 else if(rhs_.release <
release)
7677 else if(rhs_.version <
version)
7685 else if(rhs_.machine <
machine)
7701 else if(rhs_.dataDir <
dataDir)
7748 if(
name != rhs_.name)
7765 if(
name < rhs_.name)
7769 else if(rhs_.name <
name)
7925 if(
state != rhs_.state)
7950 else if(rhs_.id <
id)
7954 if(
state < rhs_.state)
7958 else if(rhs_.state <
state)
7966 else if(rhs_.pid <
pid)
7974 else if(rhs_.enabled <
enabled)
8140#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8141# pragma warning(push)
8142# pragma warning(disable:4239)
8149 AMD_Admin_patchApplication(::IceInternal::Incoming&);
8151 virtual void ice_response();
8154#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8155# pragma warning(pop)
8158#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8159# pragma warning(push)
8160# pragma warning(disable:4239)
8167 AMD_Admin_startServer(::IceInternal::Incoming&);
8169 virtual void ice_response();
8172#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8173# pragma warning(pop)
8176#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8177# pragma warning(push)
8178# pragma warning(disable:4239)
8185 AMD_Admin_stopServer(::IceInternal::Incoming&);
8187 virtual void ice_response();
8190#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8191# pragma warning(pop)
8194#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8195# pragma warning(push)
8196# pragma warning(disable:4239)
8203 AMD_Admin_patchServer(::IceInternal::Incoming&);
8205 virtual void ice_response();
8208#if defined(_MSC_VER) && (_MSC_VER >= 1900)
8209# pragma warning(pop)
8924 end_addApplication(_iceI_begin_addApplication(descriptor, context, ::IceInternal::dummyCallback, 0,
true));
8935 return _iceI_begin_addApplication(descriptor, context, ::IceInternal::dummyCallback, 0);
8960 return _iceI_begin_addApplication(descriptor, context, cb, cookie);
8983 ::Ice::AsyncResultPtr begin_addApplication(const ::IceGrid::ApplicationDescriptor& descriptor, const ::Ice::Context& context, const ::IceGrid::Callback_Admin_addApplicationPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
8985 return _iceI_begin_addApplication(descriptor, context, cb, cookie);
9001 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_addApplication(const ::
IceGrid::ApplicationDescriptor&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9021 end_syncApplication(_iceI_begin_syncApplication(descriptor, context, ::IceInternal::dummyCallback, 0,
true));
9034 return _iceI_begin_syncApplication(descriptor, context, ::IceInternal::dummyCallback, 0);
9063 return _iceI_begin_syncApplication(descriptor, context, cb, cookie);
9092 return _iceI_begin_syncApplication(descriptor, context, cb, cookie);
9110 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_syncApplication(const ::
IceGrid::ApplicationDescriptor&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9129 end_updateApplication(_iceI_begin_updateApplication(descriptor, context, ::IceInternal::dummyCallback, 0,
true));
9141 return _iceI_begin_updateApplication(descriptor, context, ::IceInternal::dummyCallback, 0);
9168 return _iceI_begin_updateApplication(descriptor, context, cb, cookie);
9195 return _iceI_begin_updateApplication(descriptor, context, cb, cookie);
9213 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_updateApplication(const ::
IceGrid::ApplicationUpdateDescriptor&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9252 return _iceI_begin_syncApplicationWithoutRestart(descriptor, context, ::IceInternal::dummyCallback, 0);
9287 return _iceI_begin_syncApplicationWithoutRestart(descriptor, context, cb, cookie);
9322 return _iceI_begin_syncApplicationWithoutRestart(descriptor, context, cb, cookie);
9340 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_syncApplicationWithoutRestart(const ::
IceGrid::ApplicationDescriptor&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9377 return _iceI_begin_updateApplicationWithoutRestart(descriptor, context, ::IceInternal::dummyCallback, 0);
9410 return _iceI_begin_updateApplicationWithoutRestart(descriptor, context, cb, cookie);
9443 return _iceI_begin_updateApplicationWithoutRestart(descriptor, context, cb, cookie);
9461 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_updateApplicationWithoutRestart(const ::
IceGrid::ApplicationUpdateDescriptor&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9478 end_removeApplication(_iceI_begin_removeApplication(name, context, ::IceInternal::dummyCallback, 0,
true));
9489 return _iceI_begin_removeApplication(name, context, ::IceInternal::dummyCallback, 0);
9514 return _iceI_begin_removeApplication(name, context, cb, cookie);
9539 return _iceI_begin_removeApplication(name, context, cb, cookie);
9556 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_removeApplication(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9578 end_instantiateServer(_iceI_begin_instantiateServer(application, node, desc, context, ::IceInternal::dummyCallback, 0,
true));
9593 return _iceI_begin_instantiateServer(application, node, desc, context, ::IceInternal::dummyCallback, 0);
9624 ::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string& application, const ::std::string& node, const ::IceGrid::ServerInstanceDescriptor& desc, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
9626 return _iceI_begin_instantiateServer(application, node, desc, context, cb, cookie);
9640 ::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string& application, const ::std::string& node, const ::IceGrid::ServerInstanceDescriptor& desc, const ::IceGrid::Callback_Admin_instantiateServerPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
9657 ::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string& application, const ::std::string& node, const ::IceGrid::ServerInstanceDescriptor& desc, const ::Ice::Context& context, const ::IceGrid::Callback_Admin_instantiateServerPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
9659 return _iceI_begin_instantiateServer(application, node, desc, context, cb, cookie);
9677 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_instantiateServer(const ::std::string&, const ::std::string&, const ::
IceGrid::ServerInstanceDescriptor&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9706 return _iceI_begin_patchApplication(name,
shutdown, context, ::IceInternal::dummyCallback, 0);
9735 return _iceI_begin_patchApplication(name,
shutdown, context, cb, cookie);
9764 return _iceI_begin_patchApplication(name,
shutdown, context, cb, cookie);
9778 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_patchApplication(const ::std::string&, bool, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9792 return end_getApplicationInfo(_iceI_begin_getApplicationInfo(name, context, ::IceInternal::dummyCallback, 0,
true));
9803 return _iceI_begin_getApplicationInfo(name, context, ::IceInternal::dummyCallback, 0);
9828 return _iceI_begin_getApplicationInfo(name, context, cb, cookie);
9853 return _iceI_begin_getApplicationInfo(name, context, cb, cookie);
9867 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getApplicationInfo(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9890 return _iceI_begin_getDefaultApplicationDescriptor(context, ::IceInternal::dummyCallback, 0);
9913 return _iceI_begin_getDefaultApplicationDescriptor(context, cb, cookie);
9936 return _iceI_begin_getDefaultApplicationDescriptor(context, cb, cookie);
9950 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getDefaultApplicationDescriptor(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
9971 return _iceI_begin_getAllApplicationNames(context, ::IceInternal::dummyCallback, 0);
9994 return _iceI_begin_getAllApplicationNames(context, cb, cookie);
10017 return _iceI_begin_getAllApplicationNames(context, cb, cookie);
10029 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAllApplicationNames(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10042 return end_getServerInfo(_iceI_begin_getServerInfo(
id, context, ::IceInternal::dummyCallback, 0,
true));
10053 return _iceI_begin_getServerInfo(
id, context, ::IceInternal::dummyCallback, 0);
10078 return _iceI_begin_getServerInfo(
id, context, cb, cookie);
10103 return _iceI_begin_getServerInfo(
id, context, cb, cookie);
10116 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getServerInfo(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10133 return end_getServerState(_iceI_begin_getServerState(
id, context, ::IceInternal::dummyCallback, 0,
true));
10144 return _iceI_begin_getServerState(
id, context, ::IceInternal::dummyCallback, 0);
10169 return _iceI_begin_getServerState(
id, context, cb, cookie);
10194 return _iceI_begin_getServerState(
id, context, cb, cookie);
10211 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getServerState(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10229 return end_getServerPid(_iceI_begin_getServerPid(
id, context, ::IceInternal::dummyCallback, 0,
true));
10241 return _iceI_begin_getServerPid(
id, context, ::IceInternal::dummyCallback, 0);
10268 return _iceI_begin_getServerPid(
id, context, cb, cookie);
10295 return _iceI_begin_getServerPid(
id, context, cb, cookie);
10312 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getServerPid(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10337 return _iceI_begin_getServerAdminCategory(context, ::IceInternal::dummyCallback, 0);
10364 return _iceI_begin_getServerAdminCategory(context, cb, cookie);
10391 return _iceI_begin_getServerAdminCategory(context, cb, cookie);
10403 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getServerAdminCategory(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10420 return end_getServerAdmin(_iceI_begin_getServerAdmin(
id, context, ::IceInternal::dummyCallback, 0,
true));
10431 return _iceI_begin_getServerAdmin(
id, context, ::IceInternal::dummyCallback, 0);
10456 return _iceI_begin_getServerAdmin(
id, context, cb, cookie);
10481 return _iceI_begin_getServerAdmin(
id, context, cb, cookie);
10498 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getServerAdmin(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10518 end_enableServer(_iceI_begin_enableServer(
id, enabled, context, ::IceInternal::dummyCallback, 0,
true));
10533 return _iceI_begin_enableServer(
id, enabled, context, ::IceInternal::dummyCallback, 0);
10566 return _iceI_begin_enableServer(
id, enabled, context, cb, cookie);
10599 return _iceI_begin_enableServer(
id, enabled, context, cb, cookie);
10615 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_enableServer(const ::std::string&, bool, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10633 return end_isServerEnabled(_iceI_begin_isServerEnabled(
id, context, ::IceInternal::dummyCallback, 0,
true));
10644 return _iceI_begin_isServerEnabled(
id, context, ::IceInternal::dummyCallback, 0);
10669 return _iceI_begin_isServerEnabled(
id, context, cb, cookie);
10694 return _iceI_begin_isServerEnabled(
id, context, cb, cookie);
10712 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_isServerEnabled(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10731 end_startServer(_iceI_begin_startServer(
id, context, ::IceInternal::dummyCallback, 0,
true));
10742 return _iceI_begin_startServer(
id, context, ::IceInternal::dummyCallback, 0);
10767 return _iceI_begin_startServer(
id, context, cb, cookie);
10792 return _iceI_begin_startServer(
id, context, cb, cookie);
10811 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_startServer(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10830 end_stopServer(_iceI_begin_stopServer(
id, context, ::IceInternal::dummyCallback, 0,
true));
10841 return _iceI_begin_stopServer(
id, context, ::IceInternal::dummyCallback, 0);
10866 return _iceI_begin_stopServer(
id, context, cb, cookie);
10891 return _iceI_begin_stopServer(
id, context, cb, cookie);
10910 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_stopServer(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
10943 return _iceI_begin_patchServer(
id,
shutdown, context, ::IceInternal::dummyCallback, 0);
10972 return _iceI_begin_patchServer(
id,
shutdown, context, cb, cookie);
11001 return _iceI_begin_patchServer(
id,
shutdown, context, cb, cookie);
11019 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_patchServer(const ::std::string&, bool, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11039 end_sendSignal(_iceI_begin_sendSignal(
id, signal, context, ::IceInternal::dummyCallback, 0,
true));
11051 return _iceI_begin_sendSignal(
id, signal, context, ::IceInternal::dummyCallback, 0);
11078 return _iceI_begin_sendSignal(
id, signal, context, cb, cookie);
11103 ::Ice::AsyncResultPtr begin_sendSignal(const ::std::string&
id, const ::std::string& signal, const ::Ice::Context& context, const ::IceGrid::Callback_Admin_sendSignalPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
11105 return _iceI_begin_sendSignal(
id, signal, context, cb, cookie);
11124 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_sendSignal(const ::std::string&, const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11135 return end_getAllServerIds(_iceI_begin_getAllServerIds(context, ::IceInternal::dummyCallback, 0,
true));
11145 return _iceI_begin_getAllServerIds(context, ::IceInternal::dummyCallback, 0);
11168 return _iceI_begin_getAllServerIds(context, cb, cookie);
11191 return _iceI_begin_getAllServerIds(context, cb, cookie);
11203 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAllServerIds(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11222 return end_getAdapterInfo(_iceI_begin_getAdapterInfo(
id, context, ::IceInternal::dummyCallback, 0,
true));
11234 return _iceI_begin_getAdapterInfo(
id, context, ::IceInternal::dummyCallback, 0);
11261 return _iceI_begin_getAdapterInfo(
id, context, cb, cookie);
11288 return _iceI_begin_getAdapterInfo(
id, context, cb, cookie);
11306 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAdapterInfo(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11320 end_removeAdapter(_iceI_begin_removeAdapter(
id, context, ::IceInternal::dummyCallback, 0,
true));
11331 return _iceI_begin_removeAdapter(
id, context, ::IceInternal::dummyCallback, 0);
11356 return _iceI_begin_removeAdapter(
id, context, cb, cookie);
11381 return _iceI_begin_removeAdapter(
id, context, cb, cookie);
11395 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_removeAdapter(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11406 return end_getAllAdapterIds(_iceI_begin_getAllAdapterIds(context, ::IceInternal::dummyCallback, 0,
true));
11416 return _iceI_begin_getAllAdapterIds(context, ::IceInternal::dummyCallback, 0);
11439 return _iceI_begin_getAllAdapterIds(context, cb, cookie);
11462 return _iceI_begin_getAllAdapterIds(context, cb, cookie);
11474 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAllAdapterIds(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11492 end_addObject(_iceI_begin_addObject(obj, context, ::IceInternal::dummyCallback, 0,
true));
11505 return _iceI_begin_addObject(obj, context, ::IceInternal::dummyCallback, 0);
11534 return _iceI_begin_addObject(obj, context, cb, cookie);
11563 return _iceI_begin_addObject(obj, context, cb, cookie);
11579 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_addObject(const ::
Ice::ObjectPrx&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11598 end_updateObject(_iceI_begin_updateObject(obj, context, ::IceInternal::dummyCallback, 0,
true));
11612 return _iceI_begin_updateObject(obj, context, ::IceInternal::dummyCallback, 0);
11643 return _iceI_begin_updateObject(obj, context, cb, cookie);
11674 return _iceI_begin_updateObject(obj, context, cb, cookie);
11690 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_updateObject(const ::
Ice::ObjectPrx&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11706 end_addObjectWithType(_iceI_begin_addObjectWithType(obj, type, context, ::IceInternal::dummyCallback, 0,
true));
11719 return _iceI_begin_addObjectWithType(obj, type, context, ::IceInternal::dummyCallback, 0);
11748 return _iceI_begin_addObjectWithType(obj, type, context, cb, cookie);
11777 return _iceI_begin_addObjectWithType(obj, type, context, cb, cookie);
11791 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_addObjectWithType(const ::
Ice::ObjectPrx&, const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11811 end_removeObject(_iceI_begin_removeObject(
id, context, ::IceInternal::dummyCallback, 0,
true));
11826 return _iceI_begin_removeObject(
id, context, ::IceInternal::dummyCallback, 0);
11859 return _iceI_begin_removeObject(
id, context, cb, cookie);
11892 return _iceI_begin_removeObject(
id, context, cb, cookie);
11908 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_removeObject(const ::
Ice::Identity&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
11922 return end_getObjectInfo(_iceI_begin_getObjectInfo(
id, context, ::IceInternal::dummyCallback, 0,
true));
11933 return _iceI_begin_getObjectInfo(
id, context, ::IceInternal::dummyCallback, 0);
11958 return _iceI_begin_getObjectInfo(
id, context, cb, cookie);
11983 return _iceI_begin_getObjectInfo(
id, context, cb, cookie);
11997 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getObjectInfo(const ::
Ice::Identity&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12010 return end_getObjectInfosByType(_iceI_begin_getObjectInfosByType(type, context, ::IceInternal::dummyCallback, 0,
true));
12022 return _iceI_begin_getObjectInfosByType(type, context, ::IceInternal::dummyCallback, 0);
12049 return _iceI_begin_getObjectInfosByType(type, context, cb, cookie);
12076 return _iceI_begin_getObjectInfosByType(type, context, cb, cookie);
12088 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getObjectInfosByType(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12104 return end_getAllObjectInfos(_iceI_begin_getAllObjectInfos(expr, context, ::IceInternal::dummyCallback, 0,
true));
12118 return _iceI_begin_getAllObjectInfos(expr, context, ::IceInternal::dummyCallback, 0);
12149 return _iceI_begin_getAllObjectInfos(expr, context, cb, cookie);
12180 return _iceI_begin_getAllObjectInfos(expr, context, cb, cookie);
12193 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAllObjectInfos(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12206 return end_pingNode(_iceI_begin_pingNode(name, context, ::IceInternal::dummyCallback, 0,
true));
12217 return _iceI_begin_pingNode(name, context, ::IceInternal::dummyCallback, 0);
12242 return _iceI_begin_pingNode(name, context, cb, cookie);
12267 return _iceI_begin_pingNode(name, context, cb, cookie);
12280 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_pingNode(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12295 return end_getNodeLoad(_iceI_begin_getNodeLoad(name, context, ::IceInternal::dummyCallback, 0,
true));
12306 return _iceI_begin_getNodeLoad(name, context, ::IceInternal::dummyCallback, 0);
12331 return _iceI_begin_getNodeLoad(name, context, cb, cookie);
12356 return _iceI_begin_getNodeLoad(name, context, cb, cookie);
12371 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getNodeLoad(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12386 return end_getNodeInfo(_iceI_begin_getNodeInfo(name, context, ::IceInternal::dummyCallback, 0,
true));
12397 return _iceI_begin_getNodeInfo(name, context, ::IceInternal::dummyCallback, 0);
12422 return _iceI_begin_getNodeInfo(name, context, cb, cookie);
12447 return _iceI_begin_getNodeInfo(name, context, cb, cookie);
12462 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getNodeInfo(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12477 return end_getNodeAdmin(_iceI_begin_getNodeAdmin(name, context, ::IceInternal::dummyCallback, 0,
true));
12488 return _iceI_begin_getNodeAdmin(name, context, ::IceInternal::dummyCallback, 0);
12513 return _iceI_begin_getNodeAdmin(name, context, cb, cookie);
12538 return _iceI_begin_getNodeAdmin(name, context, cb, cookie);
12553 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getNodeAdmin(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12592 return _iceI_begin_getNodeProcessorSocketCount(name, context, ::IceInternal::dummyCallback, 0);
12629 return _iceI_begin_getNodeProcessorSocketCount(name, context, cb, cookie);
12666 return _iceI_begin_getNodeProcessorSocketCount(name, context, cb, cookie);
12682 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getNodeProcessorSocketCount(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12696 end_shutdownNode(_iceI_begin_shutdownNode(name, context, ::IceInternal::dummyCallback, 0,
true));
12707 return _iceI_begin_shutdownNode(name, context, ::IceInternal::dummyCallback, 0);
12732 return _iceI_begin_shutdownNode(name, context, cb, cookie);
12757 return _iceI_begin_shutdownNode(name, context, cb, cookie);
12771 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_shutdownNode(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12786 return end_getNodeHostname(_iceI_begin_getNodeHostname(name, context, ::IceInternal::dummyCallback, 0,
true));
12797 return _iceI_begin_getNodeHostname(name, context, ::IceInternal::dummyCallback, 0);
12822 return _iceI_begin_getNodeHostname(name, context, cb, cookie);
12847 return _iceI_begin_getNodeHostname(name, context, cb, cookie);
12862 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getNodeHostname(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12873 return end_getAllNodeNames(_iceI_begin_getAllNodeNames(context, ::IceInternal::dummyCallback, 0,
true));
12883 return _iceI_begin_getAllNodeNames(context, ::IceInternal::dummyCallback, 0);
12906 return _iceI_begin_getAllNodeNames(context, cb, cookie);
12929 return _iceI_begin_getAllNodeNames(context, cb, cookie);
12941 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAllNodeNames(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
12954 return end_pingRegistry(_iceI_begin_pingRegistry(name, context, ::IceInternal::dummyCallback, 0,
true));
12965 return _iceI_begin_pingRegistry(name, context, ::IceInternal::dummyCallback, 0);
12990 return _iceI_begin_pingRegistry(name, context, cb, cookie);
13015 return _iceI_begin_pingRegistry(name, context, cb, cookie);
13028 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_pingRegistry(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13043 return end_getRegistryInfo(_iceI_begin_getRegistryInfo(name, context, ::IceInternal::dummyCallback, 0,
true));
13054 return _iceI_begin_getRegistryInfo(name, context, ::IceInternal::dummyCallback, 0);
13079 return _iceI_begin_getRegistryInfo(name, context, cb, cookie);
13104 return _iceI_begin_getRegistryInfo(name, context, cb, cookie);
13119 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getRegistryInfo(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13132 return end_getRegistryAdmin(_iceI_begin_getRegistryAdmin(name, context, ::IceInternal::dummyCallback, 0,
true));
13143 return _iceI_begin_getRegistryAdmin(name, context, ::IceInternal::dummyCallback, 0);
13168 return _iceI_begin_getRegistryAdmin(name, context, cb, cookie);
13193 return _iceI_begin_getRegistryAdmin(name, context, cb, cookie);
13206 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getRegistryAdmin(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13220 end_shutdownRegistry(_iceI_begin_shutdownRegistry(name, context, ::IceInternal::dummyCallback, 0,
true));
13231 return _iceI_begin_shutdownRegistry(name, context, ::IceInternal::dummyCallback, 0);
13256 return _iceI_begin_shutdownRegistry(name, context, cb, cookie);
13281 return _iceI_begin_shutdownRegistry(name, context, cb, cookie);
13295 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_shutdownRegistry(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13306 return end_getAllRegistryNames(_iceI_begin_getAllRegistryNames(context, ::IceInternal::dummyCallback, 0,
true));
13316 return _iceI_begin_getAllRegistryNames(context, ::IceInternal::dummyCallback, 0);
13339 return _iceI_begin_getAllRegistryNames(context, cb, cookie);
13362 return _iceI_begin_getAllRegistryNames(context, cb, cookie);
13374 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAllRegistryNames(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13384 end_shutdown(_iceI_begin_shutdown(context, ::IceInternal::dummyCallback, 0,
true));
13394 return _iceI_begin_shutdown(context, ::IceInternal::dummyCallback, 0);
13417 return _iceI_begin_shutdown(context, cb, cookie);
13440 return _iceI_begin_shutdown(context, cb, cookie);
13451 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_shutdown(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13462 return end_getSliceChecksums(_iceI_begin_getSliceChecksums(context, ::IceInternal::dummyCallback, 0,
true));
13472 return _iceI_begin_getSliceChecksums(context, ::IceInternal::dummyCallback, 0);
13495 return _iceI_begin_getSliceChecksums(context, cb, cookie);
13518 return _iceI_begin_getSliceChecksums(context, cb, cookie);
13530 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getSliceChecksums(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13568 return end_read(lines, _iceI_begin_read(size, context, ::IceInternal::dummyCallback, 0,
true));
13581 return _iceI_begin_read(size, context, ::IceInternal::dummyCallback, 0);
13610 return _iceI_begin_read(size, context, cb, cookie);
13639 return _iceI_begin_read(size, context, cb, cookie);
13662 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_read(::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13672 end_destroy(_iceI_begin_destroy(context, ::IceInternal::dummyCallback, 0,
true));
13682 return _iceI_begin_destroy(context, ::IceInternal::dummyCallback, 0);
13705 return _iceI_begin_destroy(context, cb, cookie);
13728 return _iceI_begin_destroy(context, cb, cookie);
13739 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_destroy(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13768 end_registryInit(_iceI_begin_registryInit(registries, context, ::IceInternal::dummyCallback, 0,
true));
13780 return _iceI_begin_registryInit(registries, context, ::IceInternal::dummyCallback, 0);
13807 return _iceI_begin_registryInit(registries, context, cb, cookie);
13832 ::Ice::AsyncResultPtr begin_registryInit(const ::IceGrid::RegistryInfoSeq& registries, const ::Ice::Context& context, const ::IceGrid::Callback_RegistryObserver_registryInitPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
13834 return _iceI_begin_registryInit(registries, context, cb, cookie);
13845 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_registryInit(const ::
IceGrid::RegistryInfoSeq&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13857 end_registryUp(_iceI_begin_registryUp(node, context, ::IceInternal::dummyCallback, 0,
true));
13869 return _iceI_begin_registryUp(node, context, ::IceInternal::dummyCallback, 0);
13896 return _iceI_begin_registryUp(node, context, cb, cookie);
13921 ::Ice::AsyncResultPtr begin_registryUp(const ::IceGrid::RegistryInfo& node, const ::Ice::Context& context, const ::IceGrid::Callback_RegistryObserver_registryUpPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
13923 return _iceI_begin_registryUp(node, context, cb, cookie);
13934 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_registryUp(const ::
IceGrid::RegistryInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
13946 end_registryDown(_iceI_begin_registryDown(name, context, ::IceInternal::dummyCallback, 0,
true));
13958 return _iceI_begin_registryDown(name, context, ::IceInternal::dummyCallback, 0);
13985 return _iceI_begin_registryDown(name, context, cb, cookie);
14012 return _iceI_begin_registryDown(name, context, cb, cookie);
14023 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_registryDown(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14052 end_nodeInit(_iceI_begin_nodeInit(nodes, context, ::IceInternal::dummyCallback, 0,
true));
14064 return _iceI_begin_nodeInit(nodes, context, ::IceInternal::dummyCallback, 0);
14091 return _iceI_begin_nodeInit(nodes, context, cb, cookie);
14116 ::Ice::AsyncResultPtr begin_nodeInit(const ::IceGrid::NodeDynamicInfoSeq& nodes, const ::Ice::Context& context, const ::IceGrid::Callback_NodeObserver_nodeInitPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14118 return _iceI_begin_nodeInit(nodes, context, cb, cookie);
14129 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_nodeInit(const ::
IceGrid::NodeDynamicInfoSeq&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14141 end_nodeUp(_iceI_begin_nodeUp(node, context, ::IceInternal::dummyCallback, 0,
true));
14153 return _iceI_begin_nodeUp(node, context, ::IceInternal::dummyCallback, 0);
14180 return _iceI_begin_nodeUp(node, context, cb, cookie);
14205 ::Ice::AsyncResultPtr begin_nodeUp(const ::IceGrid::NodeDynamicInfo& node, const ::Ice::Context& context, const ::IceGrid::Callback_NodeObserver_nodeUpPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14207 return _iceI_begin_nodeUp(node, context, cb, cookie);
14218 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_nodeUp(const ::
IceGrid::NodeDynamicInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14230 end_nodeDown(_iceI_begin_nodeDown(name, context, ::IceInternal::dummyCallback, 0,
true));
14242 return _iceI_begin_nodeDown(name, context, ::IceInternal::dummyCallback, 0);
14269 return _iceI_begin_nodeDown(name, context, cb, cookie);
14296 return _iceI_begin_nodeDown(name, context, cb, cookie);
14307 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_nodeDown(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14320 end_updateServer(_iceI_begin_updateServer(node, updatedInfo, context, ::IceInternal::dummyCallback, 0,
true));
14333 return _iceI_begin_updateServer(node, updatedInfo, context, ::IceInternal::dummyCallback, 0);
14360 ::Ice::AsyncResultPtr begin_updateServer(const ::std::string& node, const ::IceGrid::ServerDynamicInfo& updatedInfo, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14362 return _iceI_begin_updateServer(node, updatedInfo, context, cb, cookie);
14374 ::Ice::AsyncResultPtr begin_updateServer(const ::std::string& node, const ::IceGrid::ServerDynamicInfo& updatedInfo, const ::IceGrid::Callback_NodeObserver_updateServerPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14389 ::Ice::AsyncResultPtr begin_updateServer(const ::std::string& node, const ::IceGrid::ServerDynamicInfo& updatedInfo, const ::Ice::Context& context, const ::IceGrid::Callback_NodeObserver_updateServerPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14391 return _iceI_begin_updateServer(node, updatedInfo, context, cb, cookie);
14402 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_updateServer(const ::std::string&, const ::
IceGrid::ServerDynamicInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14415 end_updateAdapter(_iceI_begin_updateAdapter(node, updatedInfo, context, ::IceInternal::dummyCallback, 0,
true));
14428 return _iceI_begin_updateAdapter(node, updatedInfo, context, ::IceInternal::dummyCallback, 0);
14455 ::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string& node, const ::IceGrid::AdapterDynamicInfo& updatedInfo, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14457 return _iceI_begin_updateAdapter(node, updatedInfo, context, cb, cookie);
14469 ::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string& node, const ::IceGrid::AdapterDynamicInfo& updatedInfo, const ::IceGrid::Callback_NodeObserver_updateAdapterPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14484 ::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string& node, const ::IceGrid::AdapterDynamicInfo& updatedInfo, const ::Ice::Context& context, const ::IceGrid::Callback_NodeObserver_updateAdapterPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
14486 return _iceI_begin_updateAdapter(node, updatedInfo, context, cb, cookie);
14497 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_updateAdapter(const ::std::string&, const ::
IceGrid::AdapterDynamicInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14530 end_applicationInit(_iceI_begin_applicationInit(serial, applications, context, ::IceInternal::dummyCallback, 0,
true));
14546 return _iceI_begin_applicationInit(serial, applications, context, ::IceInternal::dummyCallback, 0);
14581 return _iceI_begin_applicationInit(serial, applications, context, cb, cookie);
14616 return _iceI_begin_applicationInit(serial, applications, context, cb, cookie);
14627 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_applicationInit(::
Ice::Int, const ::
IceGrid::ApplicationInfoSeq&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14640 end_applicationAdded(_iceI_begin_applicationAdded(serial, desc, context, ::IceInternal::dummyCallback, 0,
true));
14653 return _iceI_begin_applicationAdded(serial, desc, context, ::IceInternal::dummyCallback, 0);
14682 return _iceI_begin_applicationAdded(serial, desc, context, cb, cookie);
14711 return _iceI_begin_applicationAdded(serial, desc, context, cb, cookie);
14722 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_applicationAdded(::
Ice::Int, const ::
IceGrid::ApplicationInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14735 end_applicationRemoved(_iceI_begin_applicationRemoved(serial, name, context, ::IceInternal::dummyCallback, 0,
true));
14748 return _iceI_begin_applicationRemoved(serial, name, context, ::IceInternal::dummyCallback, 0);
14777 return _iceI_begin_applicationRemoved(serial, name, context, cb, cookie);
14806 return _iceI_begin_applicationRemoved(serial, name, context, cb, cookie);
14817 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_applicationRemoved(::
Ice::Int, const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14830 end_applicationUpdated(_iceI_begin_applicationUpdated(serial, desc, context, ::IceInternal::dummyCallback, 0,
true));
14843 return _iceI_begin_applicationUpdated(serial, desc, context, ::IceInternal::dummyCallback, 0);
14872 return _iceI_begin_applicationUpdated(serial, desc, context, cb, cookie);
14901 return _iceI_begin_applicationUpdated(serial, desc, context, cb, cookie);
14912 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_applicationUpdated(::
Ice::Int, const ::
IceGrid::ApplicationUpdateInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
14942 end_adapterInit(_iceI_begin_adapterInit(adpts, context, ::IceInternal::dummyCallback, 0,
true));
14955 return _iceI_begin_adapterInit(adpts, context, ::IceInternal::dummyCallback, 0);
14984 return _iceI_begin_adapterInit(adpts, context, cb, cookie);
15011 ::Ice::AsyncResultPtr begin_adapterInit(const ::IceGrid::AdapterInfoSeq& adpts, const ::Ice::Context& context, const ::IceGrid::Callback_AdapterObserver_adapterInitPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
15013 return _iceI_begin_adapterInit(adpts, context, cb, cookie);
15024 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_adapterInit(const ::
IceGrid::AdapterInfoSeq&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15036 end_adapterAdded(_iceI_begin_adapterAdded(info, context, ::IceInternal::dummyCallback, 0,
true));
15048 return _iceI_begin_adapterAdded(info, context, ::IceInternal::dummyCallback, 0);
15075 return _iceI_begin_adapterAdded(info, context, cb, cookie);
15102 return _iceI_begin_adapterAdded(info, context, cb, cookie);
15113 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_adapterAdded(const ::
IceGrid::AdapterInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15125 end_adapterUpdated(_iceI_begin_adapterUpdated(info, context, ::IceInternal::dummyCallback, 0,
true));
15137 return _iceI_begin_adapterUpdated(info, context, ::IceInternal::dummyCallback, 0);
15164 return _iceI_begin_adapterUpdated(info, context, cb, cookie);
15191 return _iceI_begin_adapterUpdated(info, context, cb, cookie);
15202 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_adapterUpdated(const ::
IceGrid::AdapterInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15214 end_adapterRemoved(_iceI_begin_adapterRemoved(
id, context, ::IceInternal::dummyCallback, 0,
true));
15226 return _iceI_begin_adapterRemoved(
id, context, ::IceInternal::dummyCallback, 0);
15253 return _iceI_begin_adapterRemoved(
id, context, cb, cookie);
15280 return _iceI_begin_adapterRemoved(
id, context, cb, cookie);
15291 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_adapterRemoved(const ::std::string&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15321 end_objectInit(_iceI_begin_objectInit(objects, context, ::IceInternal::dummyCallback, 0,
true));
15334 return _iceI_begin_objectInit(objects, context, ::IceInternal::dummyCallback, 0);
15363 return _iceI_begin_objectInit(objects, context, cb, cookie);
15390 ::Ice::AsyncResultPtr begin_objectInit(const ::IceGrid::ObjectInfoSeq& objects, const ::Ice::Context& context, const ::IceGrid::Callback_ObjectObserver_objectInitPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
15392 return _iceI_begin_objectInit(objects, context, cb, cookie);
15403 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_objectInit(const ::
IceGrid::ObjectInfoSeq&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15415 end_objectAdded(_iceI_begin_objectAdded(info, context, ::IceInternal::dummyCallback, 0,
true));
15427 return _iceI_begin_objectAdded(info, context, ::IceInternal::dummyCallback, 0);
15454 return _iceI_begin_objectAdded(info, context, cb, cookie);
15481 return _iceI_begin_objectAdded(info, context, cb, cookie);
15492 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_objectAdded(const ::
IceGrid::ObjectInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15504 end_objectUpdated(_iceI_begin_objectUpdated(info, context, ::IceInternal::dummyCallback, 0,
true));
15516 return _iceI_begin_objectUpdated(info, context, ::IceInternal::dummyCallback, 0);
15543 return _iceI_begin_objectUpdated(info, context, cb, cookie);
15570 return _iceI_begin_objectUpdated(info, context, cb, cookie);
15581 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_objectUpdated(const ::
IceGrid::ObjectInfo&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15593 end_objectRemoved(_iceI_begin_objectRemoved(
id, context, ::IceInternal::dummyCallback, 0,
true));
15605 return _iceI_begin_objectRemoved(
id, context, ::IceInternal::dummyCallback, 0);
15632 return _iceI_begin_objectRemoved(
id, context, cb, cookie);
15659 return _iceI_begin_objectRemoved(
id, context, cb, cookie);
15670 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_objectRemoved(const ::
Ice::Identity&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15699 end_keepAlive(_iceI_begin_keepAlive(context, ::IceInternal::dummyCallback, 0,
true));
15711 return _iceI_begin_keepAlive(context, ::IceInternal::dummyCallback, 0);
15738 return _iceI_begin_keepAlive(context, cb, cookie);
15765 return _iceI_begin_keepAlive(context, cb, cookie);
15776 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_keepAlive(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15788 return end_getAdmin(_iceI_begin_getAdmin(context, ::IceInternal::dummyCallback, 0,
true));
15799 return _iceI_begin_getAdmin(context, ::IceInternal::dummyCallback, 0);
15824 return _iceI_begin_getAdmin(context, cb, cookie);
15849 return _iceI_begin_getAdmin(context, cb, cookie);
15861 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAdmin(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15889 return _iceI_begin_getAdminCallbackTemplate(context, ::IceInternal::dummyCallback, 0);
15918 return _iceI_begin_getAdminCallbackTemplate(context, cb, cookie);
15947 return _iceI_begin_getAdminCallbackTemplate(context, cb, cookie);
15960 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getAdminCallbackTemplate(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
15977 ICE_MEMBER(
ICEGRID_API)
void setObservers(const ::IceGrid::RegistryObserverPrx& registryObs, const ::IceGrid::NodeObserverPrx& nodeObs, const ::IceGrid::ApplicationObserverPrx& appObs, const ::IceGrid::AdapterObserverPrx& adptObs, const ::IceGrid::ObjectObserverPrx& objObs, const ::Ice::Context& context =
::Ice::noExplicitContext)
15979 end_setObservers(_iceI_begin_setObservers(registryObs, nodeObs, appObs, adptObs, objObs, context, ::IceInternal::dummyCallback, 0,
true));
15996 return _iceI_begin_setObservers(registryObs, nodeObs, appObs, adptObs, objObs, context, ::IceInternal::dummyCallback, 0);
16012 ::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx& registryObs, const ::IceGrid::NodeObserverPrx& nodeObs, const ::IceGrid::ApplicationObserverPrx& appObs, const ::IceGrid::AdapterObserverPrx& adptObs, const ::IceGrid::ObjectObserverPrx& objObs, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16014 return _iceI_begin_setObservers(registryObs, nodeObs, appObs, adptObs, objObs,
::Ice::noExplicitContext, cb, cookie);
16031 ::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx& registryObs, const ::IceGrid::NodeObserverPrx& nodeObs, const ::IceGrid::ApplicationObserverPrx& appObs, const ::IceGrid::AdapterObserverPrx& adptObs, const ::IceGrid::ObjectObserverPrx& objObs, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16033 return _iceI_begin_setObservers(registryObs, nodeObs, appObs, adptObs, objObs, context, cb, cookie);
16049 ::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx& registryObs, const ::IceGrid::NodeObserverPrx& nodeObs, const ::IceGrid::ApplicationObserverPrx& appObs, const ::IceGrid::AdapterObserverPrx& adptObs, const ::IceGrid::ObjectObserverPrx& objObs, const ::IceGrid::Callback_AdminSession_setObserversPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16051 return _iceI_begin_setObservers(registryObs, nodeObs, appObs, adptObs, objObs,
::Ice::noExplicitContext, cb, cookie);
16068 ::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx& registryObs, const ::IceGrid::NodeObserverPrx& nodeObs, const ::IceGrid::ApplicationObserverPrx& appObs, const ::IceGrid::AdapterObserverPrx& adptObs, const ::IceGrid::ObjectObserverPrx& objObs, const ::Ice::Context& context, const ::IceGrid::Callback_AdminSession_setObserversPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16070 return _iceI_begin_setObservers(registryObs, nodeObs, appObs, adptObs, objObs, context, cb, cookie);
16083 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_setObservers(const ::
IceGrid::RegistryObserverPrx&, const ::
IceGrid::NodeObserverPrx&, const ::
IceGrid::ApplicationObserverPrx&, const ::
IceGrid::AdapterObserverPrx&, const ::
IceGrid::ObjectObserverPrx&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16104 end_setObserversByIdentity(_iceI_begin_setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, context, ::IceInternal::dummyCallback, 0,
true));
16123 return _iceI_begin_setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, context, ::IceInternal::dummyCallback, 0);
16141 ::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16143 return _iceI_begin_setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs,
::Ice::noExplicitContext, cb, cookie);
16162 ::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::Ice::Context& context, const ::Ice::CallbackPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16164 return _iceI_begin_setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, context, cb, cookie);
16182 ::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::IceGrid::Callback_AdminSession_setObserversByIdentityPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16184 return _iceI_begin_setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs,
::Ice::noExplicitContext, cb, cookie);
16203 ::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::Ice::Context& context, const ::IceGrid::Callback_AdminSession_setObserversByIdentityPtr& cb, const ::Ice::LocalObjectPtr& cookie = 0)
16205 return _iceI_begin_setObserversByIdentity(registryObs, nodeObs, appObs, adptObs, objObs, context, cb, cookie);
16218 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_setObserversByIdentity(const ::
Ice::Identity&, const ::
Ice::Identity&, const ::
Ice::Identity&, const ::
Ice::Identity&, const ::
Ice::Identity&, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16232 return end_startUpdate(_iceI_begin_startUpdate(context, ::IceInternal::dummyCallback, 0,
true));
16242 return _iceI_begin_startUpdate(context, ::IceInternal::dummyCallback, 0);
16265 return _iceI_begin_startUpdate(context, cb, cookie);
16288 return _iceI_begin_startUpdate(context, cb, cookie);
16303 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_startUpdate(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16315 end_finishUpdate(_iceI_begin_finishUpdate(context, ::IceInternal::dummyCallback, 0,
true));
16325 return _iceI_begin_finishUpdate(context, ::IceInternal::dummyCallback, 0);
16348 return _iceI_begin_finishUpdate(context, cb, cookie);
16371 return _iceI_begin_finishUpdate(context, cb, cookie);
16384 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_finishUpdate(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16395 return end_getReplicaName(_iceI_begin_getReplicaName(context, ::IceInternal::dummyCallback, 0,
true));
16405 return _iceI_begin_getReplicaName(context, ::IceInternal::dummyCallback, 0);
16428 return _iceI_begin_getReplicaName(context, cb, cookie);
16451 return _iceI_begin_getReplicaName(context, cb, cookie);
16463 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_getReplicaName(const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16490 return end_openServerLog(_iceI_begin_openServerLog(
id, path, count, context, ::IceInternal::dummyCallback, 0,
true));
16508 return _iceI_begin_openServerLog(
id, path, count, context, ::IceInternal::dummyCallback, 0);
16547 return _iceI_begin_openServerLog(
id, path, count, context, cb, cookie);
16586 return _iceI_begin_openServerLog(
id, path, count, context, cb, cookie);
16606 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openServerLog(const ::std::string&, const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16630 return end_openServerStdErr(_iceI_begin_openServerStdErr(
id, count, context, ::IceInternal::dummyCallback, 0,
true));
16645 return _iceI_begin_openServerStdErr(
id, count, context, ::IceInternal::dummyCallback, 0);
16678 return _iceI_begin_openServerStdErr(
id, count, context, cb, cookie);
16711 return _iceI_begin_openServerStdErr(
id, count, context, cb, cookie);
16731 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openServerStdErr(const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16755 return end_openServerStdOut(_iceI_begin_openServerStdOut(
id, count, context, ::IceInternal::dummyCallback, 0,
true));
16770 return _iceI_begin_openServerStdOut(
id, count, context, ::IceInternal::dummyCallback, 0);
16803 return _iceI_begin_openServerStdOut(
id, count, context, cb, cookie);
16836 return _iceI_begin_openServerStdOut(
id, count, context, cb, cookie);
16856 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openServerStdOut(const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16877 return end_openNodeStdErr(_iceI_begin_openNodeStdErr(name, count, context, ::IceInternal::dummyCallback, 0,
true));
16892 return _iceI_begin_openNodeStdErr(name, count, context, ::IceInternal::dummyCallback, 0);
16925 return _iceI_begin_openNodeStdErr(name, count, context, cb, cookie);
16958 return _iceI_begin_openNodeStdErr(name, count, context, cb, cookie);
16975 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openNodeStdErr(const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
16996 return end_openNodeStdOut(_iceI_begin_openNodeStdOut(name, count, context, ::IceInternal::dummyCallback, 0,
true));
17011 return _iceI_begin_openNodeStdOut(name, count, context, ::IceInternal::dummyCallback, 0);
17044 return _iceI_begin_openNodeStdOut(name, count, context, cb, cookie);
17077 return _iceI_begin_openNodeStdOut(name, count, context, cb, cookie);
17094 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openNodeStdOut(const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
17116 return end_openRegistryStdErr(_iceI_begin_openRegistryStdErr(name, count, context, ::IceInternal::dummyCallback, 0,
true));
17131 return _iceI_begin_openRegistryStdErr(name, count, context, ::IceInternal::dummyCallback, 0);
17164 return _iceI_begin_openRegistryStdErr(name, count, context, cb, cookie);
17197 return _iceI_begin_openRegistryStdErr(name, count, context, cb, cookie);
17215 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openRegistryStdErr(const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
17237 return end_openRegistryStdOut(_iceI_begin_openRegistryStdOut(name, count, context, ::IceInternal::dummyCallback, 0,
true));
17252 return _iceI_begin_openRegistryStdOut(name, count, context, ::IceInternal::dummyCallback, 0);
17285 return _iceI_begin_openRegistryStdOut(name, count, context, cb, cookie);
17318 return _iceI_begin_openRegistryStdOut(name, count, context, cb, cookie);
17336 ICE_MEMBER(
ICEGRID_API) ::
Ice::AsyncResultPtr _iceI_begin_openRegistryStdOut(const ::std::string&, ::
Ice::Int, const ::
Ice::Context&, const ::IceInternal::CallbackBasePtr&, const ::
Ice::LocalObjectPtr& cookie = 0, bool sync = false);
17376#ifdef ICE_CPP11_COMPILER
17422 bool _iceD_addApplication(::IceInternal::Incoming&, const ::Ice::Current&);
17441 bool _iceD_syncApplication(::IceInternal::Incoming&, const ::Ice::Current&);
17459 bool _iceD_updateApplication(::IceInternal::Incoming&, const ::Ice::Current&);
17481 bool _iceD_syncApplicationWithoutRestart(::IceInternal::Incoming&, const ::Ice::Current&);
17502 bool _iceD_updateApplicationWithoutRestart(::IceInternal::Incoming&, const ::Ice::Current&);
17518 bool _iceD_removeApplication(::IceInternal::Incoming&, const ::Ice::Current&);
17539 bool _iceD_instantiateServer(::IceInternal::Incoming&, const ::Ice::Current&);
17555 bool _iceD_patchApplication(::IceInternal::Incoming&, const ::Ice::Current&);
17568 bool _iceD_getApplicationInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17580 bool _iceD_getDefaultApplicationDescriptor(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17590 bool _iceD_getAllApplicationNames(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17602 bool _iceD_getServerInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17618 bool _iceD_getServerState(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17635 bool _iceD_getServerPid(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17647 bool _iceD_getServerAdminCategory(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17663 bool _iceD_getServerAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17682 bool _iceD_enableServer(::IceInternal::Incoming&, const ::Ice::Current&);
17699 bool _iceD_isServerEnabled(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17718 bool _iceD_startServer(::IceInternal::Incoming&, const ::Ice::Current&);
17737 bool _iceD_stopServer(::IceInternal::Incoming&, const ::Ice::Current&);
17757 bool _iceD_patchServer(::IceInternal::Incoming&, const ::Ice::Current&);
17776 bool _iceD_sendSignal(::IceInternal::Incoming&, const ::Ice::Current&);
17786 bool _iceD_getAllServerIds(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17804 bool _iceD_getAdapterInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17817 bool _iceD_removeAdapter(::IceInternal::Incoming&, const ::Ice::Current&);
17827 bool _iceD_getAllAdapterIds(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17844 bool _iceD_addObject(::IceInternal::Incoming&, const ::Ice::Current&);
17862 bool _iceD_updateObject(::IceInternal::Incoming&, const ::Ice::Current&);
17877 bool _iceD_addObjectWithType(::IceInternal::Incoming&, const ::Ice::Current&);
17896 bool _iceD_removeObject(::IceInternal::Incoming&, const ::Ice::Current&);
17909 bool _iceD_getObjectInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17921 bool _iceD_getObjectInfosByType(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17936 bool _iceD_getAllObjectInfos(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17948 bool _iceD_pingNode(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17962 bool _iceD_getNodeLoad(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17976 bool _iceD_getNodeInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
17990 bool _iceD_getNodeAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18011 bool _iceD_getNodeProcessorSocketCount(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18024 bool _iceD_shutdownNode(::IceInternal::Incoming&, const ::Ice::Current&);
18038 bool _iceD_getNodeHostname(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18048 bool _iceD_getAllNodeNames(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18060 bool _iceD_pingRegistry(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18074 bool _iceD_getRegistryInfo(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18086 bool _iceD_getRegistryAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18099 bool _iceD_shutdownRegistry(::IceInternal::Incoming&, const ::Ice::Current&);
18109 bool _iceD_getAllRegistryNames(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18118 bool _iceD_shutdown(::IceInternal::Incoming&, const ::Ice::Current&);
18128 bool _iceD_getSliceChecksums(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18132 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18144inline bool operator==(
const Admin& lhs,
const Admin& rhs)
18149inline bool operator<(
const Admin& lhs,
const Admin& rhs)
18168#ifdef ICE_CPP11_COMPILER
18219 bool _iceD_read(::IceInternal::Incoming&, const ::Ice::Current&);
18228 bool _iceD_destroy(::IceInternal::Incoming&, const ::Ice::Current&);
18232 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18249inline bool operator<(
const FileIterator& lhs,
const FileIterator& rhs)
18269#ifdef ICE_CPP11_COMPILER
18311 bool _iceD_registryInit(::IceInternal::Incoming&, const ::Ice::Current&);
18322 bool _iceD_registryUp(::IceInternal::Incoming&, const ::Ice::Current&);
18333 bool _iceD_registryDown(::IceInternal::Incoming&, const ::Ice::Current&);
18337 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18354inline bool operator<(
const RegistryObserver& lhs,
const RegistryObserver& rhs)
18375#ifdef ICE_CPP11_COMPILER
18417 bool _iceD_nodeInit(::IceInternal::Incoming&, const ::Ice::Current&);
18428 bool _iceD_nodeUp(::IceInternal::Incoming&, const ::Ice::Current&);
18439 bool _iceD_nodeDown(::IceInternal::Incoming&, const ::Ice::Current&);
18451 bool _iceD_updateServer(::IceInternal::Incoming&, const ::Ice::Current&);
18463 bool _iceD_updateAdapter(::IceInternal::Incoming&, const ::Ice::Current&);
18467 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18484inline bool operator<(
const NodeObserver& lhs,
const NodeObserver& rhs)
18505#ifdef ICE_CPP11_COMPILER
18551 bool _iceD_applicationInit(::IceInternal::Incoming&, const ::Ice::Current&);
18563 bool _iceD_applicationAdded(::IceInternal::Incoming&, const ::Ice::Current&);
18575 bool _iceD_applicationRemoved(::IceInternal::Incoming&, const ::Ice::Current&);
18587 bool _iceD_applicationUpdated(::IceInternal::Incoming&, const ::Ice::Current&);
18591 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18608inline bool operator<(
const ApplicationObserver& lhs,
const ApplicationObserver& rhs)
18628#ifdef ICE_CPP11_COMPILER
18671 bool _iceD_adapterInit(::IceInternal::Incoming&, const ::Ice::Current&);
18682 bool _iceD_adapterAdded(::IceInternal::Incoming&, const ::Ice::Current&);
18693 bool _iceD_adapterUpdated(::IceInternal::Incoming&, const ::Ice::Current&);
18704 bool _iceD_adapterRemoved(::IceInternal::Incoming&, const ::Ice::Current&);
18708 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18725inline bool operator<(
const AdapterObserver& lhs,
const AdapterObserver& rhs)
18744#ifdef ICE_CPP11_COMPILER
18787 bool _iceD_objectInit(::IceInternal::Incoming&, const ::Ice::Current&);
18798 bool _iceD_objectAdded(::IceInternal::Incoming&, const ::Ice::Current&);
18809 bool _iceD_objectUpdated(::IceInternal::Incoming&, const ::Ice::Current&);
18820 bool _iceD_objectRemoved(::IceInternal::Incoming&, const ::Ice::Current&);
18824 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
18841inline bool operator<(
const ObjectObserver& lhs,
const ObjectObserver& rhs)
18864#ifdef ICE_CPP11_COMPILER
18906 bool _iceD_keepAlive(::IceInternal::Incoming&, const ::Ice::Current&);
18917 bool _iceD_getAdmin(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18931 bool _iceD_getAdminCallbackTemplate(::IceInternal::Incoming&, const ::Ice::Current&)
const;
18949 bool _iceD_setObservers(::IceInternal::Incoming&, const ::Ice::Current&);
18967 virtual void setObserversByIdentity(const ::Ice::Identity& registryObs, const ::Ice::Identity& nodeObs, const ::Ice::Identity& appObs, const ::Ice::Identity& adptObs, const ::Ice::Identity& objObs, const ::Ice::Current& current =
::Ice::emptyCurrent) = 0;
18969 bool _iceD_setObserversByIdentity(::IceInternal::Incoming&, const ::Ice::Current&);
18982 bool _iceD_startUpdate(::IceInternal::Incoming&, const ::Ice::Current&);
18993 bool _iceD_finishUpdate(::IceInternal::Incoming&, const ::Ice::Current&);
19003 bool _iceD_getReplicaName(::IceInternal::Incoming&, const ::Ice::Current&)
const;
19029 bool _iceD_openServerLog(::IceInternal::Incoming&, const ::Ice::Current&);
19052 bool _iceD_openServerStdErr(::IceInternal::Incoming&, const ::Ice::Current&);
19075 bool _iceD_openServerStdOut(::IceInternal::Incoming&, const ::Ice::Current&);
19095 bool _iceD_openNodeStdErr(::IceInternal::Incoming&, const ::Ice::Current&);
19115 bool _iceD_openNodeStdOut(::IceInternal::Incoming&, const ::Ice::Current&);
19136 bool _iceD_openRegistryStdErr(::IceInternal::Incoming&, const ::Ice::Current&);
19157 bool _iceD_openRegistryStdOut(::IceInternal::Incoming&, const ::Ice::Current&);
19161 virtual bool _iceDispatch(::IceInternal::Incoming&, const ::Ice::Current&);
19178inline bool operator<(
const AdminSession& lhs,
const AdminSession& rhs)
19193 static const StreamHelperCategory helper = StreamHelperCategoryEnum;
19194 static const int minValue = 0;
19195 static const int maxValue = 6;
19196 static const int minWireSize = 1;
19197 static const bool fixedLength =
false;
19201struct StreamableTraits< ::IceGrid::ObjectInfo>
19203 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19204 static const int minWireSize = 3;
19205 static const bool fixedLength =
false;
19208template<
typename S>
19209struct StreamWriter< ::IceGrid::ObjectInfo, S>
19211 static void write(S* ostr, const ::IceGrid::ObjectInfo& v)
19213 ostr->write(v.proxy);
19214 ostr->write(v.type);
19218template<
typename S>
19219struct StreamReader< ::IceGrid::ObjectInfo, S>
19221 static void read(S* istr, ::IceGrid::ObjectInfo& v)
19223 istr->read(v.
proxy);
19224 istr->read(v.
type);
19229struct StreamableTraits< ::IceGrid::AdapterInfo>
19231 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19232 static const int minWireSize = 4;
19233 static const bool fixedLength =
false;
19236template<
typename S>
19237struct StreamWriter< ::IceGrid::AdapterInfo, S>
19239 static void write(S* ostr, const ::IceGrid::AdapterInfo& v)
19242 ostr->write(v.proxy);
19243 ostr->write(v.replicaGroupId);
19247template<
typename S>
19248struct StreamReader< ::IceGrid::AdapterInfo, S>
19250 static void read(S* istr, ::IceGrid::AdapterInfo& v)
19253 istr->read(v.
proxy);
19259struct StreamableTraits< ::IceGrid::ServerInfo>
19261 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19262 static const int minWireSize = 9;
19263 static const bool fixedLength =
false;
19266template<
typename S>
19267struct StreamWriter< ::IceGrid::ServerInfo, S>
19269 static void write(S* ostr, const ::IceGrid::ServerInfo& v)
19271 ostr->write(v.application);
19272 ostr->write(v.uuid);
19273 ostr->write(v.revision);
19274 ostr->write(v.node);
19275 ostr->write(v.descriptor);
19276 ostr->write(v.sessionId);
19280template<
typename S>
19281struct StreamReader< ::IceGrid::ServerInfo, S>
19283 static void read(S* istr, ::IceGrid::ServerInfo& v)
19286 istr->read(v.
uuid);
19288 istr->read(v.
node);
19295struct StreamableTraits< ::IceGrid::NodeInfo>
19297 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19298 static const int minWireSize = 11;
19299 static const bool fixedLength =
false;
19302template<
typename S>
19303struct StreamWriter< ::IceGrid::NodeInfo, S>
19305 static void write(S* ostr, const ::IceGrid::NodeInfo& v)
19307 ostr->write(v.name);
19309 ostr->write(v.hostname);
19310 ostr->write(v.release);
19311 ostr->write(v.version);
19312 ostr->write(v.machine);
19313 ostr->write(v.nProcessors);
19314 ostr->write(v.dataDir);
19318template<
typename S>
19319struct StreamReader< ::IceGrid::NodeInfo, S>
19321 static void read(S* istr, ::IceGrid::NodeInfo& v)
19323 istr->read(v.
name);
19335struct StreamableTraits< ::IceGrid::RegistryInfo>
19337 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19338 static const int minWireSize = 2;
19339 static const bool fixedLength =
false;
19342template<
typename S>
19343struct StreamWriter< ::IceGrid::RegistryInfo, S>
19345 static void write(S* ostr, const ::IceGrid::RegistryInfo& v)
19347 ostr->write(v.name);
19348 ostr->write(v.hostname);
19352template<
typename S>
19353struct StreamReader< ::IceGrid::RegistryInfo, S>
19355 static void read(S* istr, ::IceGrid::RegistryInfo& v)
19357 istr->read(v.
name);
19363struct StreamableTraits< ::IceGrid::LoadInfo>
19365 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19366 static const int minWireSize = 12;
19367 static const bool fixedLength =
true;
19370template<
typename S>
19371struct StreamWriter< ::IceGrid::LoadInfo, S>
19373 static void write(S* ostr, const ::IceGrid::LoadInfo& v)
19375 ostr->write(v.avg1);
19376 ostr->write(v.avg5);
19377 ostr->write(v.avg15);
19381template<
typename S>
19382struct StreamReader< ::IceGrid::LoadInfo, S>
19384 static void read(S* istr, ::IceGrid::LoadInfo& v)
19386 istr->read(v.
avg1);
19387 istr->read(v.
avg5);
19388 istr->read(v.
avg15);
19393struct StreamableTraits< ::IceGrid::ApplicationInfo>
19395 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19396 static const int minWireSize = 33;
19397 static const bool fixedLength =
false;
19400template<
typename S>
19401struct StreamWriter< ::IceGrid::ApplicationInfo, S>
19403 static void write(S* ostr, const ::IceGrid::ApplicationInfo& v)
19405 ostr->write(v.uuid);
19406 ostr->write(v.createTime);
19407 ostr->write(v.createUser);
19408 ostr->write(v.updateTime);
19409 ostr->write(v.updateUser);
19410 ostr->write(v.revision);
19411 ostr->write(v.descriptor);
19415template<
typename S>
19416struct StreamReader< ::IceGrid::ApplicationInfo, S>
19418 static void read(S* istr, ::IceGrid::ApplicationInfo& v)
19420 istr->read(v.
uuid);
19431struct StreamableTraits< ::IceGrid::ApplicationUpdateInfo>
19433 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19434 static const int minWireSize = 28;
19435 static const bool fixedLength =
false;
19438template<
typename S>
19439struct StreamWriter< ::IceGrid::ApplicationUpdateInfo, S>
19441 static void write(S* ostr, const ::IceGrid::ApplicationUpdateInfo& v)
19443 ostr->write(v.updateTime);
19444 ostr->write(v.updateUser);
19445 ostr->write(v.revision);
19446 ostr->write(v.descriptor);
19450template<
typename S>
19451struct StreamReader< ::IceGrid::ApplicationUpdateInfo, S>
19453 static void read(S* istr, ::IceGrid::ApplicationUpdateInfo& v)
19463struct StreamableTraits< ::IceGrid::ServerDynamicInfo>
19465 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19466 static const int minWireSize = 7;
19467 static const bool fixedLength =
false;
19470template<
typename S>
19471struct StreamWriter< ::IceGrid::ServerDynamicInfo, S>
19473 static void write(S* ostr, const ::IceGrid::ServerDynamicInfo& v)
19476 ostr->write(v.state);
19477 ostr->write(v.pid);
19478 ostr->write(v.enabled);
19482template<
typename S>
19483struct StreamReader< ::IceGrid::ServerDynamicInfo, S>
19485 static void read(S* istr, ::IceGrid::ServerDynamicInfo& v)
19488 istr->read(v.
state);
19495struct StreamableTraits< ::IceGrid::AdapterDynamicInfo>
19497 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19498 static const int minWireSize = 3;
19499 static const bool fixedLength =
false;
19502template<
typename S>
19503struct StreamWriter< ::IceGrid::AdapterDynamicInfo, S>
19505 static void write(S* ostr, const ::IceGrid::AdapterDynamicInfo& v)
19508 ostr->write(v.proxy);
19512template<
typename S>
19513struct StreamReader< ::IceGrid::AdapterDynamicInfo, S>
19515 static void read(S* istr, ::IceGrid::AdapterDynamicInfo& v)
19518 istr->read(v.
proxy);
19523struct StreamableTraits< ::IceGrid::NodeDynamicInfo>
19525 static const StreamHelperCategory helper = StreamHelperCategoryStruct;
19526 static const int minWireSize = 13;
19527 static const bool fixedLength =
false;
19530template<
typename S>
19531struct StreamWriter< ::IceGrid::NodeDynamicInfo, S>
19533 static void write(S* ostr, const ::IceGrid::NodeDynamicInfo& v)
19535 ostr->write(v.info);
19536 ostr->write(v.servers);
19537 ostr->write(v.adapters);
19541template<
typename S>
19542struct StreamReader< ::IceGrid::NodeDynamicInfo, S>
19544 static void read(S* istr, ::IceGrid::NodeDynamicInfo& v)
19546 istr->read(v.
info);
19575 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
19580 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
19582 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
19585 proxy->end_addApplication(result);
19587 catch(const ::Ice::Exception& ex)
19589 ::IceInternal::CallbackNC<T>::exception(result, ex);
19594 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
19601 Response _response;
19625template<
class T> Callback_Admin_addApplicationPtr
19639template<
class T> Callback_Admin_addApplicationPtr
19652template<
class T> Callback_Admin_addApplicationPtr
19663template<
class T,
typename CT>
19670 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
19671 typedef void (T::*
Sent)(bool ,
const CT&);
19675 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
19680 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
19682 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
19685 proxy->end_addApplication(result);
19687 catch(const ::Ice::Exception& ex)
19689 ::IceInternal::Callback<T, CT>::exception(result, ex);
19694 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
19701 Response _response;
19727template<
class T,
typename CT> Callback_Admin_addApplicationPtr
19742template<
class T,
typename CT> Callback_Admin_addApplicationPtr
19756template<
class T,
typename CT> Callback_Admin_addApplicationPtr
19779 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
19784 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
19786 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
19789 proxy->end_syncApplication(result);
19791 catch(const ::Ice::Exception& ex)
19793 ::IceInternal::CallbackNC<T>::exception(result, ex);
19798 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
19805 Response _response;
19829template<
class T> Callback_Admin_syncApplicationPtr
19843template<
class T> Callback_Admin_syncApplicationPtr
19856template<
class T> Callback_Admin_syncApplicationPtr
19867template<
class T,
typename CT>
19874 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
19875 typedef void (T::*
Sent)(bool ,
const CT&);
19879 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
19884 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
19886 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
19889 proxy->end_syncApplication(result);
19891 catch(const ::Ice::Exception& ex)
19893 ::IceInternal::Callback<T, CT>::exception(result, ex);
19898 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
19905 Response _response;
19931template<
class T,
typename CT> Callback_Admin_syncApplicationPtr
19946template<
class T,
typename CT> Callback_Admin_syncApplicationPtr
19960template<
class T,
typename CT> Callback_Admin_syncApplicationPtr
19983 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
19988 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
19990 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
19993 proxy->end_updateApplication(result);
19995 catch(const ::Ice::Exception& ex)
19997 ::IceInternal::CallbackNC<T>::exception(result, ex);
20002 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
20009 Response _response;
20033template<
class T> Callback_Admin_updateApplicationPtr
20047template<
class T> Callback_Admin_updateApplicationPtr
20060template<
class T> Callback_Admin_updateApplicationPtr
20071template<
class T,
typename CT>
20078 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
20079 typedef void (T::*
Sent)(bool ,
const CT&);
20083 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
20088 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20090 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20093 proxy->end_updateApplication(result);
20095 catch(const ::Ice::Exception& ex)
20097 ::IceInternal::Callback<T, CT>::exception(result, ex);
20102 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
20109 Response _response;
20135template<
class T,
typename CT> Callback_Admin_updateApplicationPtr
20150template<
class T,
typename CT> Callback_Admin_updateApplicationPtr
20164template<
class T,
typename CT> Callback_Admin_updateApplicationPtr
20187 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
20192 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20194 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20197 proxy->end_syncApplicationWithoutRestart(result);
20199 catch(const ::Ice::Exception& ex)
20201 ::IceInternal::CallbackNC<T>::exception(result, ex);
20206 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
20213 Response _response;
20237template<
class T> Callback_Admin_syncApplicationWithoutRestartPtr
20251template<
class T> Callback_Admin_syncApplicationWithoutRestartPtr
20264template<
class T> Callback_Admin_syncApplicationWithoutRestartPtr
20275template<
class T,
typename CT>
20282 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
20283 typedef void (T::*
Sent)(bool ,
const CT&);
20287 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
20292 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20294 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20297 proxy->end_syncApplicationWithoutRestart(result);
20299 catch(const ::Ice::Exception& ex)
20301 ::IceInternal::Callback<T, CT>::exception(result, ex);
20306 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
20313 Response _response;
20339template<
class T,
typename CT> Callback_Admin_syncApplicationWithoutRestartPtr
20354template<
class T,
typename CT> Callback_Admin_syncApplicationWithoutRestartPtr
20368template<
class T,
typename CT> Callback_Admin_syncApplicationWithoutRestartPtr
20391 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
20396 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20398 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20401 proxy->end_updateApplicationWithoutRestart(result);
20403 catch(const ::Ice::Exception& ex)
20405 ::IceInternal::CallbackNC<T>::exception(result, ex);
20410 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
20417 Response _response;
20441template<
class T> Callback_Admin_updateApplicationWithoutRestartPtr
20455template<
class T> Callback_Admin_updateApplicationWithoutRestartPtr
20468template<
class T> Callback_Admin_updateApplicationWithoutRestartPtr
20479template<
class T,
typename CT>
20486 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
20487 typedef void (T::*
Sent)(bool ,
const CT&);
20491 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
20496 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20498 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20501 proxy->end_updateApplicationWithoutRestart(result);
20503 catch(const ::Ice::Exception& ex)
20505 ::IceInternal::Callback<T, CT>::exception(result, ex);
20510 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
20517 Response _response;
20543template<
class T,
typename CT> Callback_Admin_updateApplicationWithoutRestartPtr
20558template<
class T,
typename CT> Callback_Admin_updateApplicationWithoutRestartPtr
20572template<
class T,
typename CT> Callback_Admin_updateApplicationWithoutRestartPtr
20595 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
20600 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20602 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20605 proxy->end_removeApplication(result);
20607 catch(const ::Ice::Exception& ex)
20609 ::IceInternal::CallbackNC<T>::exception(result, ex);
20614 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
20621 Response _response;
20645template<
class T> Callback_Admin_removeApplicationPtr
20659template<
class T> Callback_Admin_removeApplicationPtr
20672template<
class T> Callback_Admin_removeApplicationPtr
20683template<
class T,
typename CT>
20690 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
20691 typedef void (T::*
Sent)(bool ,
const CT&);
20695 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
20700 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20702 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20705 proxy->end_removeApplication(result);
20707 catch(const ::Ice::Exception& ex)
20709 ::IceInternal::Callback<T, CT>::exception(result, ex);
20714 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
20721 Response _response;
20747template<
class T,
typename CT> Callback_Admin_removeApplicationPtr
20762template<
class T,
typename CT> Callback_Admin_removeApplicationPtr
20776template<
class T,
typename CT> Callback_Admin_removeApplicationPtr
20799 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
20804 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20806 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20809 proxy->end_instantiateServer(result);
20811 catch(const ::Ice::Exception& ex)
20813 ::IceInternal::CallbackNC<T>::exception(result, ex);
20818 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
20825 Response _response;
20849template<
class T> Callback_Admin_instantiateServerPtr
20863template<
class T> Callback_Admin_instantiateServerPtr
20876template<
class T> Callback_Admin_instantiateServerPtr
20887template<
class T,
typename CT>
20894 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
20895 typedef void (T::*
Sent)(bool ,
const CT&);
20899 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
20904 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
20906 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
20909 proxy->end_instantiateServer(result);
20911 catch(const ::Ice::Exception& ex)
20913 ::IceInternal::Callback<T, CT>::exception(result, ex);
20918 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
20925 Response _response;
20951template<
class T,
typename CT> Callback_Admin_instantiateServerPtr
20966template<
class T,
typename CT> Callback_Admin_instantiateServerPtr
20980template<
class T,
typename CT> Callback_Admin_instantiateServerPtr
21003 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21008 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21010 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21013 proxy->end_patchApplication(result);
21015 catch(const ::Ice::Exception& ex)
21017 ::IceInternal::CallbackNC<T>::exception(result, ex);
21022 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
21029 Response _response;
21053template<
class T> Callback_Admin_patchApplicationPtr
21067template<
class T> Callback_Admin_patchApplicationPtr
21080template<
class T> Callback_Admin_patchApplicationPtr
21091template<
class T,
typename CT>
21098 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
21099 typedef void (T::*
Sent)(bool ,
const CT&);
21103 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
21108 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21110 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21113 proxy->end_patchApplication(result);
21115 catch(const ::Ice::Exception& ex)
21117 ::IceInternal::Callback<T, CT>::exception(result, ex);
21122 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
21129 Response _response;
21155template<
class T,
typename CT> Callback_Admin_patchApplicationPtr
21170template<
class T,
typename CT> Callback_Admin_patchApplicationPtr
21184template<
class T,
typename CT> Callback_Admin_patchApplicationPtr
21207 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21212 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21214 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21218 ret = proxy->end_getApplicationInfo(result);
21220 catch(const ::Ice::Exception& ex)
21222 ::IceInternal::CallbackNC<T>::exception(result, ex);
21227 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
21234 Response _response;
21259template<
class T> Callback_Admin_getApplicationInfoPtr
21270template<
class T,
typename CT>
21277 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
21278 typedef void (T::*
Sent)(bool ,
const CT&);
21282 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
21287 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21289 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21293 ret = proxy->end_getApplicationInfo(result);
21295 catch(const ::Ice::Exception& ex)
21297 ::IceInternal::Callback<T, CT>::exception(result, ex);
21302 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
21309 Response _response;
21336template<
class T,
typename CT> Callback_Admin_getApplicationInfoPtr
21359 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21364 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21366 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21370 ret = proxy->end_getDefaultApplicationDescriptor(result);
21372 catch(const ::Ice::Exception& ex)
21374 ::IceInternal::CallbackNC<T>::exception(result, ex);
21379 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
21386 Response _response;
21411template<
class T> Callback_Admin_getDefaultApplicationDescriptorPtr
21422template<
class T,
typename CT>
21429 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
21430 typedef void (T::*
Sent)(bool ,
const CT&);
21434 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
21439 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21441 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21445 ret = proxy->end_getDefaultApplicationDescriptor(result);
21447 catch(const ::Ice::Exception& ex)
21449 ::IceInternal::Callback<T, CT>::exception(result, ex);
21454 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
21461 Response _response;
21488template<
class T,
typename CT> Callback_Admin_getDefaultApplicationDescriptorPtr
21511 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21516 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21518 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21522 ret = proxy->end_getAllApplicationNames(result);
21524 catch(const ::Ice::Exception& ex)
21526 ::IceInternal::CallbackNC<T>::exception(result, ex);
21531 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
21538 Response _response;
21563template<
class T> Callback_Admin_getAllApplicationNamesPtr
21574template<
class T,
typename CT>
21581 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
21582 typedef void (T::*
Sent)(bool ,
const CT&);
21583 typedef void (T::*
Response)(const ::Ice::StringSeq&,
const CT&);
21586 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
21591 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21593 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21597 ret = proxy->end_getAllApplicationNames(result);
21599 catch(const ::Ice::Exception& ex)
21601 ::IceInternal::Callback<T, CT>::exception(result, ex);
21606 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
21613 Response _response;
21640template<
class T,
typename CT> Callback_Admin_getAllApplicationNamesPtr
21663 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21668 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21670 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21674 ret = proxy->end_getServerInfo(result);
21676 catch(const ::Ice::Exception& ex)
21678 ::IceInternal::CallbackNC<T>::exception(result, ex);
21683 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
21690 Response _response;
21715template<
class T> Callback_Admin_getServerInfoPtr
21726template<
class T,
typename CT>
21733 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
21734 typedef void (T::*
Sent)(bool ,
const CT&);
21738 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
21743 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21745 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21749 ret = proxy->end_getServerInfo(result);
21751 catch(const ::Ice::Exception& ex)
21753 ::IceInternal::Callback<T, CT>::exception(result, ex);
21758 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
21765 Response _response;
21792template<
class T,
typename CT> Callback_Admin_getServerInfoPtr
21815 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21820 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21822 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21826 ret = proxy->end_getServerState(result);
21828 catch(const ::Ice::Exception& ex)
21830 ::IceInternal::CallbackNC<T>::exception(result, ex);
21835 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
21842 Response _response;
21867template<
class T> Callback_Admin_getServerStatePtr
21878template<
class T,
typename CT>
21885 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
21886 typedef void (T::*
Sent)(bool ,
const CT&);
21890 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
21895 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21897 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21901 ret = proxy->end_getServerState(result);
21903 catch(const ::Ice::Exception& ex)
21905 ::IceInternal::Callback<T, CT>::exception(result, ex);
21910 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
21917 Response _response;
21944template<
class T,
typename CT> Callback_Admin_getServerStatePtr
21967 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
21972 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
21974 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
21978 ret = proxy->end_getServerPid(result);
21980 catch(const ::Ice::Exception& ex)
21982 ::IceInternal::CallbackNC<T>::exception(result, ex);
21987 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
21994 Response _response;
22019template<
class T> Callback_Admin_getServerPidPtr
22030template<
class T,
typename CT>
22037 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
22038 typedef void (T::*
Sent)(bool ,
const CT&);
22042 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
22047 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22049 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22053 ret = proxy->end_getServerPid(result);
22055 catch(const ::Ice::Exception& ex)
22057 ::IceInternal::Callback<T, CT>::exception(result, ex);
22062 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
22069 Response _response;
22096template<
class T,
typename CT> Callback_Admin_getServerPidPtr
22119 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
22124 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22126 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22130 ret = proxy->end_getServerAdminCategory(result);
22132 catch(const ::Ice::Exception& ex)
22134 ::IceInternal::CallbackNC<T>::exception(result, ex);
22139 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
22146 Response _response;
22171template<
class T> Callback_Admin_getServerAdminCategoryPtr
22182template<
class T,
typename CT>
22189 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
22190 typedef void (T::*
Sent)(bool ,
const CT&);
22191 typedef void (T::*
Response)(const ::std::string&,
const CT&);
22194 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
22199 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22201 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22205 ret = proxy->end_getServerAdminCategory(result);
22207 catch(const ::Ice::Exception& ex)
22209 ::IceInternal::Callback<T, CT>::exception(result, ex);
22214 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
22221 Response _response;
22248template<
class T,
typename CT> Callback_Admin_getServerAdminCategoryPtr
22271 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
22276 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22278 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22282 ret = proxy->end_getServerAdmin(result);
22284 catch(const ::Ice::Exception& ex)
22286 ::IceInternal::CallbackNC<T>::exception(result, ex);
22291 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
22298 Response _response;
22323template<
class T> Callback_Admin_getServerAdminPtr
22334template<
class T,
typename CT>
22341 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
22342 typedef void (T::*
Sent)(bool ,
const CT&);
22343 typedef void (T::*
Response)(const ::Ice::ObjectPrx&,
const CT&);
22346 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
22351 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22353 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22357 ret = proxy->end_getServerAdmin(result);
22359 catch(const ::Ice::Exception& ex)
22361 ::IceInternal::Callback<T, CT>::exception(result, ex);
22366 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
22373 Response _response;
22400template<
class T,
typename CT> Callback_Admin_getServerAdminPtr
22401newCallback_Admin_getServerAdmin(T* instance,
void (T::*cb)(const ::Ice::ObjectPrx&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
22423 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
22428 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22430 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22433 proxy->end_enableServer(result);
22435 catch(const ::Ice::Exception& ex)
22437 ::IceInternal::CallbackNC<T>::exception(result, ex);
22442 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
22449 Response _response;
22473template<
class T> Callback_Admin_enableServerPtr
22487template<
class T> Callback_Admin_enableServerPtr
22500template<
class T> Callback_Admin_enableServerPtr
22511template<
class T,
typename CT>
22518 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
22519 typedef void (T::*
Sent)(bool ,
const CT&);
22523 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
22528 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22530 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22533 proxy->end_enableServer(result);
22535 catch(const ::Ice::Exception& ex)
22537 ::IceInternal::Callback<T, CT>::exception(result, ex);
22542 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
22549 Response _response;
22575template<
class T,
typename CT> Callback_Admin_enableServerPtr
22590template<
class T,
typename CT> Callback_Admin_enableServerPtr
22604template<
class T,
typename CT> Callback_Admin_enableServerPtr
22627 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
22632 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22634 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22638 ret = proxy->end_isServerEnabled(result);
22640 catch(const ::Ice::Exception& ex)
22642 ::IceInternal::CallbackNC<T>::exception(result, ex);
22647 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
22654 Response _response;
22679template<
class T> Callback_Admin_isServerEnabledPtr
22690template<
class T,
typename CT>
22697 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
22698 typedef void (T::*
Sent)(bool ,
const CT&);
22702 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
22707 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22709 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22713 ret = proxy->end_isServerEnabled(result);
22715 catch(const ::Ice::Exception& ex)
22717 ::IceInternal::Callback<T, CT>::exception(result, ex);
22722 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
22729 Response _response;
22756template<
class T,
typename CT> Callback_Admin_isServerEnabledPtr
22779 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
22784 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22786 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22789 proxy->end_startServer(result);
22791 catch(const ::Ice::Exception& ex)
22793 ::IceInternal::CallbackNC<T>::exception(result, ex);
22798 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
22805 Response _response;
22829template<
class T> Callback_Admin_startServerPtr
22843template<
class T> Callback_Admin_startServerPtr
22856template<
class T> Callback_Admin_startServerPtr
22867template<
class T,
typename CT>
22874 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
22875 typedef void (T::*
Sent)(bool ,
const CT&);
22879 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
22884 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22886 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22889 proxy->end_startServer(result);
22891 catch(const ::Ice::Exception& ex)
22893 ::IceInternal::Callback<T, CT>::exception(result, ex);
22898 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
22905 Response _response;
22931template<
class T,
typename CT> Callback_Admin_startServerPtr
22946template<
class T,
typename CT> Callback_Admin_startServerPtr
22960template<
class T,
typename CT> Callback_Admin_startServerPtr
22983 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
22988 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
22990 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
22993 proxy->end_stopServer(result);
22995 catch(const ::Ice::Exception& ex)
22997 ::IceInternal::CallbackNC<T>::exception(result, ex);
23002 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
23009 Response _response;
23033template<
class T> Callback_Admin_stopServerPtr
23047template<
class T> Callback_Admin_stopServerPtr
23060template<
class T> Callback_Admin_stopServerPtr
23071template<
class T,
typename CT>
23078 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
23079 typedef void (T::*
Sent)(bool ,
const CT&);
23083 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
23088 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23090 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23093 proxy->end_stopServer(result);
23095 catch(const ::Ice::Exception& ex)
23097 ::IceInternal::Callback<T, CT>::exception(result, ex);
23102 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
23109 Response _response;
23135template<
class T,
typename CT> Callback_Admin_stopServerPtr
23150template<
class T,
typename CT> Callback_Admin_stopServerPtr
23151newCallback_Admin_stopServer(T* instance,
void (T::*cb)(
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
23164template<
class T,
typename CT> Callback_Admin_stopServerPtr
23187 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
23192 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23194 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23197 proxy->end_patchServer(result);
23199 catch(const ::Ice::Exception& ex)
23201 ::IceInternal::CallbackNC<T>::exception(result, ex);
23206 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
23213 Response _response;
23237template<
class T> Callback_Admin_patchServerPtr
23251template<
class T> Callback_Admin_patchServerPtr
23264template<
class T> Callback_Admin_patchServerPtr
23275template<
class T,
typename CT>
23282 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
23283 typedef void (T::*
Sent)(bool ,
const CT&);
23287 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
23292 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23294 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23297 proxy->end_patchServer(result);
23299 catch(const ::Ice::Exception& ex)
23301 ::IceInternal::Callback<T, CT>::exception(result, ex);
23306 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
23313 Response _response;
23339template<
class T,
typename CT> Callback_Admin_patchServerPtr
23354template<
class T,
typename CT> Callback_Admin_patchServerPtr
23368template<
class T,
typename CT> Callback_Admin_patchServerPtr
23391 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
23396 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23398 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23401 proxy->end_sendSignal(result);
23403 catch(const ::Ice::Exception& ex)
23405 ::IceInternal::CallbackNC<T>::exception(result, ex);
23410 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
23417 Response _response;
23441template<
class T> Callback_Admin_sendSignalPtr
23455template<
class T> Callback_Admin_sendSignalPtr
23468template<
class T> Callback_Admin_sendSignalPtr
23479template<
class T,
typename CT>
23486 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
23487 typedef void (T::*
Sent)(bool ,
const CT&);
23491 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
23496 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23498 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23501 proxy->end_sendSignal(result);
23503 catch(const ::Ice::Exception& ex)
23505 ::IceInternal::Callback<T, CT>::exception(result, ex);
23510 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
23517 Response _response;
23543template<
class T,
typename CT> Callback_Admin_sendSignalPtr
23558template<
class T,
typename CT> Callback_Admin_sendSignalPtr
23559newCallback_Admin_sendSignal(T* instance,
void (T::*cb)(
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
23572template<
class T,
typename CT> Callback_Admin_sendSignalPtr
23595 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
23600 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23602 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23606 ret = proxy->end_getAllServerIds(result);
23608 catch(const ::Ice::Exception& ex)
23610 ::IceInternal::CallbackNC<T>::exception(result, ex);
23615 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
23622 Response _response;
23647template<
class T> Callback_Admin_getAllServerIdsPtr
23658template<
class T,
typename CT>
23665 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
23666 typedef void (T::*
Sent)(bool ,
const CT&);
23667 typedef void (T::*
Response)(const ::Ice::StringSeq&,
const CT&);
23670 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
23675 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23677 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23681 ret = proxy->end_getAllServerIds(result);
23683 catch(const ::Ice::Exception& ex)
23685 ::IceInternal::Callback<T, CT>::exception(result, ex);
23690 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
23697 Response _response;
23724template<
class T,
typename CT> Callback_Admin_getAllServerIdsPtr
23725newCallback_Admin_getAllServerIds(T* instance,
void (T::*cb)(const ::Ice::StringSeq&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
23747 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
23752 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23754 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23758 ret = proxy->end_getAdapterInfo(result);
23760 catch(const ::Ice::Exception& ex)
23762 ::IceInternal::CallbackNC<T>::exception(result, ex);
23767 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
23774 Response _response;
23799template<
class T> Callback_Admin_getAdapterInfoPtr
23810template<
class T,
typename CT>
23817 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
23818 typedef void (T::*
Sent)(bool ,
const CT&);
23822 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
23827 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23829 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23833 ret = proxy->end_getAdapterInfo(result);
23835 catch(const ::Ice::Exception& ex)
23837 ::IceInternal::Callback<T, CT>::exception(result, ex);
23842 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
23849 Response _response;
23876template<
class T,
typename CT> Callback_Admin_getAdapterInfoPtr
23899 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
23904 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
23906 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
23909 proxy->end_removeAdapter(result);
23911 catch(const ::Ice::Exception& ex)
23913 ::IceInternal::CallbackNC<T>::exception(result, ex);
23918 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
23925 Response _response;
23949template<
class T> Callback_Admin_removeAdapterPtr
23963template<
class T> Callback_Admin_removeAdapterPtr
23976template<
class T> Callback_Admin_removeAdapterPtr
23987template<
class T,
typename CT>
23994 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
23995 typedef void (T::*
Sent)(bool ,
const CT&);
23999 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
24004 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24006 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24009 proxy->end_removeAdapter(result);
24011 catch(const ::Ice::Exception& ex)
24013 ::IceInternal::Callback<T, CT>::exception(result, ex);
24018 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
24025 Response _response;
24051template<
class T,
typename CT> Callback_Admin_removeAdapterPtr
24066template<
class T,
typename CT> Callback_Admin_removeAdapterPtr
24080template<
class T,
typename CT> Callback_Admin_removeAdapterPtr
24103 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
24108 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24110 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24114 ret = proxy->end_getAllAdapterIds(result);
24116 catch(const ::Ice::Exception& ex)
24118 ::IceInternal::CallbackNC<T>::exception(result, ex);
24123 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
24130 Response _response;
24155template<
class T> Callback_Admin_getAllAdapterIdsPtr
24166template<
class T,
typename CT>
24173 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
24174 typedef void (T::*
Sent)(bool ,
const CT&);
24175 typedef void (T::*
Response)(const ::Ice::StringSeq&,
const CT&);
24178 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
24183 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24185 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24189 ret = proxy->end_getAllAdapterIds(result);
24191 catch(const ::Ice::Exception& ex)
24193 ::IceInternal::Callback<T, CT>::exception(result, ex);
24198 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
24205 Response _response;
24232template<
class T,
typename CT> Callback_Admin_getAllAdapterIdsPtr
24233newCallback_Admin_getAllAdapterIds(T* instance,
void (T::*cb)(const ::Ice::StringSeq&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
24255 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
24260 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24262 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24265 proxy->end_addObject(result);
24267 catch(const ::Ice::Exception& ex)
24269 ::IceInternal::CallbackNC<T>::exception(result, ex);
24274 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
24281 Response _response;
24305template<
class T> Callback_Admin_addObjectPtr
24319template<
class T> Callback_Admin_addObjectPtr
24332template<
class T> Callback_Admin_addObjectPtr
24343template<
class T,
typename CT>
24350 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
24351 typedef void (T::*
Sent)(bool ,
const CT&);
24355 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
24360 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24362 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24365 proxy->end_addObject(result);
24367 catch(const ::Ice::Exception& ex)
24369 ::IceInternal::Callback<T, CT>::exception(result, ex);
24374 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
24381 Response _response;
24407template<
class T,
typename CT> Callback_Admin_addObjectPtr
24422template<
class T,
typename CT> Callback_Admin_addObjectPtr
24423newCallback_Admin_addObject(T* instance,
void (T::*cb)(
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
24436template<
class T,
typename CT> Callback_Admin_addObjectPtr
24459 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
24464 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24466 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24469 proxy->end_updateObject(result);
24471 catch(const ::Ice::Exception& ex)
24473 ::IceInternal::CallbackNC<T>::exception(result, ex);
24478 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
24485 Response _response;
24509template<
class T> Callback_Admin_updateObjectPtr
24523template<
class T> Callback_Admin_updateObjectPtr
24536template<
class T> Callback_Admin_updateObjectPtr
24547template<
class T,
typename CT>
24554 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
24555 typedef void (T::*
Sent)(bool ,
const CT&);
24559 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
24564 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24566 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24569 proxy->end_updateObject(result);
24571 catch(const ::Ice::Exception& ex)
24573 ::IceInternal::Callback<T, CT>::exception(result, ex);
24578 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
24585 Response _response;
24611template<
class T,
typename CT> Callback_Admin_updateObjectPtr
24626template<
class T,
typename CT> Callback_Admin_updateObjectPtr
24640template<
class T,
typename CT> Callback_Admin_updateObjectPtr
24663 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
24668 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24670 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24673 proxy->end_addObjectWithType(result);
24675 catch(const ::Ice::Exception& ex)
24677 ::IceInternal::CallbackNC<T>::exception(result, ex);
24682 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
24689 Response _response;
24713template<
class T> Callback_Admin_addObjectWithTypePtr
24727template<
class T> Callback_Admin_addObjectWithTypePtr
24740template<
class T> Callback_Admin_addObjectWithTypePtr
24751template<
class T,
typename CT>
24758 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
24759 typedef void (T::*
Sent)(bool ,
const CT&);
24763 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
24768 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24770 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24773 proxy->end_addObjectWithType(result);
24775 catch(const ::Ice::Exception& ex)
24777 ::IceInternal::Callback<T, CT>::exception(result, ex);
24782 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
24789 Response _response;
24815template<
class T,
typename CT> Callback_Admin_addObjectWithTypePtr
24830template<
class T,
typename CT> Callback_Admin_addObjectWithTypePtr
24844template<
class T,
typename CT> Callback_Admin_addObjectWithTypePtr
24867 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
24872 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24874 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24877 proxy->end_removeObject(result);
24879 catch(const ::Ice::Exception& ex)
24881 ::IceInternal::CallbackNC<T>::exception(result, ex);
24886 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
24893 Response _response;
24917template<
class T> Callback_Admin_removeObjectPtr
24931template<
class T> Callback_Admin_removeObjectPtr
24944template<
class T> Callback_Admin_removeObjectPtr
24955template<
class T,
typename CT>
24962 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
24963 typedef void (T::*
Sent)(bool ,
const CT&);
24967 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
24972 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
24974 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
24977 proxy->end_removeObject(result);
24979 catch(const ::Ice::Exception& ex)
24981 ::IceInternal::Callback<T, CT>::exception(result, ex);
24986 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
24993 Response _response;
25019template<
class T,
typename CT> Callback_Admin_removeObjectPtr
25034template<
class T,
typename CT> Callback_Admin_removeObjectPtr
25048template<
class T,
typename CT> Callback_Admin_removeObjectPtr
25071 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25076 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25078 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25082 ret = proxy->end_getObjectInfo(result);
25084 catch(const ::Ice::Exception& ex)
25086 ::IceInternal::CallbackNC<T>::exception(result, ex);
25091 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
25098 Response _response;
25123template<
class T> Callback_Admin_getObjectInfoPtr
25134template<
class T,
typename CT>
25141 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
25142 typedef void (T::*
Sent)(bool ,
const CT&);
25146 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
25151 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25153 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25157 ret = proxy->end_getObjectInfo(result);
25159 catch(const ::Ice::Exception& ex)
25161 ::IceInternal::Callback<T, CT>::exception(result, ex);
25166 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
25173 Response _response;
25200template<
class T,
typename CT> Callback_Admin_getObjectInfoPtr
25223 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25228 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25230 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25234 ret = proxy->end_getObjectInfosByType(result);
25236 catch(const ::Ice::Exception& ex)
25238 ::IceInternal::CallbackNC<T>::exception(result, ex);
25243 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
25250 Response _response;
25275template<
class T> Callback_Admin_getObjectInfosByTypePtr
25286template<
class T,
typename CT>
25293 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
25294 typedef void (T::*
Sent)(bool ,
const CT&);
25298 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
25303 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25305 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25309 ret = proxy->end_getObjectInfosByType(result);
25311 catch(const ::Ice::Exception& ex)
25313 ::IceInternal::Callback<T, CT>::exception(result, ex);
25318 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
25325 Response _response;
25352template<
class T,
typename CT> Callback_Admin_getObjectInfosByTypePtr
25375 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25380 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25382 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25386 ret = proxy->end_getAllObjectInfos(result);
25388 catch(const ::Ice::Exception& ex)
25390 ::IceInternal::CallbackNC<T>::exception(result, ex);
25395 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
25402 Response _response;
25427template<
class T> Callback_Admin_getAllObjectInfosPtr
25438template<
class T,
typename CT>
25445 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
25446 typedef void (T::*
Sent)(bool ,
const CT&);
25450 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
25455 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25457 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25461 ret = proxy->end_getAllObjectInfos(result);
25463 catch(const ::Ice::Exception& ex)
25465 ::IceInternal::Callback<T, CT>::exception(result, ex);
25470 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
25477 Response _response;
25504template<
class T,
typename CT> Callback_Admin_getAllObjectInfosPtr
25527 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25532 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25534 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25538 ret = proxy->end_pingNode(result);
25540 catch(const ::Ice::Exception& ex)
25542 ::IceInternal::CallbackNC<T>::exception(result, ex);
25547 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
25554 Response _response;
25579template<
class T> Callback_Admin_pingNodePtr
25590template<
class T,
typename CT>
25597 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
25598 typedef void (T::*
Sent)(bool ,
const CT&);
25602 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
25607 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25609 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25613 ret = proxy->end_pingNode(result);
25615 catch(const ::Ice::Exception& ex)
25617 ::IceInternal::Callback<T, CT>::exception(result, ex);
25622 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
25629 Response _response;
25656template<
class T,
typename CT> Callback_Admin_pingNodePtr
25657newCallback_Admin_pingNode(T* instance,
void (T::*cb)(
bool,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
25679 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25684 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25686 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25690 ret = proxy->end_getNodeLoad(result);
25692 catch(const ::Ice::Exception& ex)
25694 ::IceInternal::CallbackNC<T>::exception(result, ex);
25699 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
25706 Response _response;
25731template<
class T> Callback_Admin_getNodeLoadPtr
25742template<
class T,
typename CT>
25749 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
25750 typedef void (T::*
Sent)(bool ,
const CT&);
25754 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
25759 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25761 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25765 ret = proxy->end_getNodeLoad(result);
25767 catch(const ::Ice::Exception& ex)
25769 ::IceInternal::Callback<T, CT>::exception(result, ex);
25774 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
25781 Response _response;
25808template<
class T,
typename CT> Callback_Admin_getNodeLoadPtr
25831 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25836 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25838 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25842 ret = proxy->end_getNodeInfo(result);
25844 catch(const ::Ice::Exception& ex)
25846 ::IceInternal::CallbackNC<T>::exception(result, ex);
25851 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
25858 Response _response;
25883template<
class T> Callback_Admin_getNodeInfoPtr
25894template<
class T,
typename CT>
25901 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
25902 typedef void (T::*
Sent)(bool ,
const CT&);
25906 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
25911 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25913 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25917 ret = proxy->end_getNodeInfo(result);
25919 catch(const ::Ice::Exception& ex)
25921 ::IceInternal::Callback<T, CT>::exception(result, ex);
25926 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
25933 Response _response;
25960template<
class T,
typename CT> Callback_Admin_getNodeInfoPtr
25983 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
25988 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
25990 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
25994 ret = proxy->end_getNodeAdmin(result);
25996 catch(const ::Ice::Exception& ex)
25998 ::IceInternal::CallbackNC<T>::exception(result, ex);
26003 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
26010 Response _response;
26035template<
class T> Callback_Admin_getNodeAdminPtr
26046template<
class T,
typename CT>
26053 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
26054 typedef void (T::*
Sent)(bool ,
const CT&);
26055 typedef void (T::*
Response)(const ::Ice::ObjectPrx&,
const CT&);
26058 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
26063 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26065 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26069 ret = proxy->end_getNodeAdmin(result);
26071 catch(const ::Ice::Exception& ex)
26073 ::IceInternal::Callback<T, CT>::exception(result, ex);
26078 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
26085 Response _response;
26112template<
class T,
typename CT> Callback_Admin_getNodeAdminPtr
26113newCallback_Admin_getNodeAdmin(T* instance,
void (T::*cb)(const ::Ice::ObjectPrx&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
26135 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
26140 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26142 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26146 ret = proxy->end_getNodeProcessorSocketCount(result);
26148 catch(const ::Ice::Exception& ex)
26150 ::IceInternal::CallbackNC<T>::exception(result, ex);
26155 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
26162 Response _response;
26187template<
class T> Callback_Admin_getNodeProcessorSocketCountPtr
26198template<
class T,
typename CT>
26205 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
26206 typedef void (T::*
Sent)(bool ,
const CT&);
26210 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
26215 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26217 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26221 ret = proxy->end_getNodeProcessorSocketCount(result);
26223 catch(const ::Ice::Exception& ex)
26225 ::IceInternal::Callback<T, CT>::exception(result, ex);
26230 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
26237 Response _response;
26264template<
class T,
typename CT> Callback_Admin_getNodeProcessorSocketCountPtr
26287 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
26292 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26294 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26297 proxy->end_shutdownNode(result);
26299 catch(const ::Ice::Exception& ex)
26301 ::IceInternal::CallbackNC<T>::exception(result, ex);
26306 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
26313 Response _response;
26337template<
class T> Callback_Admin_shutdownNodePtr
26351template<
class T> Callback_Admin_shutdownNodePtr
26364template<
class T> Callback_Admin_shutdownNodePtr
26375template<
class T,
typename CT>
26382 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
26383 typedef void (T::*
Sent)(bool ,
const CT&);
26387 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
26392 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26394 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26397 proxy->end_shutdownNode(result);
26399 catch(const ::Ice::Exception& ex)
26401 ::IceInternal::Callback<T, CT>::exception(result, ex);
26406 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
26413 Response _response;
26439template<
class T,
typename CT> Callback_Admin_shutdownNodePtr
26454template<
class T,
typename CT> Callback_Admin_shutdownNodePtr
26468template<
class T,
typename CT> Callback_Admin_shutdownNodePtr
26491 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
26496 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26498 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26502 ret = proxy->end_getNodeHostname(result);
26504 catch(const ::Ice::Exception& ex)
26506 ::IceInternal::CallbackNC<T>::exception(result, ex);
26511 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
26518 Response _response;
26543template<
class T> Callback_Admin_getNodeHostnamePtr
26554template<
class T,
typename CT>
26561 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
26562 typedef void (T::*
Sent)(bool ,
const CT&);
26563 typedef void (T::*
Response)(const ::std::string&,
const CT&);
26566 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
26571 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26573 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26577 ret = proxy->end_getNodeHostname(result);
26579 catch(const ::Ice::Exception& ex)
26581 ::IceInternal::Callback<T, CT>::exception(result, ex);
26586 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
26593 Response _response;
26620template<
class T,
typename CT> Callback_Admin_getNodeHostnamePtr
26621newCallback_Admin_getNodeHostname(T* instance,
void (T::*cb)(const ::std::string&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
26643 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
26648 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26650 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26654 ret = proxy->end_getAllNodeNames(result);
26656 catch(const ::Ice::Exception& ex)
26658 ::IceInternal::CallbackNC<T>::exception(result, ex);
26663 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
26670 Response _response;
26695template<
class T> Callback_Admin_getAllNodeNamesPtr
26706template<
class T,
typename CT>
26713 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
26714 typedef void (T::*
Sent)(bool ,
const CT&);
26715 typedef void (T::*
Response)(const ::Ice::StringSeq&,
const CT&);
26718 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
26723 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26725 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26729 ret = proxy->end_getAllNodeNames(result);
26731 catch(const ::Ice::Exception& ex)
26733 ::IceInternal::Callback<T, CT>::exception(result, ex);
26738 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
26745 Response _response;
26772template<
class T,
typename CT> Callback_Admin_getAllNodeNamesPtr
26773newCallback_Admin_getAllNodeNames(T* instance,
void (T::*cb)(const ::Ice::StringSeq&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
26795 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
26800 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26802 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26806 ret = proxy->end_pingRegistry(result);
26808 catch(const ::Ice::Exception& ex)
26810 ::IceInternal::CallbackNC<T>::exception(result, ex);
26815 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
26822 Response _response;
26847template<
class T> Callback_Admin_pingRegistryPtr
26858template<
class T,
typename CT>
26865 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
26866 typedef void (T::*
Sent)(bool ,
const CT&);
26870 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
26875 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26877 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26881 ret = proxy->end_pingRegistry(result);
26883 catch(const ::Ice::Exception& ex)
26885 ::IceInternal::Callback<T, CT>::exception(result, ex);
26890 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
26897 Response _response;
26924template<
class T,
typename CT> Callback_Admin_pingRegistryPtr
26947 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
26952 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
26954 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
26958 ret = proxy->end_getRegistryInfo(result);
26960 catch(const ::Ice::Exception& ex)
26962 ::IceInternal::CallbackNC<T>::exception(result, ex);
26967 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
26974 Response _response;
26999template<
class T> Callback_Admin_getRegistryInfoPtr
27010template<
class T,
typename CT>
27017 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27018 typedef void (T::*
Sent)(bool ,
const CT&);
27022 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
27027 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27029 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27033 ret = proxy->end_getRegistryInfo(result);
27035 catch(const ::Ice::Exception& ex)
27037 ::IceInternal::Callback<T, CT>::exception(result, ex);
27042 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
27049 Response _response;
27076template<
class T,
typename CT> Callback_Admin_getRegistryInfoPtr
27099 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
27104 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27106 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27110 ret = proxy->end_getRegistryAdmin(result);
27112 catch(const ::Ice::Exception& ex)
27114 ::IceInternal::CallbackNC<T>::exception(result, ex);
27119 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
27126 Response _response;
27151template<
class T> Callback_Admin_getRegistryAdminPtr
27162template<
class T,
typename CT>
27169 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27170 typedef void (T::*
Sent)(bool ,
const CT&);
27171 typedef void (T::*
Response)(const ::Ice::ObjectPrx&,
const CT&);
27174 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
27179 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27181 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27185 ret = proxy->end_getRegistryAdmin(result);
27187 catch(const ::Ice::Exception& ex)
27189 ::IceInternal::Callback<T, CT>::exception(result, ex);
27194 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
27201 Response _response;
27228template<
class T,
typename CT> Callback_Admin_getRegistryAdminPtr
27229newCallback_Admin_getRegistryAdmin(T* instance,
void (T::*cb)(const ::Ice::ObjectPrx&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
27251 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
27256 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27258 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27261 proxy->end_shutdownRegistry(result);
27263 catch(const ::Ice::Exception& ex)
27265 ::IceInternal::CallbackNC<T>::exception(result, ex);
27270 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
27277 Response _response;
27301template<
class T> Callback_Admin_shutdownRegistryPtr
27315template<
class T> Callback_Admin_shutdownRegistryPtr
27328template<
class T> Callback_Admin_shutdownRegistryPtr
27339template<
class T,
typename CT>
27346 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27347 typedef void (T::*
Sent)(bool ,
const CT&);
27351 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
27356 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27358 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27361 proxy->end_shutdownRegistry(result);
27363 catch(const ::Ice::Exception& ex)
27365 ::IceInternal::Callback<T, CT>::exception(result, ex);
27370 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
27377 Response _response;
27403template<
class T,
typename CT> Callback_Admin_shutdownRegistryPtr
27418template<
class T,
typename CT> Callback_Admin_shutdownRegistryPtr
27432template<
class T,
typename CT> Callback_Admin_shutdownRegistryPtr
27455 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
27460 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27462 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27466 ret = proxy->end_getAllRegistryNames(result);
27468 catch(const ::Ice::Exception& ex)
27470 ::IceInternal::CallbackNC<T>::exception(result, ex);
27475 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
27482 Response _response;
27507template<
class T> Callback_Admin_getAllRegistryNamesPtr
27518template<
class T,
typename CT>
27525 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27526 typedef void (T::*
Sent)(bool ,
const CT&);
27527 typedef void (T::*
Response)(const ::Ice::StringSeq&,
const CT&);
27530 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
27535 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27537 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27541 ret = proxy->end_getAllRegistryNames(result);
27543 catch(const ::Ice::Exception& ex)
27545 ::IceInternal::Callback<T, CT>::exception(result, ex);
27550 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
27557 Response _response;
27584template<
class T,
typename CT> Callback_Admin_getAllRegistryNamesPtr
27607 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
27620template<
class T> Callback_Admin_shutdownPtr
27633template<
class T> Callback_Admin_shutdownPtr
27647template<
class T> Callback_Admin_shutdownPtr
27660template<
class T> Callback_Admin_shutdownPtr
27671template<
class T,
typename CT>
27678 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27679 typedef void (T::*
Sent)(bool ,
const CT&);
27683 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
27697template<
class T,
typename CT> Callback_Admin_shutdownPtr
27711template<
class T,
typename CT> Callback_Admin_shutdownPtr
27726template<
class T,
typename CT> Callback_Admin_shutdownPtr
27727newCallback_Admin_shutdown(T* instance,
void (T::*cb)(
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
27740template<
class T,
typename CT> Callback_Admin_shutdownPtr
27760 typedef void (T::*
Response)(const ::Ice::SliceChecksumDict&);
27763 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
27768 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27770 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27774 ret = proxy->end_getSliceChecksums(result);
27776 catch(const ::Ice::Exception& ex)
27778 ::IceInternal::CallbackNC<T>::exception(result, ex);
27783 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
27790 Response _response;
27815template<
class T> Callback_Admin_getSliceChecksumsPtr
27826template<
class T,
typename CT>
27833 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27834 typedef void (T::*
Sent)(bool ,
const CT&);
27835 typedef void (T::*
Response)(const ::Ice::SliceChecksumDict&,
const CT&);
27838 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
27843 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27845 AdminPrx proxy = AdminPrx::uncheckedCast(result->getProxy());
27849 ret = proxy->end_getSliceChecksums(result);
27851 catch(const ::Ice::Exception& ex)
27853 ::IceInternal::Callback<T, CT>::exception(result, ex);
27858 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
27865 Response _response;
27892template<
class T,
typename CT> Callback_Admin_getSliceChecksumsPtr
27893newCallback_Admin_getSliceChecksums(T* instance,
void (T::*cb)(const ::Ice::SliceChecksumDict&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
27912 typedef void (T::*
Response)(bool, const ::Ice::StringSeq&);
27915 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
27920 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27922 FileIteratorPrx proxy = FileIteratorPrx::uncheckedCast(result->getProxy());
27927 ret = proxy->end_read(iceP_lines, result);
27929 catch(const ::Ice::Exception& ex)
27931 ::IceInternal::CallbackNC<T>::exception(result, ex);
27936 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret, iceP_lines);
27943 Response _response;
27968template<
class T> Callback_FileIterator_readPtr
27979template<
class T,
typename CT>
27986 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
27987 typedef void (T::*
Sent)(bool ,
const CT&);
27988 typedef void (T::*
Response)(bool, const ::Ice::StringSeq&,
const CT&);
27991 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
27996 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
27998 FileIteratorPrx proxy = FileIteratorPrx::uncheckedCast(result->getProxy());
28003 ret = proxy->end_read(iceP_lines, result);
28005 catch(const ::Ice::Exception& ex)
28007 ::IceInternal::Callback<T, CT>::exception(result, ex);
28012 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, iceP_lines, CT::dynamicCast(result->getCookie()));
28019 Response _response;
28046template<
class T,
typename CT> Callback_FileIterator_readPtr
28047newCallback_FileIterator_read(T* instance,
void (T::*cb)(
bool, const ::Ice::StringSeq&,
const CT&),
void (T::*excb)(const ::Ice::Exception&,
const CT&),
void (T::*sentcb)(
bool,
const CT&) = 0)
28069 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
28082template<
class T> Callback_FileIterator_destroyPtr
28095template<
class T> Callback_FileIterator_destroyPtr
28109template<
class T> Callback_FileIterator_destroyPtr
28122template<
class T> Callback_FileIterator_destroyPtr
28133template<
class T,
typename CT>
28140 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
28141 typedef void (T::*
Sent)(bool ,
const CT&);
28145 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
28159template<
class T,
typename CT> Callback_FileIterator_destroyPtr
28173template<
class T,
typename CT> Callback_FileIterator_destroyPtr
28188template<
class T,
typename CT> Callback_FileIterator_destroyPtr
28202template<
class T,
typename CT> Callback_FileIterator_destroyPtr
28225 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
28238template<
class T> Callback_RegistryObserver_registryInitPtr
28251template<
class T> Callback_RegistryObserver_registryInitPtr
28265template<
class T> Callback_RegistryObserver_registryInitPtr
28278template<
class T> Callback_RegistryObserver_registryInitPtr
28289template<
class T,
typename CT>
28296 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
28297 typedef void (T::*
Sent)(bool ,
const CT&);
28301 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
28315template<
class T,
typename CT> Callback_RegistryObserver_registryInitPtr
28329template<
class T,
typename CT> Callback_RegistryObserver_registryInitPtr
28344template<
class T,
typename CT> Callback_RegistryObserver_registryInitPtr
28358template<
class T,
typename CT> Callback_RegistryObserver_registryInitPtr
28381 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
28394template<
class T> Callback_RegistryObserver_registryUpPtr
28407template<
class T> Callback_RegistryObserver_registryUpPtr
28421template<
class T> Callback_RegistryObserver_registryUpPtr
28434template<
class T> Callback_RegistryObserver_registryUpPtr
28445template<
class T,
typename CT>
28452 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
28453 typedef void (T::*
Sent)(bool ,
const CT&);
28457 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
28471template<
class T,
typename CT> Callback_RegistryObserver_registryUpPtr
28485template<
class T,
typename CT> Callback_RegistryObserver_registryUpPtr
28500template<
class T,
typename CT> Callback_RegistryObserver_registryUpPtr
28514template<
class T,
typename CT> Callback_RegistryObserver_registryUpPtr
28537 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
28550template<
class T> Callback_RegistryObserver_registryDownPtr
28563template<
class T> Callback_RegistryObserver_registryDownPtr
28577template<
class T> Callback_RegistryObserver_registryDownPtr
28590template<
class T> Callback_RegistryObserver_registryDownPtr
28601template<
class T,
typename CT>
28608 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
28609 typedef void (T::*
Sent)(bool ,
const CT&);
28613 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
28627template<
class T,
typename CT> Callback_RegistryObserver_registryDownPtr
28641template<
class T,
typename CT> Callback_RegistryObserver_registryDownPtr
28656template<
class T,
typename CT> Callback_RegistryObserver_registryDownPtr
28670template<
class T,
typename CT> Callback_RegistryObserver_registryDownPtr
28693 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
28706template<
class T> Callback_NodeObserver_nodeInitPtr
28719template<
class T> Callback_NodeObserver_nodeInitPtr
28733template<
class T> Callback_NodeObserver_nodeInitPtr
28746template<
class T> Callback_NodeObserver_nodeInitPtr
28757template<
class T,
typename CT>
28764 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
28765 typedef void (T::*
Sent)(bool ,
const CT&);
28769 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
28783template<
class T,
typename CT> Callback_NodeObserver_nodeInitPtr
28797template<
class T,
typename CT> Callback_NodeObserver_nodeInitPtr
28812template<
class T,
typename CT> Callback_NodeObserver_nodeInitPtr
28826template<
class T,
typename CT> Callback_NodeObserver_nodeInitPtr
28849 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
28862template<
class T> Callback_NodeObserver_nodeUpPtr
28875template<
class T> Callback_NodeObserver_nodeUpPtr
28889template<
class T> Callback_NodeObserver_nodeUpPtr
28902template<
class T> Callback_NodeObserver_nodeUpPtr
28913template<
class T,
typename CT>
28920 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
28921 typedef void (T::*
Sent)(bool ,
const CT&);
28925 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
28939template<
class T,
typename CT> Callback_NodeObserver_nodeUpPtr
28953template<
class T,
typename CT> Callback_NodeObserver_nodeUpPtr
28968template<
class T,
typename CT> Callback_NodeObserver_nodeUpPtr
28982template<
class T,
typename CT> Callback_NodeObserver_nodeUpPtr
29005 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29018template<
class T> Callback_NodeObserver_nodeDownPtr
29031template<
class T> Callback_NodeObserver_nodeDownPtr
29045template<
class T> Callback_NodeObserver_nodeDownPtr
29058template<
class T> Callback_NodeObserver_nodeDownPtr
29069template<
class T,
typename CT>
29076 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
29077 typedef void (T::*
Sent)(bool ,
const CT&);
29081 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
29095template<
class T,
typename CT> Callback_NodeObserver_nodeDownPtr
29109template<
class T,
typename CT> Callback_NodeObserver_nodeDownPtr
29124template<
class T,
typename CT> Callback_NodeObserver_nodeDownPtr
29138template<
class T,
typename CT> Callback_NodeObserver_nodeDownPtr
29161 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29174template<
class T> Callback_NodeObserver_updateServerPtr
29187template<
class T> Callback_NodeObserver_updateServerPtr
29201template<
class T> Callback_NodeObserver_updateServerPtr
29214template<
class T> Callback_NodeObserver_updateServerPtr
29225template<
class T,
typename CT>
29232 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
29233 typedef void (T::*
Sent)(bool ,
const CT&);
29237 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
29251template<
class T,
typename CT> Callback_NodeObserver_updateServerPtr
29265template<
class T,
typename CT> Callback_NodeObserver_updateServerPtr
29280template<
class T,
typename CT> Callback_NodeObserver_updateServerPtr
29294template<
class T,
typename CT> Callback_NodeObserver_updateServerPtr
29317 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29330template<
class T> Callback_NodeObserver_updateAdapterPtr
29343template<
class T> Callback_NodeObserver_updateAdapterPtr
29357template<
class T> Callback_NodeObserver_updateAdapterPtr
29370template<
class T> Callback_NodeObserver_updateAdapterPtr
29381template<
class T,
typename CT>
29388 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
29389 typedef void (T::*
Sent)(bool ,
const CT&);
29393 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
29407template<
class T,
typename CT> Callback_NodeObserver_updateAdapterPtr
29421template<
class T,
typename CT> Callback_NodeObserver_updateAdapterPtr
29436template<
class T,
typename CT> Callback_NodeObserver_updateAdapterPtr
29450template<
class T,
typename CT> Callback_NodeObserver_updateAdapterPtr
29473 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29486template<
class T> Callback_ApplicationObserver_applicationInitPtr
29499template<
class T> Callback_ApplicationObserver_applicationInitPtr
29513template<
class T> Callback_ApplicationObserver_applicationInitPtr
29526template<
class T> Callback_ApplicationObserver_applicationInitPtr
29537template<
class T,
typename CT>
29544 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
29545 typedef void (T::*
Sent)(bool ,
const CT&);
29549 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
29563template<
class T,
typename CT> Callback_ApplicationObserver_applicationInitPtr
29577template<
class T,
typename CT> Callback_ApplicationObserver_applicationInitPtr
29592template<
class T,
typename CT> Callback_ApplicationObserver_applicationInitPtr
29606template<
class T,
typename CT> Callback_ApplicationObserver_applicationInitPtr
29629 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29642template<
class T> Callback_ApplicationObserver_applicationAddedPtr
29655template<
class T> Callback_ApplicationObserver_applicationAddedPtr
29669template<
class T> Callback_ApplicationObserver_applicationAddedPtr
29682template<
class T> Callback_ApplicationObserver_applicationAddedPtr
29693template<
class T,
typename CT>
29700 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
29701 typedef void (T::*
Sent)(bool ,
const CT&);
29705 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
29719template<
class T,
typename CT> Callback_ApplicationObserver_applicationAddedPtr
29733template<
class T,
typename CT> Callback_ApplicationObserver_applicationAddedPtr
29748template<
class T,
typename CT> Callback_ApplicationObserver_applicationAddedPtr
29762template<
class T,
typename CT> Callback_ApplicationObserver_applicationAddedPtr
29785 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29798template<
class T> Callback_ApplicationObserver_applicationRemovedPtr
29811template<
class T> Callback_ApplicationObserver_applicationRemovedPtr
29825template<
class T> Callback_ApplicationObserver_applicationRemovedPtr
29838template<
class T> Callback_ApplicationObserver_applicationRemovedPtr
29849template<
class T,
typename CT>
29856 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
29857 typedef void (T::*
Sent)(bool ,
const CT&);
29861 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
29875template<
class T,
typename CT> Callback_ApplicationObserver_applicationRemovedPtr
29889template<
class T,
typename CT> Callback_ApplicationObserver_applicationRemovedPtr
29904template<
class T,
typename CT> Callback_ApplicationObserver_applicationRemovedPtr
29918template<
class T,
typename CT> Callback_ApplicationObserver_applicationRemovedPtr
29941 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
29954template<
class T> Callback_ApplicationObserver_applicationUpdatedPtr
29967template<
class T> Callback_ApplicationObserver_applicationUpdatedPtr
29981template<
class T> Callback_ApplicationObserver_applicationUpdatedPtr
29994template<
class T> Callback_ApplicationObserver_applicationUpdatedPtr
30005template<
class T,
typename CT>
30012 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30013 typedef void (T::*
Sent)(bool ,
const CT&);
30017 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30031template<
class T,
typename CT> Callback_ApplicationObserver_applicationUpdatedPtr
30045template<
class T,
typename CT> Callback_ApplicationObserver_applicationUpdatedPtr
30060template<
class T,
typename CT> Callback_ApplicationObserver_applicationUpdatedPtr
30074template<
class T,
typename CT> Callback_ApplicationObserver_applicationUpdatedPtr
30097 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
30110template<
class T> Callback_AdapterObserver_adapterInitPtr
30123template<
class T> Callback_AdapterObserver_adapterInitPtr
30137template<
class T> Callback_AdapterObserver_adapterInitPtr
30150template<
class T> Callback_AdapterObserver_adapterInitPtr
30161template<
class T,
typename CT>
30168 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30169 typedef void (T::*
Sent)(bool ,
const CT&);
30173 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30187template<
class T,
typename CT> Callback_AdapterObserver_adapterInitPtr
30201template<
class T,
typename CT> Callback_AdapterObserver_adapterInitPtr
30216template<
class T,
typename CT> Callback_AdapterObserver_adapterInitPtr
30230template<
class T,
typename CT> Callback_AdapterObserver_adapterInitPtr
30253 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
30266template<
class T> Callback_AdapterObserver_adapterAddedPtr
30279template<
class T> Callback_AdapterObserver_adapterAddedPtr
30293template<
class T> Callback_AdapterObserver_adapterAddedPtr
30306template<
class T> Callback_AdapterObserver_adapterAddedPtr
30317template<
class T,
typename CT>
30324 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30325 typedef void (T::*
Sent)(bool ,
const CT&);
30329 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30343template<
class T,
typename CT> Callback_AdapterObserver_adapterAddedPtr
30357template<
class T,
typename CT> Callback_AdapterObserver_adapterAddedPtr
30372template<
class T,
typename CT> Callback_AdapterObserver_adapterAddedPtr
30386template<
class T,
typename CT> Callback_AdapterObserver_adapterAddedPtr
30409 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
30422template<
class T> Callback_AdapterObserver_adapterUpdatedPtr
30435template<
class T> Callback_AdapterObserver_adapterUpdatedPtr
30449template<
class T> Callback_AdapterObserver_adapterUpdatedPtr
30462template<
class T> Callback_AdapterObserver_adapterUpdatedPtr
30473template<
class T,
typename CT>
30480 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30481 typedef void (T::*
Sent)(bool ,
const CT&);
30485 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30499template<
class T,
typename CT> Callback_AdapterObserver_adapterUpdatedPtr
30513template<
class T,
typename CT> Callback_AdapterObserver_adapterUpdatedPtr
30528template<
class T,
typename CT> Callback_AdapterObserver_adapterUpdatedPtr
30542template<
class T,
typename CT> Callback_AdapterObserver_adapterUpdatedPtr
30565 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
30578template<
class T> Callback_AdapterObserver_adapterRemovedPtr
30591template<
class T> Callback_AdapterObserver_adapterRemovedPtr
30605template<
class T> Callback_AdapterObserver_adapterRemovedPtr
30618template<
class T> Callback_AdapterObserver_adapterRemovedPtr
30629template<
class T,
typename CT>
30636 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30637 typedef void (T::*
Sent)(bool ,
const CT&);
30641 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30655template<
class T,
typename CT> Callback_AdapterObserver_adapterRemovedPtr
30669template<
class T,
typename CT> Callback_AdapterObserver_adapterRemovedPtr
30684template<
class T,
typename CT> Callback_AdapterObserver_adapterRemovedPtr
30698template<
class T,
typename CT> Callback_AdapterObserver_adapterRemovedPtr
30721 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
30734template<
class T> Callback_ObjectObserver_objectInitPtr
30747template<
class T> Callback_ObjectObserver_objectInitPtr
30761template<
class T> Callback_ObjectObserver_objectInitPtr
30774template<
class T> Callback_ObjectObserver_objectInitPtr
30785template<
class T,
typename CT>
30792 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30793 typedef void (T::*
Sent)(bool ,
const CT&);
30797 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30811template<
class T,
typename CT> Callback_ObjectObserver_objectInitPtr
30825template<
class T,
typename CT> Callback_ObjectObserver_objectInitPtr
30840template<
class T,
typename CT> Callback_ObjectObserver_objectInitPtr
30854template<
class T,
typename CT> Callback_ObjectObserver_objectInitPtr
30877 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
30890template<
class T> Callback_ObjectObserver_objectAddedPtr
30903template<
class T> Callback_ObjectObserver_objectAddedPtr
30917template<
class T> Callback_ObjectObserver_objectAddedPtr
30930template<
class T> Callback_ObjectObserver_objectAddedPtr
30941template<
class T,
typename CT>
30948 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
30949 typedef void (T::*
Sent)(bool ,
const CT&);
30953 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
30967template<
class T,
typename CT> Callback_ObjectObserver_objectAddedPtr
30981template<
class T,
typename CT> Callback_ObjectObserver_objectAddedPtr
30996template<
class T,
typename CT> Callback_ObjectObserver_objectAddedPtr
31010template<
class T,
typename CT> Callback_ObjectObserver_objectAddedPtr
31033 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
31046template<
class T> Callback_ObjectObserver_objectUpdatedPtr
31059template<
class T> Callback_ObjectObserver_objectUpdatedPtr
31073template<
class T> Callback_ObjectObserver_objectUpdatedPtr
31086template<
class T> Callback_ObjectObserver_objectUpdatedPtr
31097template<
class T,
typename CT>
31104 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
31105 typedef void (T::*
Sent)(bool ,
const CT&);
31109 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
31123template<
class T,
typename CT> Callback_ObjectObserver_objectUpdatedPtr
31137template<
class T,
typename CT> Callback_ObjectObserver_objectUpdatedPtr
31152template<
class T,
typename CT> Callback_ObjectObserver_objectUpdatedPtr
31166template<
class T,
typename CT> Callback_ObjectObserver_objectUpdatedPtr
31189 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
31202template<
class T> Callback_ObjectObserver_objectRemovedPtr
31215template<
class T> Callback_ObjectObserver_objectRemovedPtr
31229template<
class T> Callback_ObjectObserver_objectRemovedPtr
31242template<
class T> Callback_ObjectObserver_objectRemovedPtr
31253template<
class T,
typename CT>
31260 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
31261 typedef void (T::*
Sent)(bool ,
const CT&);
31265 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
31279template<
class T,
typename CT> Callback_ObjectObserver_objectRemovedPtr
31293template<
class T,
typename CT> Callback_ObjectObserver_objectRemovedPtr
31308template<
class T,
typename CT> Callback_ObjectObserver_objectRemovedPtr
31322template<
class T,
typename CT> Callback_ObjectObserver_objectRemovedPtr
31345 : ::IceInternal::OnewayCallbackNC<T>(obj, cb, excb, sentcb)
31358template<
class T> Callback_AdminSession_keepAlivePtr
31371template<
class T> Callback_AdminSession_keepAlivePtr
31385template<
class T> Callback_AdminSession_keepAlivePtr
31398template<
class T> Callback_AdminSession_keepAlivePtr
31409template<
class T,
typename CT>
31416 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
31417 typedef void (T::*
Sent)(bool ,
const CT&);
31421 : ::IceInternal::OnewayCallback<T, CT>(obj, cb, excb, sentcb)
31435template<
class T,
typename CT> Callback_AdminSession_keepAlivePtr
31449template<
class T,
typename CT> Callback_AdminSession_keepAlivePtr
31464template<
class T,
typename CT> Callback_AdminSession_keepAlivePtr
31478template<
class T,
typename CT> Callback_AdminSession_keepAlivePtr
31501 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
31506 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
31508 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
31512 ret = proxy->end_getAdmin(result);
31514 catch(const ::Ice::Exception& ex)
31516 ::IceInternal::CallbackNC<T>::exception(result, ex);
31521 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
31528 Response _response;
31553template<
class T> Callback_AdminSession_getAdminPtr
31564template<
class T,
typename CT>
31571 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
31572 typedef void (T::*
Sent)(bool ,
const CT&);
31576 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
31581 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
31583 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
31587 ret = proxy->end_getAdmin(result);
31589 catch(const ::Ice::Exception& ex)
31591 ::IceInternal::Callback<T, CT>::exception(result, ex);
31596 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
31603 Response _response;
31630template<
class T,
typename CT> Callback_AdminSession_getAdminPtr
31653 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
31658 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
31660 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
31664 ret = proxy->end_getAdminCallbackTemplate(result);
31666 catch(const ::Ice::Exception& ex)
31668 ::IceInternal::CallbackNC<T>::exception(result, ex);
31673 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
31680 Response _response;
31705template<
class T> Callback_AdminSession_getAdminCallbackTemplatePtr
31716template<
class T,
typename CT>
31723 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
31724 typedef void (T::*
Sent)(bool ,
const CT&);
31725 typedef void (T::*
Response)(const ::Ice::ObjectPrx&,
const CT&);
31728 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
31733 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
31735 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
31739 ret = proxy->end_getAdminCallbackTemplate(result);
31741 catch(const ::Ice::Exception& ex)
31743 ::IceInternal::Callback<T, CT>::exception(result, ex);
31748 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
31755 Response _response;
31782template<
class T,
typename CT> Callback_AdminSession_getAdminCallbackTemplatePtr
31805 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
31810 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
31812 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
31815 proxy->end_setObservers(result);
31817 catch(const ::Ice::Exception& ex)
31819 ::IceInternal::CallbackNC<T>::exception(result, ex);
31824 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
31831 Response _response;
31855template<
class T> Callback_AdminSession_setObserversPtr
31869template<
class T> Callback_AdminSession_setObserversPtr
31882template<
class T> Callback_AdminSession_setObserversPtr
31893template<
class T,
typename CT>
31900 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
31901 typedef void (T::*
Sent)(bool ,
const CT&);
31905 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
31910 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
31912 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
31915 proxy->end_setObservers(result);
31917 catch(const ::Ice::Exception& ex)
31919 ::IceInternal::Callback<T, CT>::exception(result, ex);
31924 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
31931 Response _response;
31957template<
class T,
typename CT> Callback_AdminSession_setObserversPtr
31972template<
class T,
typename CT> Callback_AdminSession_setObserversPtr
31986template<
class T,
typename CT> Callback_AdminSession_setObserversPtr
32009 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
32014 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32016 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32019 proxy->end_setObserversByIdentity(result);
32021 catch(const ::Ice::Exception& ex)
32023 ::IceInternal::CallbackNC<T>::exception(result, ex);
32028 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
32035 Response _response;
32059template<
class T> Callback_AdminSession_setObserversByIdentityPtr
32073template<
class T> Callback_AdminSession_setObserversByIdentityPtr
32086template<
class T> Callback_AdminSession_setObserversByIdentityPtr
32097template<
class T,
typename CT>
32104 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
32105 typedef void (T::*
Sent)(bool ,
const CT&);
32109 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
32114 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32116 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32119 proxy->end_setObserversByIdentity(result);
32121 catch(const ::Ice::Exception& ex)
32123 ::IceInternal::Callback<T, CT>::exception(result, ex);
32128 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
32135 Response _response;
32161template<
class T,
typename CT> Callback_AdminSession_setObserversByIdentityPtr
32176template<
class T,
typename CT> Callback_AdminSession_setObserversByIdentityPtr
32190template<
class T,
typename CT> Callback_AdminSession_setObserversByIdentityPtr
32213 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
32218 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32220 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32224 ret = proxy->end_startUpdate(result);
32226 catch(const ::Ice::Exception& ex)
32228 ::IceInternal::CallbackNC<T>::exception(result, ex);
32233 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
32240 Response _response;
32265template<
class T> Callback_AdminSession_startUpdatePtr
32276template<
class T,
typename CT>
32283 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
32284 typedef void (T::*
Sent)(bool ,
const CT&);
32288 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
32293 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32295 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32299 ret = proxy->end_startUpdate(result);
32301 catch(const ::Ice::Exception& ex)
32303 ::IceInternal::Callback<T, CT>::exception(result, ex);
32308 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
32315 Response _response;
32342template<
class T,
typename CT> Callback_AdminSession_startUpdatePtr
32365 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
32370 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32372 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32375 proxy->end_finishUpdate(result);
32377 catch(const ::Ice::Exception& ex)
32379 ::IceInternal::CallbackNC<T>::exception(result, ex);
32384 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)();
32391 Response _response;
32415template<
class T> Callback_AdminSession_finishUpdatePtr
32429template<
class T> Callback_AdminSession_finishUpdatePtr
32442template<
class T> Callback_AdminSession_finishUpdatePtr
32453template<
class T,
typename CT>
32460 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
32461 typedef void (T::*
Sent)(bool ,
const CT&);
32465 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
32470 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32472 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32475 proxy->end_finishUpdate(result);
32477 catch(const ::Ice::Exception& ex)
32479 ::IceInternal::Callback<T, CT>::exception(result, ex);
32484 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(CT::dynamicCast(result->getCookie()));
32491 Response _response;
32517template<
class T,
typename CT> Callback_AdminSession_finishUpdatePtr
32532template<
class T,
typename CT> Callback_AdminSession_finishUpdatePtr
32546template<
class T,
typename CT> Callback_AdminSession_finishUpdatePtr
32569 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
32574 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32576 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32580 ret = proxy->end_getReplicaName(result);
32582 catch(const ::Ice::Exception& ex)
32584 ::IceInternal::CallbackNC<T>::exception(result, ex);
32589 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
32596 Response _response;
32621template<
class T> Callback_AdminSession_getReplicaNamePtr
32632template<
class T,
typename CT>
32639 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
32640 typedef void (T::*
Sent)(bool ,
const CT&);
32641 typedef void (T::*
Response)(const ::std::string&,
const CT&);
32644 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
32649 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32651 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32655 ret = proxy->end_getReplicaName(result);
32657 catch(const ::Ice::Exception& ex)
32659 ::IceInternal::Callback<T, CT>::exception(result, ex);
32664 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
32671 Response _response;
32698template<
class T,
typename CT> Callback_AdminSession_getReplicaNamePtr
32721 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
32726 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32728 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32732 ret = proxy->end_openServerLog(result);
32734 catch(const ::Ice::Exception& ex)
32736 ::IceInternal::CallbackNC<T>::exception(result, ex);
32741 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
32748 Response _response;
32773template<
class T> Callback_AdminSession_openServerLogPtr
32784template<
class T,
typename CT>
32791 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
32792 typedef void (T::*
Sent)(bool ,
const CT&);
32796 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
32801 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32803 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32807 ret = proxy->end_openServerLog(result);
32809 catch(const ::Ice::Exception& ex)
32811 ::IceInternal::Callback<T, CT>::exception(result, ex);
32816 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
32823 Response _response;
32850template<
class T,
typename CT> Callback_AdminSession_openServerLogPtr
32873 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
32878 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32880 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32884 ret = proxy->end_openServerStdErr(result);
32886 catch(const ::Ice::Exception& ex)
32888 ::IceInternal::CallbackNC<T>::exception(result, ex);
32893 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
32900 Response _response;
32925template<
class T> Callback_AdminSession_openServerStdErrPtr
32936template<
class T,
typename CT>
32943 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
32944 typedef void (T::*
Sent)(bool ,
const CT&);
32948 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
32953 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
32955 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
32959 ret = proxy->end_openServerStdErr(result);
32961 catch(const ::Ice::Exception& ex)
32963 ::IceInternal::Callback<T, CT>::exception(result, ex);
32968 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
32975 Response _response;
33002template<
class T,
typename CT> Callback_AdminSession_openServerStdErrPtr
33025 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
33030 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33032 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33036 ret = proxy->end_openServerStdOut(result);
33038 catch(const ::Ice::Exception& ex)
33040 ::IceInternal::CallbackNC<T>::exception(result, ex);
33045 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
33052 Response _response;
33077template<
class T> Callback_AdminSession_openServerStdOutPtr
33088template<
class T,
typename CT>
33095 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
33096 typedef void (T::*
Sent)(bool ,
const CT&);
33100 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
33105 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33107 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33111 ret = proxy->end_openServerStdOut(result);
33113 catch(const ::Ice::Exception& ex)
33115 ::IceInternal::Callback<T, CT>::exception(result, ex);
33120 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
33127 Response _response;
33154template<
class T,
typename CT> Callback_AdminSession_openServerStdOutPtr
33177 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
33182 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33184 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33188 ret = proxy->end_openNodeStdErr(result);
33190 catch(const ::Ice::Exception& ex)
33192 ::IceInternal::CallbackNC<T>::exception(result, ex);
33197 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
33204 Response _response;
33229template<
class T> Callback_AdminSession_openNodeStdErrPtr
33240template<
class T,
typename CT>
33247 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
33248 typedef void (T::*
Sent)(bool ,
const CT&);
33252 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
33257 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33259 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33263 ret = proxy->end_openNodeStdErr(result);
33265 catch(const ::Ice::Exception& ex)
33267 ::IceInternal::Callback<T, CT>::exception(result, ex);
33272 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
33279 Response _response;
33306template<
class T,
typename CT> Callback_AdminSession_openNodeStdErrPtr
33329 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
33334 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33336 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33340 ret = proxy->end_openNodeStdOut(result);
33342 catch(const ::Ice::Exception& ex)
33344 ::IceInternal::CallbackNC<T>::exception(result, ex);
33349 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
33356 Response _response;
33381template<
class T> Callback_AdminSession_openNodeStdOutPtr
33392template<
class T,
typename CT>
33399 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
33400 typedef void (T::*
Sent)(bool ,
const CT&);
33404 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
33409 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33411 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33415 ret = proxy->end_openNodeStdOut(result);
33417 catch(const ::Ice::Exception& ex)
33419 ::IceInternal::Callback<T, CT>::exception(result, ex);
33424 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
33431 Response _response;
33458template<
class T,
typename CT> Callback_AdminSession_openNodeStdOutPtr
33481 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
33486 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33488 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33492 ret = proxy->end_openRegistryStdErr(result);
33494 catch(const ::Ice::Exception& ex)
33496 ::IceInternal::CallbackNC<T>::exception(result, ex);
33501 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
33508 Response _response;
33533template<
class T> Callback_AdminSession_openRegistryStdErrPtr
33544template<
class T,
typename CT>
33551 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
33552 typedef void (T::*
Sent)(bool ,
const CT&);
33556 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
33561 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33563 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33567 ret = proxy->end_openRegistryStdErr(result);
33569 catch(const ::Ice::Exception& ex)
33571 ::IceInternal::Callback<T, CT>::exception(result, ex);
33576 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
33583 Response _response;
33610template<
class T,
typename CT> Callback_AdminSession_openRegistryStdErrPtr
33633 : ::IceInternal::TwowayCallbackNC<T>(obj, cb != 0, excb, sentcb), _response(cb)
33638 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33640 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33644 ret = proxy->end_openRegistryStdOut(result);
33646 catch(const ::Ice::Exception& ex)
33648 ::IceInternal::CallbackNC<T>::exception(result, ex);
33653 (::IceInternal::CallbackNC<T>::_callback.get()->*_response)(ret);
33660 Response _response;
33685template<
class T> Callback_AdminSession_openRegistryStdOutPtr
33696template<
class T,
typename CT>
33703 typedef void (T::*
Exception)(const ::Ice::Exception& ,
const CT&);
33704 typedef void (T::*
Sent)(bool ,
const CT&);
33708 : ::IceInternal::TwowayCallback<T, CT>(obj, cb != 0, excb, sentcb), _response(cb)
33713 virtual void completed(const ::Ice::AsyncResultPtr& result)
const
33715 AdminSessionPrx proxy = AdminSessionPrx::uncheckedCast(result->getProxy());
33719 ret = proxy->end_openRegistryStdOut(result);
33721 catch(const ::Ice::Exception& ex)
33723 ::IceInternal::Callback<T, CT>::exception(result, ex);
33728 (::IceInternal::Callback<T, CT>::_callback.get()->*_response)(ret, CT::dynamicCast(result->getCookie()));
33735 Response _response;
33762template<
class T,
typename CT> Callback_AdminSession_openRegistryStdOutPtr
#define ICEGRID_API
Definition Descriptor.h:58
#define ICE_MEMBER(API)
Definition Config.h:177
A client-visible session object, which is tied to the lifecycle of a Router.
Definition Session.h:3104
AMD callback class for IceGrid::Admin::patchApplication_async.
Definition Admin.h:8061
virtual ~AMD_Admin_patchApplication()
virtual void ice_response()=0
Call ice_response for a successful completion.
AMD callback class for IceGrid::Admin::patchServer_async.
Definition Admin.h:8118
virtual void ice_response()=0
Call ice_response for a successful completion.
virtual ~AMD_Admin_patchServer()
AMD callback class for IceGrid::Admin::startServer_async.
Definition Admin.h:8080
virtual ~AMD_Admin_startServer()
virtual void ice_response()=0
Call ice_response for a successful completion.
AMD callback class for IceGrid::Admin::stopServer_async.
Definition Admin.h:8099
virtual ~AMD_Admin_stopServer()
virtual void ice_response()=0
Call ice_response for a successful completion.
This interface allows applications to monitor the state of object adapters that are registered with I...
Definition Admin.h:18620
AdapterObserverPtr PointerType
Definition Admin.h:18624
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual void adapterRemoved(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
virtual void adapterUpdated(const AdapterInfo &info, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
virtual void adapterInit(const AdapterInfoSeq &adpts, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
adapterInit is called after registration of an observer to indicate the state of the registry.
virtual void adapterAdded(const AdapterInfo &info, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
virtual ~AdapterObserver()
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
AdapterObserverPrx ProxyType
Definition Admin.h:18623
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
Used by administrative clients to view, update, and receive observer updates from the IceGrid registr...
Definition Admin.h:18856
AdminSessionPtr PointerType
Definition Admin.h:18860
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual FileIteratorPrx openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given server stderr file for reading.
AdminSessionPrx ProxyType
Definition Admin.h:18859
virtual::Ice::Int startUpdate(const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Acquires an exclusive lock to start updating the registry applications.
virtual FileIteratorPrx openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given server stdout file for reading.
virtual AdminPrx getAdmin(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the admin interface.
virtual FileIteratorPrx openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given registry stderr file for reading.
virtual::Ice::ObjectPrx getAdminCallbackTemplate(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get a "template" proxy for admin callback objects.
virtual void setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Set the observer identities that receive notifications the state of the registry or nodes changes.
virtual void keepAlive(const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Keep the session alive.
virtual FileIteratorPrx openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given node stderr file for reading.
virtual FileIteratorPrx openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given node stdout file for reading.
virtual void setObservers(const RegistryObserverPrx ®istryObs, const NodeObserverPrx &nodeObs, const ApplicationObserverPrx &appObs, const AdapterObserverPrx &adptObs, const ObjectObserverPrx &objObs, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
virtual FileIteratorPrx openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given registry stdout file for reading.
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
virtual void finishUpdate(const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Finish updating the registry and release the exclusive lock.
virtual::std::string getReplicaName(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the name of the registry replica hosting this session.
virtual FileIteratorPrx openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Open the given server log file for reading.
The IceGrid administrative interface.
Definition Admin.h:17368
virtual void removeAdapter(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Remove the adapter with the given id.
virtual void syncApplicationWithoutRestart(const ApplicationDescriptor &descriptor, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Synchronize a deployed application with the given application descriptor.
virtual LoadInfo getNodeLoad(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the load averages of the node.
virtual void addApplication(const ApplicationDescriptor &descriptor, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Add an application to IceGrid.
AdminPrx ProxyType
Definition Admin.h:17371
virtual ObjectInfo getObjectInfo(const ::Ice::Identity &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the object info for the object with the given identity.
virtual void addObject(const ::Ice::ObjectPrx &obj, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Add an object to the object registry.
virtual void stopServer_async(const ::IceGrid::AMD_Admin_stopServerPtr &cb, const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Stop a server.
virtual::Ice::StringSeq getAllAdapterIds(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get all the adapter ids registered with IceGrid.
virtual void removeObject(const ::Ice::Identity &id, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Remove an object from the object registry.
virtual void instantiateServer(const ::std::string &application, const ::std::string &node, const ServerInstanceDescriptor &desc, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Instantiate a server template from an application on the given node.
virtual bool isServerEnabled(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Check if the server is enabled or disabled.
virtual void updateApplication(const ApplicationUpdateDescriptor &descriptor, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Update a deployed application with the given update application descriptor.
virtual NodeInfo getNodeInfo(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the node information for the node with the given name.
virtual void startServer_async(const ::IceGrid::AMD_Admin_startServerPtr &cb, const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Start a server and wait for its activation.
virtual void patchApplication_async(const ::IceGrid::AMD_Admin_patchApplicationPtr &cb, const ::std::string &name, bool shutdown, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Patch the given application data.
virtual bool pingNode(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Ping an IceGrid node to see if it is active.
virtual void shutdownRegistry(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Shutdown an IceGrid registry.
virtual ServerInfo getServerInfo(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the server information for the server with the given id.
virtual::Ice::SliceChecksumDict getSliceChecksums(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Returns the checksums for the IceGrid Slice definitions.
virtual void enableServer(const ::std::string &id, bool enabled, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Enable or disable a server.
virtual void addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Add an object to the object registry and explicitly specify its type.
virtual::Ice::Int getNodeProcessorSocketCount(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the number of physical processor sockets for the machine running the node with the given name.
virtual ObjectInfoSeq getObjectInfosByType(const ::std::string &type, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the object info of all the registered objects with the given type.
virtual::Ice::StringSeq getAllApplicationNames(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get all the IceGrid applications currently registered.
virtual ServerState getServerState(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get a server's state.
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
virtual::Ice::ObjectPrx getServerAdmin(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get a proxy to the server's admin object.
virtual ApplicationDescriptor getDefaultApplicationDescriptor(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the default application descriptor.
virtual::Ice::Int getServerPid(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get a server's system process id.
virtual void patchServer_async(const ::IceGrid::AMD_Admin_patchServerPtr &cb, const ::std::string &id, bool shutdown, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Patch a server.
virtual AdapterInfoSeq getAdapterInfo(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the adapter information for the replica group or adapter with the given id.
virtual void sendSignal(const ::std::string &id, const ::std::string &signal, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Send signal to a server.
virtual ApplicationInfo getApplicationInfo(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get an application descriptor.
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
virtual void removeApplication(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Remove an application from IceGrid.
virtual bool pingRegistry(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Ping an IceGrid registry to see if it is active.
virtual::Ice::StringSeq getAllRegistryNames(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get all the IceGrid registries currently registered.
virtual::Ice::ObjectPrx getNodeAdmin(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get a proxy to the IceGrid node's admin object.
virtual void syncApplication(const ApplicationDescriptor &descriptor, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Synchronize a deployed application with the given application descriptor.
virtual ObjectInfoSeq getAllObjectInfos(const ::std::string &expr, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the object info of all the registered objects whose stringified identities match the given expres...
virtual void updateApplicationWithoutRestart(const ApplicationUpdateDescriptor &descriptor, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Update a deployed application with the given update application descriptor only if no server restarts...
virtual void shutdown(const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Shut down the IceGrid registry.
AdminPtr PointerType
Definition Admin.h:17372
virtual::Ice::StringSeq getAllNodeNames(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get all the IceGrid nodes currently registered.
virtual::Ice::ObjectPrx getRegistryAdmin(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get a proxy to the IceGrid registry's admin object.
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual void shutdownNode(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Shutdown an IceGrid node.
virtual::std::string getServerAdminCategory(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the category for server admin objects.
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
virtual RegistryInfo getRegistryInfo(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the registry information for the registry with the given name.
virtual::Ice::StringSeq getAllServerIds(const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get all the server ids registered with IceGrid.
virtual::std::string getNodeHostname(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent) const =0
Get the hostname of this node.
virtual void updateObject(const ::Ice::ObjectPrx &obj, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Update an object in the object registry.
The database observer interface.
Definition Admin.h:18497
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual ~ApplicationObserver()
virtual void applicationAdded(::Ice::Int serial, const ApplicationInfo &desc, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The applicationAdded operation is called to notify an observer that an application was added.
ApplicationObserverPtr PointerType
Definition Admin.h:18501
ApplicationObserverPrx ProxyType
Definition Admin.h:18500
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
virtual void applicationUpdated(::Ice::Int serial, const ApplicationUpdateInfo &desc, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The applicationUpdated operation is called to notify an observer that an application was updated.
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
virtual void applicationInit(::Ice::Int serial, const ApplicationInfoSeq &applications, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
applicationInit is called after the registration of an observer to indicate the state of the registry...
virtual void applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The applicationRemoved operation is called to notify an observer that an application was removed.
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdapterObserver::b...
Definition Admin.h:30243
void(T::* Response)()
Definition Admin.h:30250
CallbackNC_AdapterObserver_adapterAdded(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30252
void(T::* Sent)(bool)
Definition Admin.h:30249
IceUtil::Handle< T > TPtr
Definition Admin.h:30246
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:30248
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdapterObserver::b...
Definition Admin.h:30087
IceUtil::Handle< T > TPtr
Definition Admin.h:30090
CallbackNC_AdapterObserver_adapterInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30096
void(T::* Sent)(bool)
Definition Admin.h:30093
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:30092
void(T::* Response)()
Definition Admin.h:30094
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdapterObserver::b...
Definition Admin.h:30555
CallbackNC_AdapterObserver_adapterRemoved(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30564
void(T::* Response)()
Definition Admin.h:30562
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:30560
IceUtil::Handle< T > TPtr
Definition Admin.h:30558
void(T::* Sent)(bool)
Definition Admin.h:30561
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdapterObserver::b...
Definition Admin.h:30399
CallbackNC_AdapterObserver_adapterUpdated(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30408
void(T::* Sent)(bool)
Definition Admin.h:30405
void(T::* Response)()
Definition Admin.h:30406
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:30404
IceUtil::Handle< T > TPtr
Definition Admin.h:30402
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:32355
IceUtil::Handle< T > TPtr
Definition Admin.h:32358
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:32360
void(T::* Sent)(bool)
Definition Admin.h:32361
CallbackNC_AdminSession_finishUpdate(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32364
void(T::* Response)()
Definition Admin.h:32362
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:31643
void(T::* Sent)(bool)
Definition Admin.h:31649
CallbackNC_AdminSession_getAdminCallbackTemplate(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31652
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:31648
void(T::* Response)(const ::Ice::ObjectPrx &)
Definition Admin.h:31650
IceUtil::Handle< T > TPtr
Definition Admin.h:31646
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:31491
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:31496
CallbackNC_AdminSession_getAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31500
void(T::* Response)(const AdminPrx &)
Definition Admin.h:31498
void(T::* Sent)(bool)
Definition Admin.h:31497
IceUtil::Handle< T > TPtr
Definition Admin.h:31494
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:32559
CallbackNC_AdminSession_getReplicaName(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32568
void(T::* Response)(const ::std::string &)
Definition Admin.h:32566
void(T::* Sent)(bool)
Definition Admin.h:32565
IceUtil::Handle< T > TPtr
Definition Admin.h:32562
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:32564
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:31335
void(T::* Sent)(bool)
Definition Admin.h:31341
IceUtil::Handle< T > TPtr
Definition Admin.h:31338
CallbackNC_AdminSession_keepAlive(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31344
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:31340
void(T::* Response)()
Definition Admin.h:31342
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:33167
IceUtil::Handle< T > TPtr
Definition Admin.h:33170
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:33172
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:33174
void(T::* Sent)(bool)
Definition Admin.h:33173
CallbackNC_AdminSession_openNodeStdErr(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33176
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:33319
CallbackNC_AdminSession_openNodeStdOut(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33328
void(T::* Sent)(bool)
Definition Admin.h:33325
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:33326
IceUtil::Handle< T > TPtr
Definition Admin.h:33322
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:33324
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:33471
void(T::* Sent)(bool)
Definition Admin.h:33477
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:33476
CallbackNC_AdminSession_openRegistryStdErr(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33480
IceUtil::Handle< T > TPtr
Definition Admin.h:33474
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:33478
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:33623
IceUtil::Handle< T > TPtr
Definition Admin.h:33626
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:33628
void(T::* Sent)(bool)
Definition Admin.h:33629
CallbackNC_AdminSession_openRegistryStdOut(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33632
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:33630
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:32711
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:32716
IceUtil::Handle< T > TPtr
Definition Admin.h:32714
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:32718
CallbackNC_AdminSession_openServerLog(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32720
void(T::* Sent)(bool)
Definition Admin.h:32717
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:32863
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:32870
CallbackNC_AdminSession_openServerStdErr(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32872
void(T::* Sent)(bool)
Definition Admin.h:32869
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:32868
IceUtil::Handle< T > TPtr
Definition Admin.h:32866
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:33015
CallbackNC_AdminSession_openServerStdOut(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33024
void(T::* Sent)(bool)
Definition Admin.h:33021
void(T::* Response)(const FileIteratorPrx &)
Definition Admin.h:33022
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:33020
IceUtil::Handle< T > TPtr
Definition Admin.h:33018
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:31999
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:32004
CallbackNC_AdminSession_setObserversByIdentity(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32008
void(T::* Sent)(bool)
Definition Admin.h:32005
IceUtil::Handle< T > TPtr
Definition Admin.h:32002
void(T::* Response)()
Definition Admin.h:32006
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:31795
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:31800
IceUtil::Handle< T > TPtr
Definition Admin.h:31798
void(T::* Response)()
Definition Admin.h:31802
void(T::* Sent)(bool)
Definition Admin.h:31801
CallbackNC_AdminSession_setObservers(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31804
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::AdminSession::begi...
Definition Admin.h:32203
IceUtil::Handle< T > TPtr
Definition Admin.h:32206
void(T::* Sent)(bool)
Definition Admin.h:32209
CallbackNC_AdminSession_startUpdate(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32212
void(T::* Response)(::Ice::Int)
Definition Admin.h:32210
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:32208
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_addAp...
Definition Admin.h:19565
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:19570
IceUtil::Handle< T > TPtr
Definition Admin.h:19568
void(T::* Response)()
Definition Admin.h:19572
void(T::* Sent)(bool)
Definition Admin.h:19571
CallbackNC_Admin_addApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:19574
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_addOb...
Definition Admin.h:24653
CallbackNC_Admin_addObjectWithType(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24662
void(T::* Sent)(bool)
Definition Admin.h:24659
void(T::* Response)()
Definition Admin.h:24660
IceUtil::Handle< T > TPtr
Definition Admin.h:24656
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:24658
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_addOb...
Definition Admin.h:24245
CallbackNC_Admin_addObject(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24254
void(T::* Sent)(bool)
Definition Admin.h:24251
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:24250
IceUtil::Handle< T > TPtr
Definition Admin.h:24248
void(T::* Response)()
Definition Admin.h:24252
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_enabl...
Definition Admin.h:22413
IceUtil::Handle< T > TPtr
Definition Admin.h:22416
CallbackNC_Admin_enableServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22422
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:22418
void(T::* Response)()
Definition Admin.h:22420
void(T::* Sent)(bool)
Definition Admin.h:22419
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAd...
Definition Admin.h:23737
CallbackNC_Admin_getAdapterInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23746
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:23742
IceUtil::Handle< T > TPtr
Definition Admin.h:23740
void(T::* Response)(const AdapterInfoSeq &)
Definition Admin.h:23744
void(T::* Sent)(bool)
Definition Admin.h:23743
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAl...
Definition Admin.h:24093
IceUtil::Handle< T > TPtr
Definition Admin.h:24096
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:24098
void(T::* Response)(const ::Ice::StringSeq &)
Definition Admin.h:24100
CallbackNC_Admin_getAllAdapterIds(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24102
void(T::* Sent)(bool)
Definition Admin.h:24099
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAl...
Definition Admin.h:21501
IceUtil::Handle< T > TPtr
Definition Admin.h:21504
CallbackNC_Admin_getAllApplicationNames(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21510
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:21506
void(T::* Sent)(bool)
Definition Admin.h:21507
void(T::* Response)(const ::Ice::StringSeq &)
Definition Admin.h:21508
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAl...
Definition Admin.h:26633
void(T::* Sent)(bool)
Definition Admin.h:26639
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:26638
CallbackNC_Admin_getAllNodeNames(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26642
IceUtil::Handle< T > TPtr
Definition Admin.h:26636
void(T::* Response)(const ::Ice::StringSeq &)
Definition Admin.h:26640
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAl...
Definition Admin.h:25365
IceUtil::Handle< T > TPtr
Definition Admin.h:25368
CallbackNC_Admin_getAllObjectInfos(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25374
void(T::* Response)(const ObjectInfoSeq &)
Definition Admin.h:25372
void(T::* Sent)(bool)
Definition Admin.h:25371
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25370
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAl...
Definition Admin.h:27445
void(T::* Sent)(bool)
Definition Admin.h:27451
CallbackNC_Admin_getAllRegistryNames(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27454
IceUtil::Handle< T > TPtr
Definition Admin.h:27448
void(T::* Response)(const ::Ice::StringSeq &)
Definition Admin.h:27452
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:27450
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAl...
Definition Admin.h:23585
CallbackNC_Admin_getAllServerIds(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23594
void(T::* Response)(const ::Ice::StringSeq &)
Definition Admin.h:23592
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:23590
void(T::* Sent)(bool)
Definition Admin.h:23591
IceUtil::Handle< T > TPtr
Definition Admin.h:23588
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getAp...
Definition Admin.h:21197
IceUtil::Handle< T > TPtr
Definition Admin.h:21200
void(T::* Sent)(bool)
Definition Admin.h:21203
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:21202
CallbackNC_Admin_getApplicationInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21206
void(T::* Response)(const ApplicationInfo &)
Definition Admin.h:21204
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getDe...
Definition Admin.h:21349
void(T::* Response)(const ApplicationDescriptor &)
Definition Admin.h:21356
CallbackNC_Admin_getDefaultApplicationDescriptor(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21358
IceUtil::Handle< T > TPtr
Definition Admin.h:21352
void(T::* Sent)(bool)
Definition Admin.h:21355
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:21354
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getNo...
Definition Admin.h:25973
void(T::* Response)(const ::Ice::ObjectPrx &)
Definition Admin.h:25980
IceUtil::Handle< T > TPtr
Definition Admin.h:25976
CallbackNC_Admin_getNodeAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25982
void(T::* Sent)(bool)
Definition Admin.h:25979
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25978
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getNo...
Definition Admin.h:26481
IceUtil::Handle< T > TPtr
Definition Admin.h:26484
void(T::* Sent)(bool)
Definition Admin.h:26487
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:26486
CallbackNC_Admin_getNodeHostname(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26490
void(T::* Response)(const ::std::string &)
Definition Admin.h:26488
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getNo...
Definition Admin.h:25821
CallbackNC_Admin_getNodeInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25830
void(T::* Response)(const NodeInfo &)
Definition Admin.h:25828
void(T::* Sent)(bool)
Definition Admin.h:25827
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25826
IceUtil::Handle< T > TPtr
Definition Admin.h:25824
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getNo...
Definition Admin.h:25669
CallbackNC_Admin_getNodeLoad(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25678
void(T::* Sent)(bool)
Definition Admin.h:25675
void(T::* Response)(const LoadInfo &)
Definition Admin.h:25676
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25674
IceUtil::Handle< T > TPtr
Definition Admin.h:25672
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getNo...
Definition Admin.h:26125
void(T::* Response)(::Ice::Int)
Definition Admin.h:26132
IceUtil::Handle< T > TPtr
Definition Admin.h:26128
void(T::* Sent)(bool)
Definition Admin.h:26131
CallbackNC_Admin_getNodeProcessorSocketCount(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26134
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:26130
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getOb...
Definition Admin.h:25061
void(T::* Sent)(bool)
Definition Admin.h:25067
IceUtil::Handle< T > TPtr
Definition Admin.h:25064
void(T::* Response)(const ObjectInfo &)
Definition Admin.h:25068
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25066
CallbackNC_Admin_getObjectInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25070
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getOb...
Definition Admin.h:25213
void(T::* Sent)(bool)
Definition Admin.h:25219
IceUtil::Handle< T > TPtr
Definition Admin.h:25216
CallbackNC_Admin_getObjectInfosByType(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25222
void(T::* Response)(const ObjectInfoSeq &)
Definition Admin.h:25220
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25218
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getRe...
Definition Admin.h:27089
IceUtil::Handle< T > TPtr
Definition Admin.h:27092
void(T::* Sent)(bool)
Definition Admin.h:27095
CallbackNC_Admin_getRegistryAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27098
void(T::* Response)(const ::Ice::ObjectPrx &)
Definition Admin.h:27096
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:27094
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getRe...
Definition Admin.h:26937
void(T::* Sent)(bool)
Definition Admin.h:26943
void(T::* Response)(const RegistryInfo &)
Definition Admin.h:26944
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:26942
CallbackNC_Admin_getRegistryInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26946
IceUtil::Handle< T > TPtr
Definition Admin.h:26940
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getSe...
Definition Admin.h:22109
CallbackNC_Admin_getServerAdminCategory(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22118
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:22114
void(T::* Response)(const ::std::string &)
Definition Admin.h:22116
IceUtil::Handle< T > TPtr
Definition Admin.h:22112
void(T::* Sent)(bool)
Definition Admin.h:22115
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getSe...
Definition Admin.h:22261
void(T::* Sent)(bool)
Definition Admin.h:22267
CallbackNC_Admin_getServerAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22270
IceUtil::Handle< T > TPtr
Definition Admin.h:22264
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:22266
void(T::* Response)(const ::Ice::ObjectPrx &)
Definition Admin.h:22268
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getSe...
Definition Admin.h:21653
void(T::* Response)(const ServerInfo &)
Definition Admin.h:21660
void(T::* Sent)(bool)
Definition Admin.h:21659
IceUtil::Handle< T > TPtr
Definition Admin.h:21656
CallbackNC_Admin_getServerInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21662
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:21658
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getSe...
Definition Admin.h:21957
void(T::* Sent)(bool)
Definition Admin.h:21963
CallbackNC_Admin_getServerPid(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21966
IceUtil::Handle< T > TPtr
Definition Admin.h:21960
void(T::* Response)(::Ice::Int)
Definition Admin.h:21964
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:21962
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getSe...
Definition Admin.h:21805
void(T::* Sent)(bool)
Definition Admin.h:21811
void(T::* Response)(ServerState)
Definition Admin.h:21812
IceUtil::Handle< T > TPtr
Definition Admin.h:21808
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:21810
CallbackNC_Admin_getServerState(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21814
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_getSl...
Definition Admin.h:27753
CallbackNC_Admin_getSliceChecksums(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27762
void(T::* Sent)(bool)
Definition Admin.h:27759
void(T::* Response)(const ::Ice::SliceChecksumDict &)
Definition Admin.h:27760
IceUtil::Handle< T > TPtr
Definition Admin.h:27756
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:27758
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_insta...
Definition Admin.h:20789
CallbackNC_Admin_instantiateServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20798
void(T::* Sent)(bool)
Definition Admin.h:20795
IceUtil::Handle< T > TPtr
Definition Admin.h:20792
void(T::* Response)()
Definition Admin.h:20796
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:20794
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_isSer...
Definition Admin.h:22617
void(T::* Sent)(bool)
Definition Admin.h:22623
IceUtil::Handle< T > TPtr
Definition Admin.h:22620
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:22622
CallbackNC_Admin_isServerEnabled(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22626
void(T::* Response)(bool)
Definition Admin.h:22624
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_patch...
Definition Admin.h:20993
void(T::* Sent)(bool)
Definition Admin.h:20999
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:20998
CallbackNC_Admin_patchApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21002
IceUtil::Handle< T > TPtr
Definition Admin.h:20996
void(T::* Response)()
Definition Admin.h:21000
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_patch...
Definition Admin.h:23177
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:23182
IceUtil::Handle< T > TPtr
Definition Admin.h:23180
void(T::* Response)()
Definition Admin.h:23184
void(T::* Sent)(bool)
Definition Admin.h:23183
CallbackNC_Admin_patchServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23186
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_pingN...
Definition Admin.h:25517
CallbackNC_Admin_pingNode(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25526
void(T::* Response)(bool)
Definition Admin.h:25524
IceUtil::Handle< T > TPtr
Definition Admin.h:25520
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:25522
void(T::* Sent)(bool)
Definition Admin.h:25523
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_pingR...
Definition Admin.h:26785
CallbackNC_Admin_pingRegistry(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26794
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:26790
void(T::* Sent)(bool)
Definition Admin.h:26791
IceUtil::Handle< T > TPtr
Definition Admin.h:26788
void(T::* Response)(bool)
Definition Admin.h:26792
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_remov...
Definition Admin.h:23889
IceUtil::Handle< T > TPtr
Definition Admin.h:23892
void(T::* Response)()
Definition Admin.h:23896
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:23894
CallbackNC_Admin_removeAdapter(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23898
void(T::* Sent)(bool)
Definition Admin.h:23895
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_remov...
Definition Admin.h:20585
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:20590
CallbackNC_Admin_removeApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20594
void(T::* Sent)(bool)
Definition Admin.h:20591
IceUtil::Handle< T > TPtr
Definition Admin.h:20588
void(T::* Response)()
Definition Admin.h:20592
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_remov...
Definition Admin.h:24857
IceUtil::Handle< T > TPtr
Definition Admin.h:24860
CallbackNC_Admin_removeObject(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24866
void(T::* Sent)(bool)
Definition Admin.h:24863
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:24862
void(T::* Response)()
Definition Admin.h:24864
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_sendS...
Definition Admin.h:23381
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:23386
IceUtil::Handle< T > TPtr
Definition Admin.h:23384
void(T::* Response)()
Definition Admin.h:23388
void(T::* Sent)(bool)
Definition Admin.h:23387
CallbackNC_Admin_sendSignal(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23390
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_shutd...
Definition Admin.h:26277
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:26282
IceUtil::Handle< T > TPtr
Definition Admin.h:26280
void(T::* Response)()
Definition Admin.h:26284
void(T::* Sent)(bool)
Definition Admin.h:26283
CallbackNC_Admin_shutdownNode(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26286
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_shutd...
Definition Admin.h:27241
void(T::* Response)()
Definition Admin.h:27248
void(T::* Sent)(bool)
Definition Admin.h:27247
CallbackNC_Admin_shutdownRegistry(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27250
IceUtil::Handle< T > TPtr
Definition Admin.h:27244
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:27246
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_shutd...
Definition Admin.h:27597
void(T::* Sent)(bool)
Definition Admin.h:27603
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:27602
CallbackNC_Admin_shutdown(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27606
void(T::* Response)()
Definition Admin.h:27604
IceUtil::Handle< T > TPtr
Definition Admin.h:27600
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_start...
Definition Admin.h:22769
CallbackNC_Admin_startServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22778
void(T::* Sent)(bool)
Definition Admin.h:22775
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:22774
void(T::* Response)()
Definition Admin.h:22776
IceUtil::Handle< T > TPtr
Definition Admin.h:22772
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_stopS...
Definition Admin.h:22973
CallbackNC_Admin_stopServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22982
void(T::* Sent)(bool)
Definition Admin.h:22979
void(T::* Response)()
Definition Admin.h:22980
IceUtil::Handle< T > TPtr
Definition Admin.h:22976
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:22978
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_syncA...
Definition Admin.h:20177
void(T::* Response)()
Definition Admin.h:20184
void(T::* Sent)(bool)
Definition Admin.h:20183
CallbackNC_Admin_syncApplicationWithoutRestart(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20186
IceUtil::Handle< T > TPtr
Definition Admin.h:20180
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:20182
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_syncA...
Definition Admin.h:19769
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:19774
IceUtil::Handle< T > TPtr
Definition Admin.h:19772
void(T::* Response)()
Definition Admin.h:19776
CallbackNC_Admin_syncApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:19778
void(T::* Sent)(bool)
Definition Admin.h:19775
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_updat...
Definition Admin.h:20381
void(T::* Sent)(bool)
Definition Admin.h:20387
CallbackNC_Admin_updateApplicationWithoutRestart(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20390
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:20386
IceUtil::Handle< T > TPtr
Definition Admin.h:20384
void(T::* Response)()
Definition Admin.h:20388
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_updat...
Definition Admin.h:19973
void(T::* Response)()
Definition Admin.h:19980
void(T::* Sent)(bool)
Definition Admin.h:19979
IceUtil::Handle< T > TPtr
Definition Admin.h:19976
CallbackNC_Admin_updateApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:19982
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:19978
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::Admin::begin_updat...
Definition Admin.h:24449
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:24454
CallbackNC_Admin_updateObject(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24458
void(T::* Sent)(bool)
Definition Admin.h:24455
IceUtil::Handle< T > TPtr
Definition Admin.h:24452
void(T::* Response)()
Definition Admin.h:24456
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ApplicationObserve...
Definition Admin.h:29619
CallbackNC_ApplicationObserver_applicationAdded(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29628
IceUtil::Handle< T > TPtr
Definition Admin.h:29622
void(T::* Sent)(bool)
Definition Admin.h:29625
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29624
void(T::* Response)()
Definition Admin.h:29626
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ApplicationObserve...
Definition Admin.h:29463
CallbackNC_ApplicationObserver_applicationInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29472
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29468
void(T::* Sent)(bool)
Definition Admin.h:29469
void(T::* Response)()
Definition Admin.h:29470
IceUtil::Handle< T > TPtr
Definition Admin.h:29466
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ApplicationObserve...
Definition Admin.h:29775
void(T::* Sent)(bool)
Definition Admin.h:29781
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29780
CallbackNC_ApplicationObserver_applicationRemoved(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29784
IceUtil::Handle< T > TPtr
Definition Admin.h:29778
void(T::* Response)()
Definition Admin.h:29782
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ApplicationObserve...
Definition Admin.h:29931
void(T::* Response)()
Definition Admin.h:29938
void(T::* Sent)(bool)
Definition Admin.h:29937
IceUtil::Handle< T > TPtr
Definition Admin.h:29934
CallbackNC_ApplicationObserver_applicationUpdated(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29940
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29936
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::FileIterator::begi...
Definition Admin.h:28059
void(T::* Sent)(bool)
Definition Admin.h:28065
CallbackNC_FileIterator_destroy(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28068
void(T::* Response)()
Definition Admin.h:28066
IceUtil::Handle< T > TPtr
Definition Admin.h:28062
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:28064
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::FileIterator::begi...
Definition Admin.h:27905
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:27910
void(T::* Sent)(bool)
Definition Admin.h:27911
IceUtil::Handle< T > TPtr
Definition Admin.h:27908
CallbackNC_FileIterator_read(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27914
void(T::* Response)(bool, const ::Ice::StringSeq &)
Definition Admin.h:27912
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::NodeObserver::begi...
Definition Admin.h:28995
void(T::* Response)()
Definition Admin.h:29002
void(T::* Sent)(bool)
Definition Admin.h:29001
IceUtil::Handle< T > TPtr
Definition Admin.h:28998
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29000
CallbackNC_NodeObserver_nodeDown(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29004
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::NodeObserver::begi...
Definition Admin.h:28683
CallbackNC_NodeObserver_nodeInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28692
void(T::* Sent)(bool)
Definition Admin.h:28689
IceUtil::Handle< T > TPtr
Definition Admin.h:28686
void(T::* Response)()
Definition Admin.h:28690
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:28688
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::NodeObserver::begi...
Definition Admin.h:28839
IceUtil::Handle< T > TPtr
Definition Admin.h:28842
CallbackNC_NodeObserver_nodeUp(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28848
void(T::* Sent)(bool)
Definition Admin.h:28845
void(T::* Response)()
Definition Admin.h:28846
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:28844
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::NodeObserver::begi...
Definition Admin.h:29307
CallbackNC_NodeObserver_updateAdapter(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29316
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29312
IceUtil::Handle< T > TPtr
Definition Admin.h:29310
void(T::* Sent)(bool)
Definition Admin.h:29313
void(T::* Response)()
Definition Admin.h:29314
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::NodeObserver::begi...
Definition Admin.h:29151
void(T::* Sent)(bool)
Definition Admin.h:29157
CallbackNC_NodeObserver_updateServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29160
void(T::* Response)()
Definition Admin.h:29158
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:29156
IceUtil::Handle< T > TPtr
Definition Admin.h:29154
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ObjectObserver::be...
Definition Admin.h:30867
IceUtil::Handle< T > TPtr
Definition Admin.h:30870
CallbackNC_ObjectObserver_objectAdded(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30876
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:30872
void(T::* Response)()
Definition Admin.h:30874
void(T::* Sent)(bool)
Definition Admin.h:30873
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ObjectObserver::be...
Definition Admin.h:30711
IceUtil::Handle< T > TPtr
Definition Admin.h:30714
CallbackNC_ObjectObserver_objectInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30720
void(T::* Sent)(bool)
Definition Admin.h:30717
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:30716
void(T::* Response)()
Definition Admin.h:30718
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ObjectObserver::be...
Definition Admin.h:31179
CallbackNC_ObjectObserver_objectRemoved(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31188
IceUtil::Handle< T > TPtr
Definition Admin.h:31182
void(T::* Sent)(bool)
Definition Admin.h:31185
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:31184
void(T::* Response)()
Definition Admin.h:31186
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::ObjectObserver::be...
Definition Admin.h:31023
CallbackNC_ObjectObserver_objectUpdated(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31032
void(T::* Response)()
Definition Admin.h:31030
IceUtil::Handle< T > TPtr
Definition Admin.h:31026
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:31028
void(T::* Sent)(bool)
Definition Admin.h:31029
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::RegistryObserver::...
Definition Admin.h:28527
CallbackNC_RegistryObserver_registryDown(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28536
IceUtil::Handle< T > TPtr
Definition Admin.h:28530
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:28532
void(T::* Response)()
Definition Admin.h:28534
void(T::* Sent)(bool)
Definition Admin.h:28533
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::RegistryObserver::...
Definition Admin.h:28215
void(T::* Response)()
Definition Admin.h:28222
void(T::* Sent)(bool)
Definition Admin.h:28221
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:28220
IceUtil::Handle< T > TPtr
Definition Admin.h:28218
CallbackNC_RegistryObserver_registryInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28224
Type-safe asynchronous callback wrapper class used for calls to IceProxy::IceGrid::RegistryObserver::...
Definition Admin.h:28371
IceUtil::Handle< T > TPtr
Definition Admin.h:28374
void(T::* Exception)(const ::Ice::Exception &)
Definition Admin.h:28376
CallbackNC_RegistryObserver_registryUp(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28380
void(T::* Sent)(bool)
Definition Admin.h:28377
void(T::* Response)()
Definition Admin.h:28378
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdapterObse...
Definition Admin.h:8729
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30319
IceUtil::Handle< T > TPtr
Definition Admin.h:30322
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30324
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30325
void(T::* Response)(const CT &)
Definition Admin.h:30326
Callback_AdapterObserver_adapterAdded(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30328
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdapterObse...
Definition Admin.h:8721
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30163
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30169
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30168
void(T::* Response)(const CT &)
Definition Admin.h:30170
IceUtil::Handle< T > TPtr
Definition Admin.h:30166
Callback_AdapterObserver_adapterInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30172
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdapterObse...
Definition Admin.h:8745
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30631
IceUtil::Handle< T > TPtr
Definition Admin.h:30634
Callback_AdapterObserver_adapterRemoved(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30640
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30637
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30636
void(T::* Response)(const CT &)
Definition Admin.h:30638
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdapterObse...
Definition Admin.h:8737
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30475
IceUtil::Handle< T > TPtr
Definition Admin.h:30478
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30480
Callback_AdapterObserver_adapterUpdated(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30484
void(T::* Response)(const CT &)
Definition Admin.h:30482
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30481
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8833
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:32455
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:32460
IceUtil::Handle< T > TPtr
Definition Admin.h:32458
void(T::* Response)(const CT &)
Definition Admin.h:32462
void(T::* Sent)(bool, const CT &)
Definition Admin.h:32461
Callback_AdminSession_finishUpdate(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32464
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8801
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:31718
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:31723
void(T::* Sent)(bool, const CT &)
Definition Admin.h:31724
IceUtil::Handle< T > TPtr
Definition Admin.h:31721
Callback_AdminSession_getAdminCallbackTemplate(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31727
void(T::* Response)(const ::Ice::ObjectPrx &, const CT &)
Definition Admin.h:31725
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8793
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:31566
void(T::* Response)(const AdminPrx &, const CT &)
Definition Admin.h:31573
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:31571
Callback_AdminSession_getAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31575
void(T::* Sent)(bool, const CT &)
Definition Admin.h:31572
IceUtil::Handle< T > TPtr
Definition Admin.h:31569
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8841
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:32634
void(T::* Sent)(bool, const CT &)
Definition Admin.h:32640
IceUtil::Handle< T > TPtr
Definition Admin.h:32637
Callback_AdminSession_getReplicaName(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32643
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:32639
void(T::* Response)(const ::std::string &, const CT &)
Definition Admin.h:32641
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8785
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:31411
Callback_AdminSession_keepAlive(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31420
void(T::* Response)(const CT &)
Definition Admin.h:31418
IceUtil::Handle< T > TPtr
Definition Admin.h:31414
void(T::* Sent)(bool, const CT &)
Definition Admin.h:31417
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:31416
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8873
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:33242
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:33247
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:33249
Callback_AdminSession_openNodeStdErr(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33251
void(T::* Sent)(bool, const CT &)
Definition Admin.h:33248
IceUtil::Handle< T > TPtr
Definition Admin.h:33245
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8881
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:33394
Callback_AdminSession_openNodeStdOut(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33403
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:33401
IceUtil::Handle< T > TPtr
Definition Admin.h:33397
void(T::* Sent)(bool, const CT &)
Definition Admin.h:33400
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:33399
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8889
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:33546
Callback_AdminSession_openRegistryStdErr(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33555
IceUtil::Handle< T > TPtr
Definition Admin.h:33549
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:33551
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:33553
void(T::* Sent)(bool, const CT &)
Definition Admin.h:33552
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8897
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:33698
Callback_AdminSession_openRegistryStdOut(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33707
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:33705
void(T::* Sent)(bool, const CT &)
Definition Admin.h:33704
IceUtil::Handle< T > TPtr
Definition Admin.h:33701
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:33703
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8849
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:32786
IceUtil::Handle< T > TPtr
Definition Admin.h:32789
Callback_AdminSession_openServerLog(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32795
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:32791
void(T::* Sent)(bool, const CT &)
Definition Admin.h:32792
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:32793
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8857
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:32938
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:32945
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:32943
void(T::* Sent)(bool, const CT &)
Definition Admin.h:32944
Callback_AdminSession_openServerStdErr(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32947
IceUtil::Handle< T > TPtr
Definition Admin.h:32941
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8865
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:33090
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:33095
void(T::* Response)(const FileIteratorPrx &, const CT &)
Definition Admin.h:33097
Callback_AdminSession_openServerStdOut(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:33099
IceUtil::Handle< T > TPtr
Definition Admin.h:33093
void(T::* Sent)(bool, const CT &)
Definition Admin.h:33096
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8817
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:32099
void(T::* Sent)(bool, const CT &)
Definition Admin.h:32105
void(T::* Response)(const CT &)
Definition Admin.h:32106
Callback_AdminSession_setObserversByIdentity(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32108
IceUtil::Handle< T > TPtr
Definition Admin.h:32102
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:32104
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8809
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:31895
IceUtil::Handle< T > TPtr
Definition Admin.h:31898
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:31900
void(T::* Sent)(bool, const CT &)
Definition Admin.h:31901
void(T::* Response)(const CT &)
Definition Admin.h:31902
Callback_AdminSession_setObservers(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31904
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::AdminSessio...
Definition Admin.h:8825
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:32278
IceUtil::Handle< T > TPtr
Definition Admin.h:32281
void(T::* Sent)(bool, const CT &)
Definition Admin.h:32284
Callback_AdminSession_startUpdate(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:32287
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:32283
void(T::* Response)(::Ice::Int, const CT &)
Definition Admin.h:32285
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8225
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:19665
Callback_Admin_addApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:19674
IceUtil::Handle< T > TPtr
Definition Admin.h:19668
void(T::* Response)(const CT &)
Definition Admin.h:19672
void(T::* Sent)(bool, const CT &)
Definition Admin.h:19671
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:19670
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8449
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:24753
Callback_Admin_addObjectWithType(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24762
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:24758
void(T::* Sent)(bool, const CT &)
Definition Admin.h:24759
void(T::* Response)(const CT &)
Definition Admin.h:24760
IceUtil::Handle< T > TPtr
Definition Admin.h:24756
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8433
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:24345
void(T::* Response)(const CT &)
Definition Admin.h:24352
void(T::* Sent)(bool, const CT &)
Definition Admin.h:24351
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:24350
Callback_Admin_addObject(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24354
IceUtil::Handle< T > TPtr
Definition Admin.h:24348
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8353
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:22513
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:22518
IceUtil::Handle< T > TPtr
Definition Admin.h:22516
Callback_Admin_enableServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22522
void(T::* Sent)(bool, const CT &)
Definition Admin.h:22519
void(T::* Response)(const CT &)
Definition Admin.h:22520
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8409
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:23812
IceUtil::Handle< T > TPtr
Definition Admin.h:23815
void(T::* Response)(const AdapterInfoSeq &, const CT &)
Definition Admin.h:23819
Callback_Admin_getAdapterInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23821
void(T::* Sent)(bool, const CT &)
Definition Admin.h:23818
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:23817
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8425
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:24168
void(T::* Response)(const ::Ice::StringSeq &, const CT &)
Definition Admin.h:24175
void(T::* Sent)(bool, const CT &)
Definition Admin.h:24174
IceUtil::Handle< T > TPtr
Definition Admin.h:24171
Callback_Admin_getAllAdapterIds(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24177
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:24173
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8305
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:21576
void(T::* Sent)(bool, const CT &)
Definition Admin.h:21582
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:21581
IceUtil::Handle< T > TPtr
Definition Admin.h:21579
void(T::* Response)(const ::Ice::StringSeq &, const CT &)
Definition Admin.h:21583
Callback_Admin_getAllApplicationNames(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21585
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8545
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:26708
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:26713
void(T::* Sent)(bool, const CT &)
Definition Admin.h:26714
IceUtil::Handle< T > TPtr
Definition Admin.h:26711
void(T::* Response)(const ::Ice::StringSeq &, const CT &)
Definition Admin.h:26715
Callback_Admin_getAllNodeNames(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26717
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8481
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:25440
IceUtil::Handle< T > TPtr
Definition Admin.h:25443
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:25445
void(T::* Sent)(bool, const CT &)
Definition Admin.h:25446
void(T::* Response)(const ObjectInfoSeq &, const CT &)
Definition Admin.h:25447
Callback_Admin_getAllObjectInfos(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25449
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8585
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27520
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27526
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27525
IceUtil::Handle< T > TPtr
Definition Admin.h:27523
void(T::* Response)(const ::Ice::StringSeq &, const CT &)
Definition Admin.h:27527
Callback_Admin_getAllRegistryNames(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27529
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8401
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:23660
Callback_Admin_getAllServerIds(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23669
IceUtil::Handle< T > TPtr
Definition Admin.h:23663
void(T::* Response)(const ::Ice::StringSeq &, const CT &)
Definition Admin.h:23667
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:23665
void(T::* Sent)(bool, const CT &)
Definition Admin.h:23666
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8289
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:21272
void(T::* Response)(const ApplicationInfo &, const CT &)
Definition Admin.h:21279
void(T::* Sent)(bool, const CT &)
Definition Admin.h:21278
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:21277
Callback_Admin_getApplicationInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21281
IceUtil::Handle< T > TPtr
Definition Admin.h:21275
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8297
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:21424
Callback_Admin_getDefaultApplicationDescriptor(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21433
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:21429
void(T::* Response)(const ApplicationDescriptor &, const CT &)
Definition Admin.h:21431
IceUtil::Handle< T > TPtr
Definition Admin.h:21427
void(T::* Sent)(bool, const CT &)
Definition Admin.h:21430
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8513
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:26048
Callback_Admin_getNodeAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26057
IceUtil::Handle< T > TPtr
Definition Admin.h:26051
void(T::* Response)(const ::Ice::ObjectPrx &, const CT &)
Definition Admin.h:26055
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:26053
void(T::* Sent)(bool, const CT &)
Definition Admin.h:26054
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8537
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:26556
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:26561
void(T::* Sent)(bool, const CT &)
Definition Admin.h:26562
void(T::* Response)(const ::std::string &, const CT &)
Definition Admin.h:26563
Callback_Admin_getNodeHostname(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26565
IceUtil::Handle< T > TPtr
Definition Admin.h:26559
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8505
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:25896
Callback_Admin_getNodeInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25905
void(T::* Sent)(bool, const CT &)
Definition Admin.h:25902
void(T::* Response)(const NodeInfo &, const CT &)
Definition Admin.h:25903
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:25901
IceUtil::Handle< T > TPtr
Definition Admin.h:25899
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8497
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:25744
void(T::* Response)(const LoadInfo &, const CT &)
Definition Admin.h:25751
IceUtil::Handle< T > TPtr
Definition Admin.h:25747
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:25749
Callback_Admin_getNodeLoad(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25753
void(T::* Sent)(bool, const CT &)
Definition Admin.h:25750
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8521
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:26200
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:26205
void(T::* Response)(::Ice::Int, const CT &)
Definition Admin.h:26207
void(T::* Sent)(bool, const CT &)
Definition Admin.h:26206
IceUtil::Handle< T > TPtr
Definition Admin.h:26203
Callback_Admin_getNodeProcessorSocketCount(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26209
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8465
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:25136
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:25141
IceUtil::Handle< T > TPtr
Definition Admin.h:25139
Callback_Admin_getObjectInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25145
void(T::* Response)(const ObjectInfo &, const CT &)
Definition Admin.h:25143
void(T::* Sent)(bool, const CT &)
Definition Admin.h:25142
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8473
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:25288
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:25293
Callback_Admin_getObjectInfosByType(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25297
void(T::* Response)(const ObjectInfoSeq &, const CT &)
Definition Admin.h:25295
void(T::* Sent)(bool, const CT &)
Definition Admin.h:25294
IceUtil::Handle< T > TPtr
Definition Admin.h:25291
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8569
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27164
IceUtil::Handle< T > TPtr
Definition Admin.h:27167
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27170
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27169
void(T::* Response)(const ::Ice::ObjectPrx &, const CT &)
Definition Admin.h:27171
Callback_Admin_getRegistryAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27173
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8561
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27012
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27017
Callback_Admin_getRegistryInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27021
IceUtil::Handle< T > TPtr
Definition Admin.h:27015
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27018
void(T::* Response)(const RegistryInfo &, const CT &)
Definition Admin.h:27019
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8337
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:22184
Callback_Admin_getServerAdminCategory(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22193
void(T::* Response)(const ::std::string &, const CT &)
Definition Admin.h:22191
void(T::* Sent)(bool, const CT &)
Definition Admin.h:22190
IceUtil::Handle< T > TPtr
Definition Admin.h:22187
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:22189
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8345
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:22336
IceUtil::Handle< T > TPtr
Definition Admin.h:22339
void(T::* Sent)(bool, const CT &)
Definition Admin.h:22342
void(T::* Response)(const ::Ice::ObjectPrx &, const CT &)
Definition Admin.h:22343
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:22341
Callback_Admin_getServerAdmin(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22345
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8313
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:21728
void(T::* Sent)(bool, const CT &)
Definition Admin.h:21734
void(T::* Response)(const ServerInfo &, const CT &)
Definition Admin.h:21735
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:21733
Callback_Admin_getServerInfo(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21737
IceUtil::Handle< T > TPtr
Definition Admin.h:21731
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8329
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:22032
Callback_Admin_getServerPid(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22041
void(T::* Sent)(bool, const CT &)
Definition Admin.h:22038
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:22037
IceUtil::Handle< T > TPtr
Definition Admin.h:22035
void(T::* Response)(::Ice::Int, const CT &)
Definition Admin.h:22039
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8321
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:21880
Callback_Admin_getServerState(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21889
void(T::* Response)(ServerState, const CT &)
Definition Admin.h:21887
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:21885
void(T::* Sent)(bool, const CT &)
Definition Admin.h:21886
IceUtil::Handle< T > TPtr
Definition Admin.h:21883
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8601
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27828
IceUtil::Handle< T > TPtr
Definition Admin.h:27831
void(T::* Response)(const ::Ice::SliceChecksumDict &, const CT &)
Definition Admin.h:27835
Callback_Admin_getSliceChecksums(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27837
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27833
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27834
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8273
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:20889
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:20894
void(T::* Response)(const CT &)
Definition Admin.h:20896
void(T::* Sent)(bool, const CT &)
Definition Admin.h:20895
Callback_Admin_instantiateServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20898
IceUtil::Handle< T > TPtr
Definition Admin.h:20892
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8361
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:22692
IceUtil::Handle< T > TPtr
Definition Admin.h:22695
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:22697
void(T::* Sent)(bool, const CT &)
Definition Admin.h:22698
Callback_Admin_isServerEnabled(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22701
void(T::* Response)(bool, const CT &)
Definition Admin.h:22699
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8281
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:21093
Callback_Admin_patchApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:21102
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:21098
IceUtil::Handle< T > TPtr
Definition Admin.h:21096
void(T::* Response)(const CT &)
Definition Admin.h:21100
void(T::* Sent)(bool, const CT &)
Definition Admin.h:21099
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8385
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:23277
Callback_Admin_patchServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23286
void(T::* Response)(const CT &)
Definition Admin.h:23284
IceUtil::Handle< T > TPtr
Definition Admin.h:23280
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:23282
void(T::* Sent)(bool, const CT &)
Definition Admin.h:23283
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8489
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:25592
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:25597
void(T::* Sent)(bool, const CT &)
Definition Admin.h:25598
IceUtil::Handle< T > TPtr
Definition Admin.h:25595
Callback_Admin_pingNode(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:25601
void(T::* Response)(bool, const CT &)
Definition Admin.h:25599
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8553
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:26860
IceUtil::Handle< T > TPtr
Definition Admin.h:26863
void(T::* Sent)(bool, const CT &)
Definition Admin.h:26866
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:26865
void(T::* Response)(bool, const CT &)
Definition Admin.h:26867
Callback_Admin_pingRegistry(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26869
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8417
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:23989
Callback_Admin_removeAdapter(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23998
IceUtil::Handle< T > TPtr
Definition Admin.h:23992
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:23994
void(T::* Response)(const CT &)
Definition Admin.h:23996
void(T::* Sent)(bool, const CT &)
Definition Admin.h:23995
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8265
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:20685
IceUtil::Handle< T > TPtr
Definition Admin.h:20688
Callback_Admin_removeApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20694
void(T::* Sent)(bool, const CT &)
Definition Admin.h:20691
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:20690
void(T::* Response)(const CT &)
Definition Admin.h:20692
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8457
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:24957
void(T::* Response)(const CT &)
Definition Admin.h:24964
void(T::* Sent)(bool, const CT &)
Definition Admin.h:24963
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:24962
IceUtil::Handle< T > TPtr
Definition Admin.h:24960
Callback_Admin_removeObject(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24966
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8393
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:23481
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:23486
void(T::* Sent)(bool, const CT &)
Definition Admin.h:23487
Callback_Admin_sendSignal(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23490
IceUtil::Handle< T > TPtr
Definition Admin.h:23484
void(T::* Response)(const CT &)
Definition Admin.h:23488
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8529
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:26377
IceUtil::Handle< T > TPtr
Definition Admin.h:26380
Callback_Admin_shutdownNode(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:26386
void(T::* Sent)(bool, const CT &)
Definition Admin.h:26383
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:26382
void(T::* Response)(const CT &)
Definition Admin.h:26384
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8577
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27341
IceUtil::Handle< T > TPtr
Definition Admin.h:27344
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27346
Callback_Admin_shutdownRegistry(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27350
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27347
void(T::* Response)(const CT &)
Definition Admin.h:27348
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8593
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27673
IceUtil::Handle< T > TPtr
Definition Admin.h:27676
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27679
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27678
Callback_Admin_shutdown(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27682
void(T::* Response)(const CT &)
Definition Admin.h:27680
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8369
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:22869
void(T::* Sent)(bool, const CT &)
Definition Admin.h:22875
IceUtil::Handle< T > TPtr
Definition Admin.h:22872
Callback_Admin_startServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:22878
void(T::* Response)(const CT &)
Definition Admin.h:22876
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:22874
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8377
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:23073
IceUtil::Handle< T > TPtr
Definition Admin.h:23076
void(T::* Response)(const CT &)
Definition Admin.h:23080
Callback_Admin_stopServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:23082
void(T::* Sent)(bool, const CT &)
Definition Admin.h:23079
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:23078
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8249
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:20277
IceUtil::Handle< T > TPtr
Definition Admin.h:20280
Callback_Admin_syncApplicationWithoutRestart(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20286
void(T::* Sent)(bool, const CT &)
Definition Admin.h:20283
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:20282
void(T::* Response)(const CT &)
Definition Admin.h:20284
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8233
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:19869
Callback_Admin_syncApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:19878
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:19874
void(T::* Sent)(bool, const CT &)
Definition Admin.h:19875
IceUtil::Handle< T > TPtr
Definition Admin.h:19872
void(T::* Response)(const CT &)
Definition Admin.h:19876
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8257
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:20481
IceUtil::Handle< T > TPtr
Definition Admin.h:20484
Callback_Admin_updateApplicationWithoutRestart(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20490
void(T::* Response)(const CT &)
Definition Admin.h:20488
void(T::* Sent)(bool, const CT &)
Definition Admin.h:20487
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:20486
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8241
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:20073
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:20078
void(T::* Sent)(bool, const CT &)
Definition Admin.h:20079
IceUtil::Handle< T > TPtr
Definition Admin.h:20076
void(T::* Response)(const CT &)
Definition Admin.h:20080
Callback_Admin_updateApplication(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:20082
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Admin::begi...
Definition Admin.h:8441
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:24549
void(T::* Response)(const CT &)
Definition Admin.h:24556
IceUtil::Handle< T > TPtr
Definition Admin.h:24552
Callback_Admin_updateObject(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:24558
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:24554
void(T::* Sent)(bool, const CT &)
Definition Admin.h:24555
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Application...
Definition Admin.h:8697
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:29695
IceUtil::Handle< T > TPtr
Definition Admin.h:29698
Callback_ApplicationObserver_applicationAdded(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29704
void(T::* Sent)(bool, const CT &)
Definition Admin.h:29701
void(T::* Response)(const CT &)
Definition Admin.h:29702
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:29700
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Application...
Definition Admin.h:8689
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:29539
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:29544
void(T::* Response)(const CT &)
Definition Admin.h:29546
IceUtil::Handle< T > TPtr
Definition Admin.h:29542
Callback_ApplicationObserver_applicationInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29548
void(T::* Sent)(bool, const CT &)
Definition Admin.h:29545
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Application...
Definition Admin.h:8705
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:29851
Callback_ApplicationObserver_applicationRemoved(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29860
IceUtil::Handle< T > TPtr
Definition Admin.h:29854
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:29856
void(T::* Sent)(bool, const CT &)
Definition Admin.h:29857
void(T::* Response)(const CT &)
Definition Admin.h:29858
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::Application...
Definition Admin.h:8713
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30007
Callback_ApplicationObserver_applicationUpdated(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30016
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30013
IceUtil::Handle< T > TPtr
Definition Admin.h:30010
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30012
void(T::* Response)(const CT &)
Definition Admin.h:30014
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::FileIterato...
Definition Admin.h:8617
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:28135
void(T::* Sent)(bool, const CT &)
Definition Admin.h:28141
void(T::* Response)(const CT &)
Definition Admin.h:28142
IceUtil::Handle< T > TPtr
Definition Admin.h:28138
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:28140
Callback_FileIterator_destroy(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28144
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::FileIterato...
Definition Admin.h:8609
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:27981
void(T::* Sent)(bool, const CT &)
Definition Admin.h:27987
Callback_FileIterator_read(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:27990
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:27986
void(T::* Response)(bool, const ::Ice::StringSeq &, const CT &)
Definition Admin.h:27988
IceUtil::Handle< T > TPtr
Definition Admin.h:27984
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::NodeObserve...
Definition Admin.h:8665
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:29071
void(T::* Response)(const CT &)
Definition Admin.h:29078
void(T::* Sent)(bool, const CT &)
Definition Admin.h:29077
IceUtil::Handle< T > TPtr
Definition Admin.h:29074
Callback_NodeObserver_nodeDown(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29080
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:29076
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::NodeObserve...
Definition Admin.h:8649
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:28759
void(T::* Sent)(bool, const CT &)
Definition Admin.h:28765
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:28764
void(T::* Response)(const CT &)
Definition Admin.h:28766
Callback_NodeObserver_nodeInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28768
IceUtil::Handle< T > TPtr
Definition Admin.h:28762
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::NodeObserve...
Definition Admin.h:8657
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:28915
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:28920
void(T::* Sent)(bool, const CT &)
Definition Admin.h:28921
IceUtil::Handle< T > TPtr
Definition Admin.h:28918
void(T::* Response)(const CT &)
Definition Admin.h:28922
Callback_NodeObserver_nodeUp(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28924
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::NodeObserve...
Definition Admin.h:8681
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:29383
void(T::* Response)(const CT &)
Definition Admin.h:29390
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:29388
void(T::* Sent)(bool, const CT &)
Definition Admin.h:29389
IceUtil::Handle< T > TPtr
Definition Admin.h:29386
Callback_NodeObserver_updateAdapter(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29392
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::NodeObserve...
Definition Admin.h:8673
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:29227
void(T::* Sent)(bool, const CT &)
Definition Admin.h:29233
Callback_NodeObserver_updateServer(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:29236
IceUtil::Handle< T > TPtr
Definition Admin.h:29230
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:29232
void(T::* Response)(const CT &)
Definition Admin.h:29234
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::ObjectObser...
Definition Admin.h:8761
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30943
Callback_ObjectObserver_objectAdded(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30952
void(T::* Response)(const CT &)
Definition Admin.h:30950
IceUtil::Handle< T > TPtr
Definition Admin.h:30946
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30949
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30948
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::ObjectObser...
Definition Admin.h:8753
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:30787
void(T::* Sent)(bool, const CT &)
Definition Admin.h:30793
IceUtil::Handle< T > TPtr
Definition Admin.h:30790
void(T::* Response)(const CT &)
Definition Admin.h:30794
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:30792
Callback_ObjectObserver_objectInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:30796
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::ObjectObser...
Definition Admin.h:8777
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:31255
void(T::* Response)(const CT &)
Definition Admin.h:31262
void(T::* Sent)(bool, const CT &)
Definition Admin.h:31261
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:31260
Callback_ObjectObserver_objectRemoved(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31264
IceUtil::Handle< T > TPtr
Definition Admin.h:31258
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::ObjectObser...
Definition Admin.h:8769
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:31099
void(T::* Response)(const CT &)
Definition Admin.h:31106
IceUtil::Handle< T > TPtr
Definition Admin.h:31102
Callback_ObjectObserver_objectUpdated(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:31108
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:31104
void(T::* Sent)(bool, const CT &)
Definition Admin.h:31105
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::RegistryObs...
Definition Admin.h:8641
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:28603
void(T::* Sent)(bool, const CT &)
Definition Admin.h:28609
void(T::* Response)(const CT &)
Definition Admin.h:28610
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:28608
IceUtil::Handle< T > TPtr
Definition Admin.h:28606
Callback_RegistryObserver_registryDown(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28612
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::RegistryObs...
Definition Admin.h:8625
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:28291
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:28296
IceUtil::Handle< T > TPtr
Definition Admin.h:28294
void(T::* Response)(const CT &)
Definition Admin.h:28298
void(T::* Sent)(bool, const CT &)
Definition Admin.h:28297
Callback_RegistryObserver_registryInit(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28300
Base class for asynchronous callback wrapper classes used for calls to IceProxy::IceGrid::RegistryObs...
Definition Admin.h:8633
Type-safe asynchronous callback wrapper class with cookie support used for calls to IceProxy::IceGrid...
Definition Admin.h:28447
void(T::* Exception)(const ::Ice::Exception &, const CT &)
Definition Admin.h:28452
IceUtil::Handle< T > TPtr
Definition Admin.h:28450
void(T::* Sent)(bool, const CT &)
Definition Admin.h:28453
void(T::* Response)(const CT &)
Definition Admin.h:28454
Callback_RegistryObserver_registryUp(const TPtr &obj, Response cb, Exception excb, Sent sentcb)
Definition Admin.h:28456
This interface provides access to IceGrid log file contents.
Definition Admin.h:18160
virtual bool read(::Ice::Int size, ::Ice::StringSeq &lines, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Read lines from the log file.
virtual void destroy(const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
Destroy the iterator.
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
FileIteratorPtr PointerType
Definition Admin.h:18164
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
FileIteratorPrx ProxyType
Definition Admin.h:18163
The node observer interface.
Definition Admin.h:18367
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual void updateAdapter(const ::std::string &node, const AdapterDynamicInfo &updatedInfo, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
NodeObserverPrx ProxyType
Definition Admin.h:18370
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
virtual void nodeInit(const NodeDynamicInfoSeq &nodes, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The nodeInit operation indicates the current state of nodes.
NodeObserverPtr PointerType
Definition Admin.h:18371
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
virtual void updateServer(const ::std::string &node, const ServerDynamicInfo &updatedInfo, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The updateServer operation is called to notify an observer that the state of a server changed.
virtual void nodeDown(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The nodeDown operation is called to notify an observer that a node went down.
virtual void nodeUp(const NodeDynamicInfo &node, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The nodeUp operation is called to notify an observer that a node came up.
This interface allows applications to monitor IceGrid well-known objects.
Definition Admin.h:18736
ObjectObserverPrx ProxyType
Definition Admin.h:18739
virtual void objectUpdated(const ObjectInfo &info, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
virtual ~ObjectObserver()
virtual void objectInit(const ObjectInfoSeq &objects, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
objectInit is called after the registration of an observer to indicate the state of the registry.
virtual void objectRemoved(const ::Ice::Identity &id, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
virtual void objectAdded(const ObjectInfo &info, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
ObjectObserverPtr PointerType
Definition Admin.h:18740
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
This interface allows applications to monitor changes the state of the registry.
Definition Admin.h:18261
virtual void registryDown(const ::std::string &name, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The nodeDown operation is called to notify an observer that a node went down.
virtual const ::std::string & ice_id(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a Slice type ID representing the most-derived interface supported by this object.
virtual void registryUp(const RegistryInfo &node, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The nodeUp operation is called to notify an observer that a node came up.
RegistryObserverPrx ProxyType
Definition Admin.h:18264
virtual ~RegistryObserver()
RegistryObserverPtr PointerType
Definition Admin.h:18265
virtual ::std::vector< ::std::string > ice_ids(const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Obtains a list of the Slice type IDs representing the interfaces supported by this object.
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this class.
virtual void registryInit(const RegistryInfoSeq ®istries, const ::Ice::Current ¤t=::Ice::emptyCurrent)=0
The registryInit operation is called after registration of an observer to indicate the state of the r...
virtual bool ice_isA(const ::std::string &id, const ::Ice::Current ¤t=::Ice::emptyCurrent) const
Determines whether this object supports an interface with the given Slice type ID.
::Ice::AsyncResultPtr begin_adapterRemoved(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15237
::Ice::AsyncResultPtr begin_adapterRemoved(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15224
void adapterUpdated(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15123
::Ice::AsyncResultPtr begin_adapterUpdated(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context, const ::IceGrid::Callback_AdapterObserver_adapterUpdatedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15189
::Ice::AsyncResultPtr begin_adapterAdded(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context, const ::IceGrid::Callback_AdapterObserver_adapterAddedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
Definition Admin.h:15100
::Ice::AsyncResultPtr begin_adapterInit(const ::IceGrid::AdapterInfoSeq &adpts, const ::Ice::Context &context=::Ice::noExplicitContext)
adapterInit is called after registration of an observer to indicate the state of the registry.
Definition Admin.h:14953
void adapterRemoved(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15212
void end_adapterInit(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_adapterInit.
::Ice::AsyncResultPtr begin_adapterInit(const ::IceGrid::AdapterInfoSeq &adpts, const ::IceGrid::Callback_AdapterObserver_adapterInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
adapterInit is called after registration of an observer to indicate the state of the registry.
Definition Admin.h:14996
void end_adapterAdded(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_adapterAdded.
void end_adapterUpdated(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_adapterUpdated.
::Ice::AsyncResultPtr begin_adapterInit(const ::IceGrid::AdapterInfoSeq &adpts, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
adapterInit is called after registration of an observer to indicate the state of the registry.
Definition Admin.h:14967
::Ice::AsyncResultPtr begin_adapterAdded(const ::IceGrid::AdapterInfo &info, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
Definition Admin.h:15059
::Ice::AsyncResultPtr begin_adapterInit(const ::IceGrid::AdapterInfoSeq &adpts, const ::Ice::Context &context, const ::IceGrid::Callback_AdapterObserver_adapterInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
adapterInit is called after registration of an observer to indicate the state of the registry.
Definition Admin.h:15011
::Ice::AsyncResultPtr begin_adapterAdded(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
Definition Admin.h:15073
void adapterAdded(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
Definition Admin.h:15034
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
::Ice::AsyncResultPtr begin_adapterInit(const ::IceGrid::AdapterInfoSeq &adpts, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
adapterInit is called after registration of an observer to indicate the state of the registry.
Definition Admin.h:14982
::Ice::AsyncResultPtr begin_adapterRemoved(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_AdapterObserver_adapterRemovedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15278
void end_adapterRemoved(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_adapterRemoved.
::Ice::AsyncResultPtr begin_adapterUpdated(const ::IceGrid::AdapterInfo &info, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15148
::Ice::AsyncResultPtr begin_adapterUpdated(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15162
::Ice::AsyncResultPtr begin_adapterUpdated(const ::IceGrid::AdapterInfo &info, const ::IceGrid::Callback_AdapterObserver_adapterUpdatedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15175
::Ice::AsyncResultPtr begin_adapterRemoved(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15251
::Ice::AsyncResultPtr begin_adapterUpdated(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
The adapterUpdated operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15135
void adapterInit(const ::IceGrid::AdapterInfoSeq &adpts, const ::Ice::Context &context=::Ice::noExplicitContext)
adapterInit is called after registration of an observer to indicate the state of the registry.
Definition Admin.h:14940
::Ice::AsyncResultPtr begin_adapterRemoved(const ::std::string &id, const ::IceGrid::Callback_AdapterObserver_adapterRemovedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterRemoved operation is called to notify an observer when a dynamically-registered adapter wa...
Definition Admin.h:15264
::Ice::AsyncResultPtr begin_adapterAdded(const ::IceGrid::AdapterInfo &info, const ::IceGrid::Callback_AdapterObserver_adapterAddedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
Definition Admin.h:15086
::Ice::AsyncResultPtr begin_adapterAdded(const ::IceGrid::AdapterInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
The adapterAdded operation is called to notify an observer when a dynamically-registered adapter was ...
Definition Admin.h:15046
::Ice::AsyncResultPtr begin_getAdminCallbackTemplate(const ::IceGrid::Callback_AdminSession_getAdminCallbackTemplatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a "template" proxy for admin callback objects.
Definition Admin.h:15930
::Ice::AsyncResultPtr begin_openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server log file for reading.
Definition Admin.h:16545
void end_finishUpdate(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_finishUpdate.
::IceGrid::FileIteratorPrx end_openNodeStdOut(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openNodeStdOut.
::Ice::AsyncResultPtr begin_openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stderr file for reading.
Definition Admin.h:17145
::Ice::AsyncResultPtr begin_getReplicaName(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the name of the registry replica hosting this session.
Definition Admin.h:16414
::Ice::AsyncResultPtr begin_startUpdate(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Acquires an exclusive lock to start updating the registry applications.
Definition Admin.h:16251
::Ice::AsyncResultPtr begin_openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openServerLogPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server log file for reading.
Definition Admin.h:16584
::Ice::AsyncResultPtr begin_getReplicaName(const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_getReplicaNamePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the name of the registry replica hosting this session.
Definition Admin.h:16449
::Ice::AsyncResultPtr begin_keepAlive(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Keep the session alive.
Definition Admin.h:15722
::Ice::AsyncResultPtr begin_finishUpdate(const ::Ice::Context &context=::Ice::noExplicitContext)
Finish updating the registry and release the exclusive lock.
Definition Admin.h:16323
::IceGrid::FileIteratorPrx openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given registry stderr file for reading.
Definition Admin.h:17114
::Ice::AsyncResultPtr begin_finishUpdate(const ::IceGrid::Callback_AdminSession_finishUpdatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Finish updating the registry and release the exclusive lock.
Definition Admin.h:16357
::Ice::AsyncResultPtr begin_getAdmin(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the admin interface.
Definition Admin.h:15809
::Ice::AsyncResultPtr begin_getAdminCallbackTemplate(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a "template" proxy for admin callback objects.
Definition Admin.h:15916
::Ice::AsyncResultPtr begin_getAdminCallbackTemplate(const ::Ice::Context &context=::Ice::noExplicitContext)
Get a "template" proxy for admin callback objects.
Definition Admin.h:15887
::Ice::AsyncResultPtr begin_openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stdout file for reading.
Definition Admin.h:16784
::IceGrid::FileIteratorPrx openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given node stdout file for reading.
Definition Admin.h:16994
::Ice::AsyncResultPtr begin_openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openServerLogPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server log file for reading.
Definition Admin.h:16564
::IceGrid::FileIteratorPrx openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given node stderr file for reading.
Definition Admin.h:16875
::Ice::AsyncResultPtr begin_openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openNodeStdOutPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stdout file for reading.
Definition Admin.h:17058
::Ice::AsyncResultPtr begin_getAdminCallbackTemplate(const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_getAdminCallbackTemplatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a "template" proxy for admin callback objects.
Definition Admin.h:15945
::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::IceGrid::Callback_AdminSession_setObserversByIdentityPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer identities that receive notifications the state of the registry or nodes changes.
Definition Admin.h:16182
::Ice::AsyncResultPtr begin_startUpdate(const ::IceGrid::Callback_AdminSession_startUpdatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Acquires an exclusive lock to start updating the registry applications.
Definition Admin.h:16274
void finishUpdate(const ::Ice::Context &context=::Ice::noExplicitContext)
Finish updating the registry and release the exclusive lock.
Definition Admin.h:16313
::Ice::AsyncResultPtr begin_openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given server stderr file for reading.
Definition Admin.h:16643
::std::string end_getReplicaName(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getReplicaName.
::Ice::AsyncResultPtr begin_openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openRegistryStdErrPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stderr file for reading.
Definition Admin.h:17178
::Ice::ObjectPrx getAdminCallbackTemplate(const ::Ice::Context &context=::Ice::noExplicitContext)
Get a "template" proxy for admin callback objects.
Definition Admin.h:15874
::Ice::AsyncResultPtr begin_openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given node stdout file for reading.
Definition Admin.h:17009
::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_setObserversByIdentityPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer identities that receive notifications the state of the registry or nodes changes.
Definition Admin.h:16203
::IceGrid::AdminPrx getAdmin(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the admin interface.
Definition Admin.h:15786
void end_setObserversByIdentity(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_setObserversByIdentity.
::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer identities that receive notifications the state of the registry or nodes changes.
Definition Admin.h:16141
::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer identities that receive notifications the state of the registry or nodes changes.
Definition Admin.h:16162
::Ice::AsyncResultPtr begin_getReplicaName(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the name of the registry replica hosting this session.
Definition Admin.h:16403
::Ice::AsyncResultPtr begin_getAdmin(const ::IceGrid::Callback_AdminSession_getAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the admin interface.
Definition Admin.h:15834
::Ice::AsyncResultPtr begin_openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openRegistryStdOutPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stdout file for reading.
Definition Admin.h:17299
::IceGrid::FileIteratorPrx openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given registry stdout file for reading.
Definition Admin.h:17235
::Ice::AsyncResultPtr begin_getAdmin(const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_getAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the admin interface.
Definition Admin.h:15847
::IceGrid::FileIteratorPrx end_openServerStdErr(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openServerStdErr.
void end_keepAlive(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_keepAlive.
::Ice::AsyncResultPtr begin_openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stderr file for reading.
Definition Admin.h:16659
::IceGrid::AdminPrx end_getAdmin(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAdmin.
::Ice::AsyncResultPtr begin_openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given node stderr file for reading.
Definition Admin.h:16890
::Ice::AsyncResultPtr begin_openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openServerStdErrPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stderr file for reading.
Definition Admin.h:16692
::Ice::AsyncResultPtr begin_getReplicaName(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the name of the registry replica hosting this session.
Definition Admin.h:16426
::IceGrid::FileIteratorPrx openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given server log file for reading.
Definition Admin.h:16488
::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx ®istryObs, const ::IceGrid::NodeObserverPrx &nodeObs, const ::IceGrid::ApplicationObserverPrx &appObs, const ::IceGrid::AdapterObserverPrx &adptObs, const ::IceGrid::ObjectObserverPrx &objObs, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
Definition Admin.h:16031
::Ice::ObjectPrx end_getAdminCallbackTemplate(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAdminCallbackTemplate.
::Ice::AsyncResultPtr begin_getAdminCallbackTemplate(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a "template" proxy for admin callback objects.
Definition Admin.h:15901
::Ice::AsyncResultPtr begin_getReplicaName(const ::IceGrid::Callback_AdminSession_getReplicaNamePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the name of the registry replica hosting this session.
Definition Admin.h:16437
::Ice::Int startUpdate(const ::Ice::Context &context=::Ice::noExplicitContext)
Acquires an exclusive lock to start updating the registry applications.
Definition Admin.h:16230
::Ice::AsyncResultPtr begin_openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given registry stderr file for reading.
Definition Admin.h:17129
void end_setObservers(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_setObservers.
::IceGrid::FileIteratorPrx end_openServerStdOut(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openServerStdOut.
::Ice::AsyncResultPtr begin_openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stdout file for reading.
Definition Admin.h:17025
::Ice::AsyncResultPtr begin_finishUpdate(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Finish updating the registry and release the exclusive lock.
Definition Admin.h:16334
::Ice::AsyncResultPtr begin_openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given server log file for reading.
Definition Admin.h:16506
::Ice::AsyncResultPtr begin_openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openServerStdOutPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stdout file for reading.
Definition Admin.h:16817
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
::IceGrid::FileIteratorPrx end_openNodeStdErr(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openNodeStdErr.
::IceGrid::FileIteratorPrx end_openServerLog(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openServerLog.
::Ice::AsyncResultPtr begin_startUpdate(const ::Ice::Context &context=::Ice::noExplicitContext)
Acquires an exclusive lock to start updating the registry applications.
Definition Admin.h:16240
void keepAlive(const ::Ice::Context &context=::Ice::noExplicitContext)
Keep the session alive.
Definition Admin.h:15697
::Ice::AsyncResultPtr begin_setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::Ice::Context &context=::Ice::noExplicitContext)
Set the observer identities that receive notifications the state of the registry or nodes changes.
Definition Admin.h:16121
void setObserversByIdentity(const ::Ice::Identity ®istryObs, const ::Ice::Identity &nodeObs, const ::Ice::Identity &appObs, const ::Ice::Identity &adptObs, const ::Ice::Identity &objObs, const ::Ice::Context &context=::Ice::noExplicitContext)
Set the observer identities that receive notifications the state of the registry or nodes changes.
Definition Admin.h:16102
::IceGrid::FileIteratorPrx openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given server stderr file for reading.
Definition Admin.h:16628
::Ice::AsyncResultPtr begin_openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stderr file for reading.
Definition Admin.h:17162
::Ice::AsyncResultPtr begin_openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stdout file for reading.
Definition Admin.h:17042
::Ice::AsyncResultPtr begin_keepAlive(const ::IceGrid::Callback_AdminSession_keepAlivePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Keep the session alive.
Definition Admin.h:15749
::Ice::AsyncResultPtr begin_finishUpdate(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Finish updating the registry and release the exclusive lock.
Definition Admin.h:16346
::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx ®istryObs, const ::IceGrid::NodeObserverPrx &nodeObs, const ::IceGrid::ApplicationObserverPrx &appObs, const ::IceGrid::AdapterObserverPrx &adptObs, const ::IceGrid::ObjectObserverPrx &objObs, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_setObserversPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
Definition Admin.h:16068
::Ice::AsyncResultPtr begin_openRegistryStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openRegistryStdErrPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stderr file for reading.
Definition Admin.h:17195
::Ice::AsyncResultPtr begin_finishUpdate(const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_finishUpdatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Finish updating the registry and release the exclusive lock.
Definition Admin.h:16369
::Ice::AsyncResultPtr begin_openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given server stdout file for reading.
Definition Admin.h:16768
::Ice::AsyncResultPtr begin_openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stderr file for reading.
Definition Admin.h:16923
::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx ®istryObs, const ::IceGrid::NodeObserverPrx &nodeObs, const ::IceGrid::ApplicationObserverPrx &appObs, const ::IceGrid::AdapterObserverPrx &adptObs, const ::IceGrid::ObjectObserverPrx &objObs, const ::IceGrid::Callback_AdminSession_setObserversPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
Definition Admin.h:16049
::Ice::AsyncResultPtr begin_openServerLog(const ::std::string &id, const ::std::string &path, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server log file for reading.
Definition Admin.h:16525
::Ice::AsyncResultPtr begin_openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openNodeStdErrPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stderr file for reading.
Definition Admin.h:16956
::Ice::AsyncResultPtr begin_getAdmin(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the admin interface.
Definition Admin.h:15822
::Ice::AsyncResultPtr begin_keepAlive(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Keep the session alive.
Definition Admin.h:15736
::Ice::AsyncResultPtr begin_openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stderr file for reading.
Definition Admin.h:16906
::std::string getReplicaName(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the name of the registry replica hosting this session.
Definition Admin.h:16393
::Ice::AsyncResultPtr begin_openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openServerStdOutPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stdout file for reading.
Definition Admin.h:16834
::Ice::AsyncResultPtr begin_openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openServerStdErrPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stderr file for reading.
Definition Admin.h:16709
::Ice::AsyncResultPtr begin_openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openRegistryStdOutPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stdout file for reading.
Definition Admin.h:17316
::Ice::AsyncResultPtr begin_openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stdout file for reading.
Definition Admin.h:17283
::Ice::AsyncResultPtr begin_openServerStdErr(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stderr file for reading.
Definition Admin.h:16676
::Ice::AsyncResultPtr begin_openNodeStdErr(const ::std::string &name, ::Ice::Int count, const ::IceGrid::Callback_AdminSession_openNodeStdErrPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stderr file for reading.
Definition Admin.h:16939
void setObservers(const ::IceGrid::RegistryObserverPrx ®istryObs, const ::IceGrid::NodeObserverPrx &nodeObs, const ::IceGrid::ApplicationObserverPrx &appObs, const ::IceGrid::AdapterObserverPrx &adptObs, const ::IceGrid::ObjectObserverPrx &objObs, const ::Ice::Context &context=::Ice::noExplicitContext)
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
Definition Admin.h:15977
::Ice::AsyncResultPtr begin_keepAlive(const ::Ice::Context &context=::Ice::noExplicitContext)
Keep the session alive.
Definition Admin.h:15709
::Ice::AsyncResultPtr begin_openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given server stdout file for reading.
Definition Admin.h:16801
::Ice::AsyncResultPtr begin_getAdmin(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the admin interface.
Definition Admin.h:15797
::IceGrid::FileIteratorPrx openServerStdOut(const ::std::string &id, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given server stdout file for reading.
Definition Admin.h:16753
::Ice::AsyncResultPtr begin_startUpdate(const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_startUpdatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Acquires an exclusive lock to start updating the registry applications.
Definition Admin.h:16286
::IceGrid::FileIteratorPrx end_openRegistryStdOut(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openRegistryStdOut.
::IceGrid::FileIteratorPrx end_openRegistryStdErr(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_openRegistryStdErr.
::Ice::AsyncResultPtr begin_startUpdate(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Acquires an exclusive lock to start updating the registry applications.
Definition Admin.h:16263
::Ice::AsyncResultPtr begin_openNodeStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_openNodeStdOutPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given node stdout file for reading.
Definition Admin.h:17075
::Ice::AsyncResultPtr begin_keepAlive(const ::Ice::Context &context, const ::IceGrid::Callback_AdminSession_keepAlivePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Keep the session alive.
Definition Admin.h:15763
::Ice::Int end_startUpdate(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_startUpdate.
::Ice::AsyncResultPtr begin_openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Open the given registry stdout file for reading.
Definition Admin.h:17266
::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx ®istryObs, const ::IceGrid::NodeObserverPrx &nodeObs, const ::IceGrid::ApplicationObserverPrx &appObs, const ::IceGrid::AdapterObserverPrx &adptObs, const ::IceGrid::ObjectObserverPrx &objObs, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
Definition Admin.h:16012
::Ice::AsyncResultPtr begin_openRegistryStdOut(const ::std::string &name, ::Ice::Int count, const ::Ice::Context &context=::Ice::noExplicitContext)
Open the given registry stdout file for reading.
Definition Admin.h:17250
::Ice::AsyncResultPtr begin_setObservers(const ::IceGrid::RegistryObserverPrx ®istryObs, const ::IceGrid::NodeObserverPrx &nodeObs, const ::IceGrid::ApplicationObserverPrx &appObs, const ::IceGrid::AdapterObserverPrx &adptObs, const ::IceGrid::ObjectObserverPrx &objObs, const ::Ice::Context &context=::Ice::noExplicitContext)
Set the observer proxies that receive notifications when the state of the registry or nodes changes.
Definition Admin.h:15994
::std::string getNodeHostname(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the hostname of this node.
Definition Admin.h:12784
void shutdown(const ::Ice::Context &context=::Ice::noExplicitContext)
Shut down the IceGrid registry.
Definition Admin.h:13382
::Ice::AsyncResultPtr begin_getObjectInfo(const ::Ice::Identity &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info for the object with the given identity.
Definition Admin.h:11943
void addApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Add an application to IceGrid.
Definition Admin.h:8922
::Ice::AsyncResultPtr begin_removeApplication(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an application from IceGrid.
Definition Admin.h:9512
::Ice::AsyncResultPtr begin_getAllAdapterIds(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAllAdapterIdsPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the adapter ids registered with IceGrid.
Definition Admin.h:11460
::Ice::AsyncResultPtr begin_getServerPid(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a server's system process id.
Definition Admin.h:10239
::Ice::AsyncResultPtr begin_getAdapterInfo(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the adapter information for the replica group or adapter with the given id.
Definition Admin.h:11259
::Ice::AsyncResultPtr begin_getServerAdmin(const ::std::string &id, const ::IceGrid::Callback_Admin_getServerAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the server's admin object.
Definition Admin.h:10466
::Ice::AsyncResultPtr begin_syncApplicationWithoutRestart(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_syncApplicationWithoutRestartPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9320
void end_sendSignal(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_sendSignal.
::Ice::AsyncResultPtr begin_getAdapterInfo(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAdapterInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the adapter information for the replica group or adapter with the given id.
Definition Admin.h:11286
::Ice::AsyncResultPtr begin_updateObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context=::Ice::noExplicitContext)
Update an object in the object registry.
Definition Admin.h:11610
void end_stopServer(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_stopServer.
::Ice::AsyncResultPtr begin_getRegistryAdmin(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a proxy to the IceGrid registry's admin object.
Definition Admin.h:13141
::Ice::AsyncResultPtr begin_getServerPid(const ::std::string &id, const ::IceGrid::Callback_Admin_getServerPidPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's system process id.
Definition Admin.h:10279
::Ice::AsyncResultPtr begin_getNodeProcessorSocketCount(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the number of physical processor sockets for the machine running the node with the given name.
Definition Admin.h:12590
::Ice::AsyncResultPtr begin_getServerPid(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getServerPidPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's system process id.
Definition Admin.h:10293
::Ice::AsyncResultPtr begin_getAllObjectInfos(const ::std::string &expr, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the object info of all the registered objects whose stringified identities match the given expres...
Definition Admin.h:12116
::Ice::AsyncResultPtr begin_getObjectInfo(const ::Ice::Identity &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getObjectInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info for the object with the given identity.
Definition Admin.h:11981
::IceGrid::ObjectInfoSeq getAllObjectInfos(const ::std::string &expr, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the object info of all the registered objects whose stringified identities match the given expres...
Definition Admin.h:12102
::Ice::AsyncResultPtr begin_removeObject(const ::Ice::Identity &id, const ::IceGrid::Callback_Admin_removeObjectPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an object from the object registry.
Definition Admin.h:11873
void updateApplicationWithoutRestart(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Update a deployed application with the given update application descriptor only if no server restarts...
Definition Admin.h:9360
::Ice::AsyncResultPtr begin_syncApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9046
::Ice::AsyncResultPtr begin_getObjectInfosByType(const ::std::string &type, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects with the given type.
Definition Admin.h:12033
void sendSignal(const ::std::string &id, const ::std::string &signal, const ::Ice::Context &context=::Ice::noExplicitContext)
Send signal to a server.
Definition Admin.h:11037
void end_shutdownRegistry(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_shutdownRegistry.
::Ice::AsyncResultPtr begin_updateApplicationWithoutRestart(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor only if no server restarts...
Definition Admin.h:9391
::Ice::AsyncResultPtr begin_shutdownRegistry(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid registry.
Definition Admin.h:13241
::Ice::AsyncResultPtr begin_removeObject(const ::Ice::Identity &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_removeObjectPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an object from the object registry.
Definition Admin.h:11890
::Ice::AsyncResultPtr begin_stopServer(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_stopServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Stop a server.
Definition Admin.h:10889
::Ice::AsyncResultPtr begin_getAllRegistryNames(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid registries currently registered.
Definition Admin.h:13325
bool end_pingNode(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_pingNode.
::Ice::AsyncResultPtr begin_updateObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update an object in the object registry.
Definition Admin.h:11641
::Ice::AsyncResultPtr begin_getServerState(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a server's state.
Definition Admin.h:10142
::Ice::AsyncResultPtr begin_getNodeProcessorSocketCount(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the number of physical processor sockets for the machine running the node with the given name.
Definition Admin.h:12608
::Ice::AsyncResultPtr begin_pingRegistry(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_pingRegistryPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid registry to see if it is active.
Definition Admin.h:13013
::Ice::AsyncResultPtr begin_patchServer(const ::std::string &id, bool shutdown, const ::Ice::Context &context=::Ice::noExplicitContext)
Patch a server.
Definition Admin.h:10941
::std::string end_getNodeHostname(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getNodeHostname.
::Ice::ObjectPrx end_getServerAdmin(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getServerAdmin.
::Ice::AsyncResultPtr begin_removeApplication(const ::std::string &name, const ::IceGrid::Callback_Admin_removeApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an application from IceGrid.
Definition Admin.h:9524
::Ice::AsyncResultPtr begin_getRegistryInfo(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the registry information for the registry with the given name.
Definition Admin.h:13077
void end_updateApplication(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_updateApplication.
void end_shutdownNode(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_shutdownNode.
::Ice::AsyncResultPtr begin_shutdown(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_shutdownPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shut down the IceGrid registry.
Definition Admin.h:13438
::Ice::AsyncResultPtr begin_shutdown(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shut down the IceGrid registry.
Definition Admin.h:13403
::Ice::AsyncResultPtr begin_getServerInfo(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the server information for the server with the given id.
Definition Admin.h:10063
::Ice::AsyncResultPtr begin_syncApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9032
::Ice::AsyncResultPtr begin_getServerInfo(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the server information for the server with the given id.
Definition Admin.h:10076
::Ice::AsyncResultPtr begin_getAllApplicationNames(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAllApplicationNamesPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid applications currently registered.
Definition Admin.h:10015
::Ice::AsyncResultPtr begin_getRegistryInfo(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the registry information for the registry with the given name.
Definition Admin.h:13052
::Ice::Int end_getServerPid(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getServerPid.
::Ice::AsyncResultPtr begin_getNodeLoad(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the load averages of the node.
Definition Admin.h:12329
::Ice::SliceChecksumDict getSliceChecksums(const ::Ice::Context &context=::Ice::noExplicitContext)
Returns the checksums for the IceGrid Slice definitions.
Definition Admin.h:13460
::Ice::AsyncResultPtr begin_getNodeLoad(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the load averages of the node.
Definition Admin.h:12304
::Ice::AsyncResultPtr begin_getNodeInfo(const ::std::string &name, const ::IceGrid::Callback_Admin_getNodeInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the node information for the node with the given name.
Definition Admin.h:12432
::Ice::AsyncResultPtr begin_getAllApplicationNames(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the IceGrid applications currently registered.
Definition Admin.h:9969
::Ice::AsyncResultPtr begin_patchApplication(const ::std::string &name, bool shutdown, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch the given application data.
Definition Admin.h:9718
::Ice::AsyncResultPtr begin_shutdown(const ::IceGrid::Callback_Admin_shutdownPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shut down the IceGrid registry.
Definition Admin.h:13426
::Ice::AsyncResultPtr begin_patchApplication(const ::std::string &name, bool shutdown, const ::Ice::Context &context=::Ice::noExplicitContext)
Patch the given application data.
Definition Admin.h:9704
void end_updateObject(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_updateObject.
void updateObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context=::Ice::noExplicitContext)
Update an object in the object registry.
Definition Admin.h:11596
::Ice::AsyncResultPtr begin_getNodeHostname(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the hostname of this node.
Definition Admin.h:12820
::std::string getServerAdminCategory(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the category for server admin objects.
Definition Admin.h:10323
::Ice::AsyncResultPtr begin_getAllNodeNames(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAllNodeNamesPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid nodes currently registered.
Definition Admin.h:12927
::Ice::StringSeq end_getAllApplicationNames(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAllApplicationNames.
void end_addObject(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_addObject.
::Ice::AsyncResultPtr begin_shutdownNode(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid node.
Definition Admin.h:12730
::Ice::AsyncResultPtr begin_removeAdapter(const ::std::string &id, const ::IceGrid::Callback_Admin_removeAdapterPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove the adapter with the given id.
Definition Admin.h:11366
::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string &application, const ::std::string &node, const ::IceGrid::ServerInstanceDescriptor &desc, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Instantiate a server template from an application on the given node.
Definition Admin.h:9607
::IceGrid::NodeInfo end_getNodeInfo(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getNodeInfo.
::Ice::AsyncResultPtr begin_patchApplication(const ::std::string &name, bool shutdown, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch the given application data.
Definition Admin.h:9733
::Ice::ObjectPrx getRegistryAdmin(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a proxy to the IceGrid registry's admin object.
Definition Admin.h:13130
::Ice::AsyncResultPtr begin_removeAdapter(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Remove the adapter with the given id.
Definition Admin.h:11329
void syncApplicationWithoutRestart(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9234
::Ice::AsyncResultPtr begin_getApplicationInfo(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get an application descriptor.
Definition Admin.h:9813
::Ice::AsyncResultPtr begin_removeObject(const ::Ice::Identity &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an object from the object registry.
Definition Admin.h:11840
::Ice::AsyncResultPtr begin_pingRegistry(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid registry to see if it is active.
Definition Admin.h:12988
::Ice::AsyncResultPtr begin_updateApplicationWithoutRestart(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor only if no server restarts...
Definition Admin.h:9408
::Ice::AsyncResultPtr begin_getAllAdapterIds(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the adapter ids registered with IceGrid.
Definition Admin.h:11425
::Ice::AsyncResultPtr begin_updateObject(const ::Ice::ObjectPrx &obj, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update an object in the object registry.
Definition Admin.h:11625
::Ice::AsyncResultPtr begin_getObjectInfosByType(const ::std::string &type, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getObjectInfosByTypePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects with the given type.
Definition Admin.h:12074
::Ice::AsyncResultPtr begin_getNodeProcessorSocketCount(const ::std::string &name, const ::IceGrid::Callback_Admin_getNodeProcessorSocketCountPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the number of physical processor sockets for the machine running the node with the given name.
Definition Admin.h:12645
::Ice::AsyncResultPtr begin_getNodeLoad(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the load averages of the node.
Definition Admin.h:12316
::Ice::AsyncResultPtr begin_shutdownRegistry(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_shutdownRegistryPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid registry.
Definition Admin.h:13279
::Ice::AsyncResultPtr begin_getNodeInfo(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the node information for the node with the given name.
Definition Admin.h:12407
::Ice::AsyncResultPtr begin_isServerEnabled(const ::std::string &id, const ::IceGrid::Callback_Admin_isServerEnabledPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Check if the server is enabled or disabled.
Definition Admin.h:10679
void end_startServer(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_startServer.
::Ice::AsyncResultPtr begin_startServer(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Start a server and wait for its activation.
Definition Admin.h:10765
void addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext)
Add an object to the object registry and explicitly specify its type.
Definition Admin.h:11704
::Ice::AsyncResultPtr begin_shutdownNode(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Shutdown an IceGrid node.
Definition Admin.h:12705
void end_addObjectWithType(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_addObjectWithType.
::Ice::AsyncResultPtr begin_updateApplication(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor.
Definition Admin.h:9166
bool pingRegistry(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Ping an IceGrid registry to see if it is active.
Definition Admin.h:12952
::Ice::AsyncResultPtr begin_getNodeInfo(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the node information for the node with the given name.
Definition Admin.h:12420
::IceGrid::ServerInfo getServerInfo(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the server information for the server with the given id.
Definition Admin.h:10040
::Ice::AsyncResultPtr begin_removeObject(const ::Ice::Identity &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an object from the object registry.
Definition Admin.h:11857
::Ice::AsyncResultPtr begin_stopServer(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Stop a server.
Definition Admin.h:10851
::Ice::AsyncResultPtr begin_enableServer(const ::std::string &id, bool enabled, const ::IceGrid::Callback_Admin_enableServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Enable or disable a server.
Definition Admin.h:10580
::Ice::AsyncResultPtr begin_getNodeLoad(const ::std::string &name, const ::IceGrid::Callback_Admin_getNodeLoadPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the load averages of the node.
Definition Admin.h:12341
::IceGrid::ApplicationInfo end_getApplicationInfo(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getApplicationInfo.
void shutdownRegistry(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Shutdown an IceGrid registry.
Definition Admin.h:13218
::Ice::AsyncResultPtr begin_getServerAdmin(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getServerAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the server's admin object.
Definition Admin.h:10479
::Ice::AsyncResultPtr begin_getServerAdmin(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the server's admin object.
Definition Admin.h:10454
::Ice::StringSeq end_getAllServerIds(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAllServerIds.
::Ice::AsyncResultPtr begin_getDefaultApplicationDescriptor(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the default application descriptor.
Definition Admin.h:9899
::Ice::AsyncResultPtr begin_getNodeAdmin(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getNodeAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid node's admin object.
Definition Admin.h:12536
::Ice::AsyncResultPtr begin_getApplicationInfo(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getApplicationInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get an application descriptor.
Definition Admin.h:9851
::Ice::AsyncResultPtr begin_getObjectInfo(const ::Ice::Identity &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info for the object with the given identity.
Definition Admin.h:11956
::Ice::AsyncResultPtr begin_getAllApplicationNames(const ::IceGrid::Callback_Admin_getAllApplicationNamesPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid applications currently registered.
Definition Admin.h:10003
::Ice::AsyncResultPtr begin_getServerInfo(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the server information for the server with the given id.
Definition Admin.h:10051
::Ice::AsyncResultPtr begin_getAllNodeNames(const ::IceGrid::Callback_Admin_getAllNodeNamesPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid nodes currently registered.
Definition Admin.h:12915
::Ice::AsyncResultPtr begin_patchServer(const ::std::string &id, bool shutdown, const ::IceGrid::Callback_Admin_patchServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch a server.
Definition Admin.h:10984
::Ice::AsyncResultPtr begin_enableServer(const ::std::string &id, bool enabled, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Enable or disable a server.
Definition Admin.h:10564
::Ice::AsyncResultPtr begin_getAllServerIds(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the server ids registered with IceGrid.
Definition Admin.h:11154
::Ice::AsyncResultPtr begin_shutdownNode(const ::std::string &name, const ::IceGrid::Callback_Admin_shutdownNodePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid node.
Definition Admin.h:12742
::Ice::AsyncResultPtr begin_getRegistryInfo(const ::std::string &name, const ::IceGrid::Callback_Admin_getRegistryInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the registry information for the registry with the given name.
Definition Admin.h:13089
::Ice::AsyncResultPtr begin_sendSignal(const ::std::string &id, const ::std::string &signal, const ::IceGrid::Callback_Admin_sendSignalPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Send signal to a server.
Definition Admin.h:11089
void end_removeObject(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_removeObject.
::Ice::AsyncResultPtr begin_getServerInfo(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getServerInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the server information for the server with the given id.
Definition Admin.h:10101
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
::Ice::AsyncResultPtr begin_updateObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_updateObjectPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update an object in the object registry.
Definition Admin.h:11672
void stopServer(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Stop a server.
Definition Admin.h:10828
::Ice::AsyncResultPtr begin_pingRegistry(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid registry to see if it is active.
Definition Admin.h:12975
::Ice::AsyncResultPtr begin_startServer(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Start a server and wait for its activation.
Definition Admin.h:10740
::Ice::AsyncResultPtr begin_removeAdapter(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove the adapter with the given id.
Definition Admin.h:11354
::Ice::AsyncResultPtr begin_addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry and explicitly specify its type.
Definition Admin.h:11731
::Ice::AsyncResultPtr begin_getAllRegistryNames(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAllRegistryNamesPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid registries currently registered.
Definition Admin.h:13360
::Ice::AsyncResultPtr begin_getAllNodeNames(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid nodes currently registered.
Definition Admin.h:12904
::Ice::AsyncResultPtr begin_syncApplicationWithoutRestart(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9285
::Ice::AsyncResultPtr begin_getAllAdapterIds(const ::IceGrid::Callback_Admin_getAllAdapterIdsPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the adapter ids registered with IceGrid.
Definition Admin.h:11448
::Ice::AsyncResultPtr begin_updateApplicationWithoutRestart(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::IceGrid::Callback_Admin_updateApplicationWithoutRestartPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor only if no server restarts...
Definition Admin.h:9424
::Ice::AsyncResultPtr begin_getApplicationInfo(const ::std::string &name, const ::IceGrid::Callback_Admin_getApplicationInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get an application descriptor.
Definition Admin.h:9838
::Ice::AsyncResultPtr begin_getRegistryInfo(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the registry information for the registry with the given name.
Definition Admin.h:13064
::Ice::AsyncResultPtr begin_getSliceChecksums(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Returns the checksums for the IceGrid Slice definitions.
Definition Admin.h:13481
::Ice::AsyncResultPtr begin_getNodeInfo(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the node information for the node with the given name.
Definition Admin.h:12395
void instantiateServer(const ::std::string &application, const ::std::string &node, const ::IceGrid::ServerInstanceDescriptor &desc, const ::Ice::Context &context=::Ice::noExplicitContext)
Instantiate a server template from an application on the given node.
Definition Admin.h:9576
::Ice::AsyncResultPtr begin_getServerState(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's state.
Definition Admin.h:10167
::Ice::AsyncResultPtr begin_pingNode(const ::std::string &name, const ::IceGrid::Callback_Admin_pingNodePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid node to see if it is active.
Definition Admin.h:12252
::Ice::StringSeq getAllAdapterIds(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the adapter ids registered with IceGrid.
Definition Admin.h:11404
::Ice::AsyncResultPtr begin_addObject(const ::Ice::ObjectPrx &obj, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry.
Definition Admin.h:11517
bool end_pingRegistry(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_pingRegistry.
::Ice::AsyncResultPtr begin_removeAdapter(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove the adapter with the given id.
Definition Admin.h:11341
::Ice::AsyncResultPtr begin_getDefaultApplicationDescriptor(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getDefaultApplicationDescriptorPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the default application descriptor.
Definition Admin.h:9934
void end_updateApplicationWithoutRestart(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_updateApplicationWithoutRestart.
::Ice::AsyncResultPtr begin_addObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry.
Definition Admin.h:11532
::Ice::AsyncResultPtr begin_getAllObjectInfos(const ::std::string &expr, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAllObjectInfosPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects whose stringified identities match the given expres...
Definition Admin.h:12178
::Ice::AsyncResultPtr begin_addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext)
Add an object to the object registry and explicitly specify its type.
Definition Admin.h:11717
::Ice::AsyncResultPtr begin_addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::IceGrid::Callback_Admin_addObjectWithTypePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry and explicitly specify its type.
Definition Admin.h:11760
::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string &application, const ::std::string &node, const ::IceGrid::ServerInstanceDescriptor &desc, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Instantiate a server template from an application on the given node.
Definition Admin.h:9624
::Ice::AsyncResultPtr begin_removeObject(const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Remove an object from the object registry.
Definition Admin.h:11824
void shutdownNode(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Shutdown an IceGrid node.
Definition Admin.h:12694
::Ice::AsyncResultPtr begin_syncApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::IceGrid::Callback_Admin_syncApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9075
::Ice::AsyncResultPtr begin_patchApplication(const ::std::string &name, bool shutdown, const ::IceGrid::Callback_Admin_patchApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch the given application data.
Definition Admin.h:9747
::Ice::AsyncResultPtr begin_addObject(const ::Ice::ObjectPrx &obj, const ::IceGrid::Callback_Admin_addObjectPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry.
Definition Admin.h:11546
::Ice::AsyncResultPtr begin_getSliceChecksums(const ::Ice::Context &context=::Ice::noExplicitContext)
Returns the checksums for the IceGrid Slice definitions.
Definition Admin.h:13470
::Ice::AsyncResultPtr begin_getRegistryAdmin(const ::std::string &name, const ::IceGrid::Callback_Admin_getRegistryAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid registry's admin object.
Definition Admin.h:13178
::Ice::AsyncResultPtr begin_getAllServerIds(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getAllServerIdsPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the server ids registered with IceGrid.
Definition Admin.h:11189
void end_shutdown(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_shutdown.
::Ice::AsyncResultPtr begin_getServerAdminCategory(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the category for server admin objects.
Definition Admin.h:10362
::Ice::AsyncResultPtr begin_getObjectInfosByType(const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the object info of all the registered objects with the given type.
Definition Admin.h:12020
::Ice::AsyncResultPtr begin_addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_addObjectWithTypePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry and explicitly specify its type.
Definition Admin.h:11775
::Ice::AsyncResultPtr begin_getAllRegistryNames(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid registries currently registered.
Definition Admin.h:13337
::Ice::AsyncResultPtr begin_patchServer(const ::std::string &id, bool shutdown, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_patchServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch a server.
Definition Admin.h:10999
::Ice::AsyncResultPtr begin_removeApplication(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_removeApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an application from IceGrid.
Definition Admin.h:9537
::Ice::AsyncResultPtr begin_updateApplicationWithoutRestart(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_updateApplicationWithoutRestartPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor only if no server restarts...
Definition Admin.h:9441
::Ice::SliceChecksumDict end_getSliceChecksums(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getSliceChecksums.
::IceGrid::ObjectInfo end_getObjectInfo(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getObjectInfo.
::Ice::AsyncResultPtr begin_getAllApplicationNames(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid applications currently registered.
Definition Admin.h:9992
::Ice::AsyncResultPtr begin_addApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an application to IceGrid.
Definition Admin.h:8945
::Ice::AsyncResultPtr begin_getAllServerIds(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the server ids registered with IceGrid.
Definition Admin.h:11166
::Ice::AsyncResultPtr begin_addObjectWithType(const ::Ice::ObjectPrx &obj, const ::std::string &type, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry and explicitly specify its type.
Definition Admin.h:11746
::Ice::AsyncResultPtr begin_getAllNodeNames(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the IceGrid nodes currently registered.
Definition Admin.h:12881
::Ice::AsyncResultPtr begin_getNodeAdmin(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a proxy to the IceGrid node's admin object.
Definition Admin.h:12486
::Ice::AsyncResultPtr begin_syncApplicationWithoutRestart(const ::IceGrid::ApplicationDescriptor &descriptor, const ::IceGrid::Callback_Admin_syncApplicationWithoutRestartPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9302
::Ice::AsyncResultPtr begin_pingNode(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid node to see if it is active.
Definition Admin.h:12240
::Ice::AsyncResultPtr begin_removeAdapter(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_removeAdapterPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove the adapter with the given id.
Definition Admin.h:11379
::Ice::AsyncResultPtr begin_shutdownRegistry(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Shutdown an IceGrid registry.
Definition Admin.h:13229
::Ice::AsyncResultPtr begin_getAllRegistryNames(const ::IceGrid::Callback_Admin_getAllRegistryNamesPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid registries currently registered.
Definition Admin.h:13348
::Ice::AsyncResultPtr begin_getObjectInfosByType(const ::std::string &type, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects with the given type.
Definition Admin.h:12047
::Ice::AsyncResultPtr begin_getNodeAdmin(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid node's admin object.
Definition Admin.h:12498
void end_removeApplication(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_removeApplication.
::Ice::AsyncResultPtr begin_sendSignal(const ::std::string &id, const ::std::string &signal, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Send signal to a server.
Definition Admin.h:11062
void removeApplication(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Remove an application from IceGrid.
Definition Admin.h:9476
::Ice::AsyncResultPtr begin_getObjectInfo(const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the object info for the object with the given identity.
Definition Admin.h:11931
::Ice::StringSeq getAllServerIds(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the server ids registered with IceGrid.
Definition Admin.h:11133
::Ice::AsyncResultPtr begin_getAdapterInfo(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the adapter information for the replica group or adapter with the given id.
Definition Admin.h:11245
void removeObject(const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Remove an object from the object registry.
Definition Admin.h:11809
::IceGrid::ServerState getServerState(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a server's state.
Definition Admin.h:10131
::Ice::AsyncResultPtr begin_updateObject(const ::Ice::ObjectPrx &obj, const ::IceGrid::Callback_Admin_updateObjectPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update an object in the object registry.
Definition Admin.h:11656
::Ice::AsyncResultPtr begin_getNodeLoad(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getNodeLoadPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the load averages of the node.
Definition Admin.h:12354
void end_addApplication(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_addApplication.
::IceGrid::LoadInfo getNodeLoad(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the load averages of the node.
Definition Admin.h:12293
::Ice::AsyncResultPtr begin_updateApplication(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Update a deployed application with the given update application descriptor.
Definition Admin.h:9139
::IceGrid::AdapterInfoSeq getAdapterInfo(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the adapter information for the replica group or adapter with the given id.
Definition Admin.h:11220
::IceGrid::LoadInfo end_getNodeLoad(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getNodeLoad.
::Ice::ObjectPrx getNodeAdmin(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a proxy to the IceGrid node's admin object.
Definition Admin.h:12475
::Ice::AsyncResultPtr begin_pingNode(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Ping an IceGrid node to see if it is active.
Definition Admin.h:12215
::Ice::StringSeq end_getAllRegistryNames(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAllRegistryNames.
bool pingNode(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Ping an IceGrid node to see if it is active.
Definition Admin.h:12204
::Ice::AsyncResultPtr begin_getRegistryAdmin(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid registry's admin object.
Definition Admin.h:13166
void syncApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9019
::Ice::AsyncResultPtr begin_addApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_addApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an application to IceGrid.
Definition Admin.h:8983
::Ice::AsyncResultPtr begin_getRegistryAdmin(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid registry's admin object.
Definition Admin.h:13153
::Ice::AsyncResultPtr begin_syncApplicationWithoutRestart(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9250
::Ice::AsyncResultPtr begin_getServerState(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's state.
Definition Admin.h:10154
::Ice::AsyncResultPtr begin_getAllObjectInfos(const ::std::string &expr, const ::IceGrid::Callback_Admin_getAllObjectInfosPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects whose stringified identities match the given expres...
Definition Admin.h:12162
void startServer(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Start a server and wait for its activation.
Definition Admin.h:10729
::Ice::AsyncResultPtr begin_getDefaultApplicationDescriptor(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the default application descriptor.
Definition Admin.h:9911
void end_removeAdapter(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_removeAdapter.
::Ice::AsyncResultPtr begin_startServer(const ::std::string &id, const ::IceGrid::Callback_Admin_startServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Start a server and wait for its activation.
Definition Admin.h:10777
::Ice::AsyncResultPtr begin_getServerAdminCategory(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the category for server admin objects.
Definition Admin.h:10348
::Ice::AsyncResultPtr begin_enableServer(const ::std::string &id, bool enabled, const ::Ice::Context &context=::Ice::noExplicitContext)
Enable or disable a server.
Definition Admin.h:10531
::Ice::AsyncResultPtr begin_patchServer(const ::std::string &id, bool shutdown, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch a server.
Definition Admin.h:10970
::Ice::AsyncResultPtr begin_getNodeHostname(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the hostname of this node.
Definition Admin.h:12807
::Ice::AsyncResultPtr begin_isServerEnabled(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_isServerEnabledPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Check if the server is enabled or disabled.
Definition Admin.h:10692
::Ice::AsyncResultPtr begin_getNodeProcessorSocketCount(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getNodeProcessorSocketCountPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the number of physical processor sockets for the machine running the node with the given name.
Definition Admin.h:12664
::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string &application, const ::std::string &node, const ::IceGrid::ServerInstanceDescriptor &desc, const ::IceGrid::Callback_Admin_instantiateServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Instantiate a server template from an application on the given node.
Definition Admin.h:9640
::Ice::AsyncResultPtr begin_getNodeHostname(const ::std::string &name, const ::IceGrid::Callback_Admin_getNodeHostnamePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the hostname of this node.
Definition Admin.h:12832
::Ice::Int end_getNodeProcessorSocketCount(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getNodeProcessorSocketCount.
::Ice::AsyncResultPtr begin_updateApplicationWithoutRestart(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Update a deployed application with the given update application descriptor only if no server restarts...
Definition Admin.h:9375
::Ice::StringSeq getAllRegistryNames(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the IceGrid registries currently registered.
Definition Admin.h:13304
::IceGrid::ObjectInfoSeq end_getAllObjectInfos(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAllObjectInfos.
::Ice::AsyncResultPtr begin_syncApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_syncApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9090
::IceGrid::ServerState end_getServerState(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getServerState.
::Ice::AsyncResultPtr begin_getAllObjectInfos(const ::std::string &expr, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects whose stringified identities match the given expres...
Definition Admin.h:12131
void end_enableServer(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_enableServer.
::Ice::ObjectPrx getServerAdmin(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a proxy to the server's admin object.
Definition Admin.h:10418
::Ice::AsyncResultPtr begin_getServerPid(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's system process id.
Definition Admin.h:10266
::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string &application, const ::std::string &node, const ::IceGrid::ServerInstanceDescriptor &desc, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_instantiateServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Instantiate a server template from an application on the given node.
Definition Admin.h:9657
void end_syncApplicationWithoutRestart(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_syncApplicationWithoutRestart.
::Ice::AsyncResultPtr begin_shutdownNode(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_shutdownNodePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid node.
Definition Admin.h:12755
::Ice::AsyncResultPtr begin_getObjectInfo(const ::Ice::Identity &id, const ::IceGrid::Callback_Admin_getObjectInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info for the object with the given identity.
Definition Admin.h:11968
::Ice::AsyncResultPtr begin_updateApplication(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor.
Definition Admin.h:9152
::Ice::AsyncResultPtr begin_addApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::IceGrid::Callback_Admin_addApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an application to IceGrid.
Definition Admin.h:8970
::Ice::AsyncResultPtr begin_getServerPid(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's system process id.
Definition Admin.h:10252
::std::string end_getServerAdminCategory(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getServerAdminCategory.
::Ice::AsyncResultPtr begin_addObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context=::Ice::noExplicitContext)
Add an object to the object registry.
Definition Admin.h:11503
::Ice::AsyncResultPtr begin_getSliceChecksums(const ::IceGrid::Callback_Admin_getSliceChecksumsPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Returns the checksums for the IceGrid Slice definitions.
Definition Admin.h:13504
::Ice::AsyncResultPtr begin_getApplicationInfo(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get an application descriptor.
Definition Admin.h:9801
::Ice::AsyncResultPtr begin_updateApplication(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::IceGrid::Callback_Admin_updateApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor.
Definition Admin.h:9179
::IceGrid::RegistryInfo getRegistryInfo(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the registry information for the registry with the given name.
Definition Admin.h:13041
::Ice::StringSeq end_getAllNodeNames(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAllNodeNames.
::IceGrid::RegistryInfo end_getRegistryInfo(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getRegistryInfo.
::Ice::Int getServerPid(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a server's system process id.
Definition Admin.h:10227
::IceGrid::NodeInfo getNodeInfo(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the node information for the node with the given name.
Definition Admin.h:12384
::Ice::ObjectPrx end_getNodeAdmin(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getNodeAdmin.
::Ice::AsyncResultPtr begin_pingRegistry(const ::std::string &name, const ::IceGrid::Callback_Admin_pingRegistryPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid registry to see if it is active.
Definition Admin.h:13000
::Ice::AsyncResultPtr begin_getRegistryAdmin(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getRegistryAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid registry's admin object.
Definition Admin.h:13191
::Ice::StringSeq getAllNodeNames(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the IceGrid nodes currently registered.
Definition Admin.h:12871
void enableServer(const ::std::string &id, bool enabled, const ::Ice::Context &context=::Ice::noExplicitContext)
Enable or disable a server.
Definition Admin.h:10516
::Ice::AsyncResultPtr begin_addObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_addObjectPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an object to the object registry.
Definition Admin.h:11561
void end_patchServer(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_patchServer.
::Ice::AsyncResultPtr begin_getSliceChecksums(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Returns the checksums for the IceGrid Slice definitions.
Definition Admin.h:13493
::Ice::AsyncResultPtr begin_getNodeHostname(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getNodeHostnamePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the hostname of this node.
Definition Admin.h:12845
::Ice::AsyncResultPtr begin_shutdownNode(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid node.
Definition Admin.h:12717
::Ice::AsyncResultPtr begin_getAllNodeNames(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid nodes currently registered.
Definition Admin.h:12892
::Ice::AsyncResultPtr begin_getDefaultApplicationDescriptor(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the default application descriptor.
Definition Admin.h:9888
::Ice::AsyncResultPtr begin_addApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Add an application to IceGrid.
Definition Admin.h:8958
::Ice::AsyncResultPtr begin_getServerInfo(const ::std::string &id, const ::IceGrid::Callback_Admin_getServerInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the server information for the server with the given id.
Definition Admin.h:10088
::Ice::AsyncResultPtr begin_enableServer(const ::std::string &id, bool enabled, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_enableServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Enable or disable a server.
Definition Admin.h:10597
void end_instantiateServer(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_instantiateServer.
::Ice::AsyncResultPtr begin_getAllAdapterIds(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the adapter ids registered with IceGrid.
Definition Admin.h:11414
::Ice::AsyncResultPtr begin_getAllRegistryNames(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the IceGrid registries currently registered.
Definition Admin.h:13314
::Ice::AsyncResultPtr begin_pingNode(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid node to see if it is active.
Definition Admin.h:12227
::Ice::AsyncResultPtr begin_isServerEnabled(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Check if the server is enabled or disabled.
Definition Admin.h:10642
::IceGrid::ApplicationInfo getApplicationInfo(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get an application descriptor.
Definition Admin.h:9790
::Ice::AsyncResultPtr begin_startServer(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_startServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Start a server and wait for its activation.
Definition Admin.h:10790
::Ice::AsyncResultPtr begin_getNodeProcessorSocketCount(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the number of physical processor sockets for the machine running the node with the given name.
Definition Admin.h:12627
::Ice::AsyncResultPtr begin_getServerAdmin(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the server's admin object.
Definition Admin.h:10441
::Ice::AsyncResultPtr begin_shutdown(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shut down the IceGrid registry.
Definition Admin.h:13415
::Ice::AsyncResultPtr begin_syncApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9061
::Ice::AsyncResultPtr begin_updateApplication(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_updateApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Update a deployed application with the given update application descriptor.
Definition Admin.h:9193
::IceGrid::ApplicationDescriptor end_getDefaultApplicationDescriptor(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getDefaultApplicationDescriptor.
::Ice::AsyncResultPtr begin_getNodeHostname(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the hostname of this node.
Definition Admin.h:12795
::Ice::AsyncResultPtr begin_getAllAdapterIds(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the adapter ids registered with IceGrid.
Definition Admin.h:11437
::Ice::AsyncResultPtr begin_patchApplication(const ::std::string &name, bool shutdown, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_patchApplicationPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch the given application data.
Definition Admin.h:9762
::Ice::AsyncResultPtr begin_getServerState(const ::std::string &id, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getServerStatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's state.
Definition Admin.h:10192
void addObject(const ::Ice::ObjectPrx &obj, const ::Ice::Context &context=::Ice::noExplicitContext)
Add an object to the object registry.
Definition Admin.h:11490
::Ice::AsyncResultPtr begin_getServerAdminCategory(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getServerAdminCategoryPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the category for server admin objects.
Definition Admin.h:10389
::Ice::AsyncResultPtr begin_enableServer(const ::std::string &id, bool enabled, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Enable or disable a server.
Definition Admin.h:10547
::IceGrid::ServerInfo end_getServerInfo(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getServerInfo.
::Ice::AsyncResultPtr begin_getAdapterInfo(const ::std::string &id, const ::IceGrid::Callback_Admin_getAdapterInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the adapter information for the replica group or adapter with the given id.
Definition Admin.h:11272
::Ice::AsyncResultPtr begin_getServerState(const ::std::string &id, const ::IceGrid::Callback_Admin_getServerStatePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a server's state.
Definition Admin.h:10179
void removeAdapter(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Remove the adapter with the given id.
Definition Admin.h:11318
::Ice::AsyncResultPtr begin_pingRegistry(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Ping an IceGrid registry to see if it is active.
Definition Admin.h:12963
::Ice::Int getNodeProcessorSocketCount(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the number of physical processor sockets for the machine running the node with the given name.
Definition Admin.h:12573
::Ice::AsyncResultPtr begin_instantiateServer(const ::std::string &application, const ::std::string &node, const ::IceGrid::ServerInstanceDescriptor &desc, const ::Ice::Context &context=::Ice::noExplicitContext)
Instantiate a server template from an application on the given node.
Definition Admin.h:9591
::Ice::StringSeq getAllApplicationNames(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the IceGrid applications currently registered.
Definition Admin.h:9959
::Ice::AsyncResultPtr begin_getServerAdmin(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get a proxy to the server's admin object.
Definition Admin.h:10429
void patchServer(const ::std::string &id, bool shutdown, const ::Ice::Context &context=::Ice::noExplicitContext)
Patch a server.
Definition Admin.h:10928
::IceGrid::ObjectInfo getObjectInfo(const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the object info for the object with the given identity.
Definition Admin.h:11920
::Ice::AsyncResultPtr begin_getServerAdminCategory(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the category for server admin objects.
Definition Admin.h:10335
void end_patchApplication(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_patchApplication.
::Ice::AsyncResultPtr begin_sendSignal(const ::std::string &id, const ::std::string &signal, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_sendSignalPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Send signal to a server.
Definition Admin.h:11103
::Ice::AsyncResultPtr begin_getServerAdminCategory(const ::IceGrid::Callback_Admin_getServerAdminCategoryPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the category for server admin objects.
Definition Admin.h:10375
::Ice::AsyncResultPtr begin_getNodeInfo(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getNodeInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the node information for the node with the given name.
Definition Admin.h:12445
::Ice::AsyncResultPtr begin_sendSignal(const ::std::string &id, const ::std::string &signal, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Send signal to a server.
Definition Admin.h:11076
::Ice::AsyncResultPtr begin_sendSignal(const ::std::string &id, const ::std::string &signal, const ::Ice::Context &context=::Ice::noExplicitContext)
Send signal to a server.
Definition Admin.h:11049
::Ice::AsyncResultPtr begin_getSliceChecksums(const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getSliceChecksumsPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Returns the checksums for the IceGrid Slice definitions.
Definition Admin.h:13516
::Ice::AsyncResultPtr begin_getRegistryInfo(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_getRegistryInfoPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the registry information for the registry with the given name.
Definition Admin.h:13102
::Ice::AsyncResultPtr begin_addApplication(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Add an application to IceGrid.
Definition Admin.h:8933
::Ice::AsyncResultPtr begin_isServerEnabled(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Check if the server is enabled or disabled.
Definition Admin.h:10667
::Ice::AsyncResultPtr begin_getAllApplicationNames(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the IceGrid applications currently registered.
Definition Admin.h:9980
::Ice::AsyncResultPtr begin_shutdownRegistry(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid registry.
Definition Admin.h:13254
::Ice::AsyncResultPtr begin_syncApplicationWithoutRestart(const ::IceGrid::ApplicationDescriptor &descriptor, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Synchronize a deployed application with the given application descriptor.
Definition Admin.h:9267
::IceGrid::ApplicationDescriptor getDefaultApplicationDescriptor(const ::Ice::Context &context=::Ice::noExplicitContext)
Get the default application descriptor.
Definition Admin.h:9878
void end_syncApplication(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_syncApplication.
::Ice::AsyncResultPtr begin_pingNode(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_Admin_pingNodePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Ping an IceGrid node to see if it is active.
Definition Admin.h:12265
::Ice::AsyncResultPtr begin_getApplicationInfo(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get an application descriptor.
Definition Admin.h:9826
::Ice::AsyncResultPtr begin_stopServer(const ::std::string &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Stop a server.
Definition Admin.h:10864
::IceGrid::AdapterInfoSeq end_getAdapterInfo(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAdapterInfo.
::Ice::AsyncResultPtr begin_getObjectInfosByType(const ::std::string &type, const ::IceGrid::Callback_Admin_getObjectInfosByTypePtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects with the given type.
Definition Admin.h:12060
::Ice::AsyncResultPtr begin_getNodeAdmin(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid node's admin object.
Definition Admin.h:12511
::Ice::AsyncResultPtr begin_removeApplication(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Remove an application from IceGrid.
Definition Admin.h:9499
::Ice::AsyncResultPtr begin_patchServer(const ::std::string &id, bool shutdown, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Patch a server.
Definition Admin.h:10955
::Ice::AsyncResultPtr begin_getAllObjectInfos(const ::std::string &expr, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the object info of all the registered objects whose stringified identities match the given expres...
Definition Admin.h:12147
::Ice::AsyncResultPtr begin_shutdown(const ::Ice::Context &context=::Ice::noExplicitContext)
Shut down the IceGrid registry.
Definition Admin.h:13392
void patchApplication(const ::std::string &name, bool shutdown, const ::Ice::Context &context=::Ice::noExplicitContext)
Patch the given application data.
Definition Admin.h:9691
::Ice::AsyncResultPtr begin_stopServer(const ::std::string &id, const ::IceGrid::Callback_Admin_stopServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Stop a server.
Definition Admin.h:10876
::Ice::AsyncResultPtr begin_getNodeAdmin(const ::std::string &name, const ::IceGrid::Callback_Admin_getNodeAdminPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get a proxy to the IceGrid node's admin object.
Definition Admin.h:12523
::Ice::AsyncResultPtr begin_getAdapterInfo(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the adapter information for the replica group or adapter with the given id.
Definition Admin.h:11232
::Ice::AsyncResultPtr begin_isServerEnabled(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Check if the server is enabled or disabled.
Definition Admin.h:10654
::Ice::AsyncResultPtr begin_removeApplication(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
Remove an application from IceGrid.
Definition Admin.h:9487
::Ice::ObjectPrx end_getRegistryAdmin(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getRegistryAdmin.
::Ice::AsyncResultPtr begin_shutdownRegistry(const ::std::string &name, const ::IceGrid::Callback_Admin_shutdownRegistryPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Shutdown an IceGrid registry.
Definition Admin.h:13266
::Ice::AsyncResultPtr begin_getAllServerIds(const ::IceGrid::Callback_Admin_getAllServerIdsPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get all the server ids registered with IceGrid.
Definition Admin.h:11177
::Ice::AsyncResultPtr begin_getAllServerIds(const ::Ice::Context &context=::Ice::noExplicitContext)
Get all the server ids registered with IceGrid.
Definition Admin.h:11143
::Ice::AsyncResultPtr begin_stopServer(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Stop a server.
Definition Admin.h:10839
::Ice::AsyncResultPtr begin_startServer(const ::std::string &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Start a server and wait for its activation.
Definition Admin.h:10752
void updateApplication(const ::IceGrid::ApplicationUpdateDescriptor &descriptor, const ::Ice::Context &context=::Ice::noExplicitContext)
Update a deployed application with the given update application descriptor.
Definition Admin.h:9127
::Ice::StringSeq end_getAllAdapterIds(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getAllAdapterIds.
bool end_isServerEnabled(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_isServerEnabled.
::IceGrid::ObjectInfoSeq end_getObjectInfosByType(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_getObjectInfosByType.
::Ice::AsyncResultPtr begin_getDefaultApplicationDescriptor(const ::IceGrid::Callback_Admin_getDefaultApplicationDescriptorPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Get the default application descriptor.
Definition Admin.h:9922
bool isServerEnabled(const ::std::string &id, const ::Ice::Context &context=::Ice::noExplicitContext)
Check if the server is enabled or disabled.
Definition Admin.h:10631
::IceGrid::ObjectInfoSeq getObjectInfosByType(const ::std::string &type, const ::Ice::Context &context=::Ice::noExplicitContext)
Get the object info of all the registered objects with the given type.
Definition Admin.h:12008
::Ice::AsyncResultPtr begin_applicationAdded(::Ice::Int serial, const ::IceGrid::ApplicationInfo &desc, const ::Ice::Context &context=::Ice::noExplicitContext)
The applicationAdded operation is called to notify an observer that an application was added.
Definition Admin.h:14651
::Ice::AsyncResultPtr begin_applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::IceGrid::Callback_ApplicationObserver_applicationRemovedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationRemoved operation is called to notify an observer that an application was removed.
Definition Admin.h:14789
void end_applicationAdded(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_applicationAdded.
void applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
The applicationRemoved operation is called to notify an observer that an application was removed.
Definition Admin.h:14733
void applicationAdded(::Ice::Int serial, const ::IceGrid::ApplicationInfo &desc, const ::Ice::Context &context=::Ice::noExplicitContext)
The applicationAdded operation is called to notify an observer that an application was added.
Definition Admin.h:14638
::Ice::AsyncResultPtr begin_applicationInit(::Ice::Int serial, const ::IceGrid::ApplicationInfoSeq &applications, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
applicationInit is called after the registration of an observer to indicate the state of the registry...
Definition Admin.h:14579
::Ice::AsyncResultPtr begin_applicationUpdated(::Ice::Int serial, const ::IceGrid::ApplicationUpdateInfo &desc, const ::IceGrid::Callback_ApplicationObserver_applicationUpdatedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationUpdated operation is called to notify an observer that an application was updated.
Definition Admin.h:14884
::Ice::AsyncResultPtr begin_applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationRemoved operation is called to notify an observer that an application was removed.
Definition Admin.h:14760
::Ice::AsyncResultPtr begin_applicationAdded(::Ice::Int serial, const ::IceGrid::ApplicationInfo &desc, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationAdded operation is called to notify an observer that an application was added.
Definition Admin.h:14665
void end_applicationInit(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_applicationInit.
void applicationInit(::Ice::Int serial, const ::IceGrid::ApplicationInfoSeq &applications, const ::Ice::Context &context=::Ice::noExplicitContext)
applicationInit is called after the registration of an observer to indicate the state of the registry...
Definition Admin.h:14528
::Ice::AsyncResultPtr begin_applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationRemoved operation is called to notify an observer that an application was removed.
Definition Admin.h:14775
::Ice::AsyncResultPtr begin_applicationAdded(::Ice::Int serial, const ::IceGrid::ApplicationInfo &desc, const ::Ice::Context &context, const ::IceGrid::Callback_ApplicationObserver_applicationAddedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationAdded operation is called to notify an observer that an application was added.
Definition Admin.h:14709
::Ice::AsyncResultPtr begin_applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_ApplicationObserver_applicationRemovedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationRemoved operation is called to notify an observer that an application was removed.
Definition Admin.h:14804
::Ice::AsyncResultPtr begin_applicationRemoved(::Ice::Int serial, const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
The applicationRemoved operation is called to notify an observer that an application was removed.
Definition Admin.h:14746
void end_applicationUpdated(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_applicationUpdated.
::Ice::AsyncResultPtr begin_applicationInit(::Ice::Int serial, const ::IceGrid::ApplicationInfoSeq &applications, const ::IceGrid::Callback_ApplicationObserver_applicationInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
applicationInit is called after the registration of an observer to indicate the state of the registry...
Definition Admin.h:14596
void end_applicationRemoved(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_applicationRemoved.
void applicationUpdated(::Ice::Int serial, const ::IceGrid::ApplicationUpdateInfo &desc, const ::Ice::Context &context=::Ice::noExplicitContext)
The applicationUpdated operation is called to notify an observer that an application was updated.
Definition Admin.h:14828
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
::Ice::AsyncResultPtr begin_applicationInit(::Ice::Int serial, const ::IceGrid::ApplicationInfoSeq &applications, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
applicationInit is called after the registration of an observer to indicate the state of the registry...
Definition Admin.h:14561
::Ice::AsyncResultPtr begin_applicationInit(::Ice::Int serial, const ::IceGrid::ApplicationInfoSeq &applications, const ::Ice::Context &context=::Ice::noExplicitContext)
applicationInit is called after the registration of an observer to indicate the state of the registry...
Definition Admin.h:14544
::Ice::AsyncResultPtr begin_applicationAdded(::Ice::Int serial, const ::IceGrid::ApplicationInfo &desc, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationAdded operation is called to notify an observer that an application was added.
Definition Admin.h:14680
::Ice::AsyncResultPtr begin_applicationUpdated(::Ice::Int serial, const ::IceGrid::ApplicationUpdateInfo &desc, const ::Ice::Context &context=::Ice::noExplicitContext)
The applicationUpdated operation is called to notify an observer that an application was updated.
Definition Admin.h:14841
::Ice::AsyncResultPtr begin_applicationInit(::Ice::Int serial, const ::IceGrid::ApplicationInfoSeq &applications, const ::Ice::Context &context, const ::IceGrid::Callback_ApplicationObserver_applicationInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
applicationInit is called after the registration of an observer to indicate the state of the registry...
Definition Admin.h:14614
::Ice::AsyncResultPtr begin_applicationUpdated(::Ice::Int serial, const ::IceGrid::ApplicationUpdateInfo &desc, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationUpdated operation is called to notify an observer that an application was updated.
Definition Admin.h:14870
::Ice::AsyncResultPtr begin_applicationUpdated(::Ice::Int serial, const ::IceGrid::ApplicationUpdateInfo &desc, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationUpdated operation is called to notify an observer that an application was updated.
Definition Admin.h:14855
::Ice::AsyncResultPtr begin_applicationAdded(::Ice::Int serial, const ::IceGrid::ApplicationInfo &desc, const ::IceGrid::Callback_ApplicationObserver_applicationAddedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationAdded operation is called to notify an observer that an application was added.
Definition Admin.h:14694
::Ice::AsyncResultPtr begin_applicationUpdated(::Ice::Int serial, const ::IceGrid::ApplicationUpdateInfo &desc, const ::Ice::Context &context, const ::IceGrid::Callback_ApplicationObserver_applicationUpdatedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The applicationUpdated operation is called to notify an observer that an application was updated.
Definition Admin.h:14899
::Ice::AsyncResultPtr begin_destroy(const ::Ice::Context &context, const ::IceGrid::Callback_FileIterator_destroyPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Destroy the iterator.
Definition Admin.h:13726
void end_destroy(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_destroy.
::Ice::AsyncResultPtr begin_destroy(const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Destroy the iterator.
Definition Admin.h:13703
::Ice::AsyncResultPtr begin_read(::Ice::Int size, const ::IceGrid::Callback_FileIterator_readPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Read lines from the log file.
Definition Admin.h:13622
::Ice::AsyncResultPtr begin_destroy(const ::Ice::Context &context=::Ice::noExplicitContext)
Destroy the iterator.
Definition Admin.h:13680
bool end_read(::Ice::StringSeq &lines, const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_read.
::Ice::AsyncResultPtr begin_read(::Ice::Int size, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Read lines from the log file.
Definition Admin.h:13608
::Ice::AsyncResultPtr begin_destroy(const ::IceGrid::Callback_FileIterator_destroyPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Destroy the iterator.
Definition Admin.h:13714
bool read(::Ice::Int size, ::Ice::StringSeq &lines, const ::Ice::Context &context=::Ice::noExplicitContext)
Read lines from the log file.
Definition Admin.h:13566
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
void destroy(const ::Ice::Context &context=::Ice::noExplicitContext)
Destroy the iterator.
Definition Admin.h:13670
::Ice::AsyncResultPtr begin_destroy(const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Destroy the iterator.
Definition Admin.h:13691
::Ice::AsyncResultPtr begin_read(::Ice::Int size, const ::Ice::Context &context=::Ice::noExplicitContext)
Read lines from the log file.
Definition Admin.h:13579
::Ice::AsyncResultPtr begin_read(::Ice::Int size, const ::Ice::Context &context, const ::IceGrid::Callback_FileIterator_readPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Read lines from the log file.
Definition Admin.h:13637
::Ice::AsyncResultPtr begin_read(::Ice::Int size, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
Read lines from the log file.
Definition Admin.h:13593
::Ice::AsyncResultPtr begin_nodeUp(const ::IceGrid::NodeDynamicInfo &node, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:14178
::Ice::AsyncResultPtr begin_updateServer(const ::std::string &node, const ::IceGrid::ServerDynamicInfo &updatedInfo, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateServer operation is called to notify an observer that the state of a server changed.
Definition Admin.h:14345
void updateServer(const ::std::string &node, const ::IceGrid::ServerDynamicInfo &updatedInfo, const ::Ice::Context &context=::Ice::noExplicitContext)
The updateServer operation is called to notify an observer that the state of a server changed.
Definition Admin.h:14318
::Ice::AsyncResultPtr begin_updateServer(const ::std::string &node, const ::IceGrid::ServerDynamicInfo &updatedInfo, const ::Ice::Context &context=::Ice::noExplicitContext)
The updateServer operation is called to notify an observer that the state of a server changed.
Definition Admin.h:14331
::Ice::AsyncResultPtr begin_nodeUp(const ::IceGrid::NodeDynamicInfo &node, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:14164
void end_nodeUp(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_nodeUp.
::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string &node, const ::IceGrid::AdapterDynamicInfo &updatedInfo, const ::IceGrid::Callback_NodeObserver_updateAdapterPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
Definition Admin.h:14469
::Ice::AsyncResultPtr begin_nodeDown(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_NodeObserver_nodeDownPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14294
::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string &node, const ::IceGrid::AdapterDynamicInfo &updatedInfo, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
Definition Admin.h:14440
void nodeUp(const ::IceGrid::NodeDynamicInfo &node, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:14139
::Ice::AsyncResultPtr begin_updateServer(const ::std::string &node, const ::IceGrid::ServerDynamicInfo &updatedInfo, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateServer operation is called to notify an observer that the state of a server changed.
Definition Admin.h:14360
::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string &node, const ::IceGrid::AdapterDynamicInfo &updatedInfo, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
Definition Admin.h:14455
void end_nodeInit(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_nodeInit.
::Ice::AsyncResultPtr begin_updateServer(const ::std::string &node, const ::IceGrid::ServerDynamicInfo &updatedInfo, const ::Ice::Context &context, const ::IceGrid::Callback_NodeObserver_updateServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateServer operation is called to notify an observer that the state of a server changed.
Definition Admin.h:14389
void end_updateServer(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_updateServer.
::Ice::AsyncResultPtr begin_nodeInit(const ::IceGrid::NodeDynamicInfoSeq &nodes, const ::Ice::Context &context, const ::IceGrid::Callback_NodeObserver_nodeInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeInit operation indicates the current state of nodes.
Definition Admin.h:14116
::Ice::AsyncResultPtr begin_nodeInit(const ::IceGrid::NodeDynamicInfoSeq &nodes, const ::IceGrid::Callback_NodeObserver_nodeInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeInit operation indicates the current state of nodes.
Definition Admin.h:14102
void end_nodeDown(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_nodeDown.
::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string &node, const ::IceGrid::AdapterDynamicInfo &updatedInfo, const ::Ice::Context &context=::Ice::noExplicitContext)
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
Definition Admin.h:14426
::Ice::AsyncResultPtr begin_nodeDown(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14267
::Ice::AsyncResultPtr begin_updateServer(const ::std::string &node, const ::IceGrid::ServerDynamicInfo &updatedInfo, const ::IceGrid::Callback_NodeObserver_updateServerPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateServer operation is called to notify an observer that the state of a server changed.
Definition Admin.h:14374
::Ice::AsyncResultPtr begin_nodeInit(const ::IceGrid::NodeDynamicInfoSeq &nodes, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeInit operation indicates the current state of nodes.
Definition Admin.h:14075
void end_updateAdapter(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_updateAdapter.
::Ice::AsyncResultPtr begin_nodeUp(const ::IceGrid::NodeDynamicInfo &node, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:14151
::Ice::AsyncResultPtr begin_nodeUp(const ::IceGrid::NodeDynamicInfo &node, const ::IceGrid::Callback_NodeObserver_nodeUpPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:14191
::Ice::AsyncResultPtr begin_nodeUp(const ::IceGrid::NodeDynamicInfo &node, const ::Ice::Context &context, const ::IceGrid::Callback_NodeObserver_nodeUpPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:14205
::Ice::AsyncResultPtr begin_nodeDown(const ::std::string &name, const ::IceGrid::Callback_NodeObserver_nodeDownPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14280
::Ice::AsyncResultPtr begin_nodeInit(const ::IceGrid::NodeDynamicInfoSeq &nodes, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeInit operation indicates the current state of nodes.
Definition Admin.h:14089
::Ice::AsyncResultPtr begin_nodeDown(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14240
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
::Ice::AsyncResultPtr begin_nodeDown(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14253
void nodeDown(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14228
void updateAdapter(const ::std::string &node, const ::IceGrid::AdapterDynamicInfo &updatedInfo, const ::Ice::Context &context=::Ice::noExplicitContext)
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
Definition Admin.h:14413
void nodeInit(const ::IceGrid::NodeDynamicInfoSeq &nodes, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeInit operation indicates the current state of nodes.
Definition Admin.h:14050
::Ice::AsyncResultPtr begin_nodeInit(const ::IceGrid::NodeDynamicInfoSeq &nodes, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeInit operation indicates the current state of nodes.
Definition Admin.h:14062
::Ice::AsyncResultPtr begin_updateAdapter(const ::std::string &node, const ::IceGrid::AdapterDynamicInfo &updatedInfo, const ::Ice::Context &context, const ::IceGrid::Callback_NodeObserver_updateAdapterPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The updateAdapter operation is called to notify an observer that the state of an adapter changed.
Definition Admin.h:14484
void end_objectInit(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_objectInit.
::Ice::AsyncResultPtr begin_objectAdded(const ::IceGrid::ObjectInfo &info, const ::IceGrid::Callback_ObjectObserver_objectAddedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
Definition Admin.h:15465
::Ice::AsyncResultPtr begin_objectUpdated(const ::IceGrid::ObjectInfo &info, const ::IceGrid::Callback_ObjectObserver_objectUpdatedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15554
void objectUpdated(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15502
::Ice::AsyncResultPtr begin_objectAdded(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context, const ::IceGrid::Callback_ObjectObserver_objectAddedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
Definition Admin.h:15479
void end_objectAdded(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_objectAdded.
::Ice::AsyncResultPtr begin_objectInit(const ::IceGrid::ObjectInfoSeq &objects, const ::Ice::Context &context, const ::IceGrid::Callback_ObjectObserver_objectInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectInit is called after the registration of an observer to indicate the state of the registry.
Definition Admin.h:15390
void objectRemoved(const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext)
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15591
::Ice::AsyncResultPtr begin_objectInit(const ::IceGrid::ObjectInfoSeq &objects, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectInit is called after the registration of an observer to indicate the state of the registry.
Definition Admin.h:15346
::Ice::AsyncResultPtr begin_objectRemoved(const ::Ice::Identity &id, const ::Ice::Context &context=::Ice::noExplicitContext)
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15603
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
::Ice::AsyncResultPtr begin_objectAdded(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
Definition Admin.h:15425
void objectInit(const ::IceGrid::ObjectInfoSeq &objects, const ::Ice::Context &context=::Ice::noExplicitContext)
objectInit is called after the registration of an observer to indicate the state of the registry.
Definition Admin.h:15319
void end_objectRemoved(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_objectRemoved.
::Ice::AsyncResultPtr begin_objectUpdated(const ::IceGrid::ObjectInfo &info, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15527
::Ice::AsyncResultPtr begin_objectRemoved(const ::Ice::Identity &id, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15616
::Ice::AsyncResultPtr begin_objectRemoved(const ::Ice::Identity &id, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15630
void objectAdded(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
Definition Admin.h:15413
::Ice::AsyncResultPtr begin_objectUpdated(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context=::Ice::noExplicitContext)
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15514
::Ice::AsyncResultPtr begin_objectAdded(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
Definition Admin.h:15452
::Ice::AsyncResultPtr begin_objectInit(const ::IceGrid::ObjectInfoSeq &objects, const ::IceGrid::Callback_ObjectObserver_objectInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectInit is called after the registration of an observer to indicate the state of the registry.
Definition Admin.h:15375
::Ice::AsyncResultPtr begin_objectRemoved(const ::Ice::Identity &id, const ::IceGrid::Callback_ObjectObserver_objectRemovedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15643
::Ice::AsyncResultPtr begin_objectUpdated(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context, const ::IceGrid::Callback_ObjectObserver_objectUpdatedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15568
::Ice::AsyncResultPtr begin_objectUpdated(const ::IceGrid::ObjectInfo &info, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectUpdated is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15541
::Ice::AsyncResultPtr begin_objectRemoved(const ::Ice::Identity &id, const ::Ice::Context &context, const ::IceGrid::Callback_ObjectObserver_objectRemovedPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectRemoved is called to notify an observer when an object registered with the Admin interface was ...
Definition Admin.h:15657
void end_objectUpdated(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_objectUpdated.
::Ice::AsyncResultPtr begin_objectInit(const ::IceGrid::ObjectInfoSeq &objects, const ::Ice::Context &context=::Ice::noExplicitContext)
objectInit is called after the registration of an observer to indicate the state of the registry.
Definition Admin.h:15332
::Ice::AsyncResultPtr begin_objectAdded(const ::IceGrid::ObjectInfo &info, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The objectAdded operation is called to notify an observer when an object was added to the Admin inter...
Definition Admin.h:15438
::Ice::AsyncResultPtr begin_objectInit(const ::IceGrid::ObjectInfoSeq &objects, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
objectInit is called after the registration of an observer to indicate the state of the registry.
Definition Admin.h:15361
::Ice::AsyncResultPtr begin_registryDown(const ::std::string &name, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:13969
::Ice::AsyncResultPtr begin_registryInit(const ::IceGrid::RegistryInfoSeq ®istries, const ::Ice::Context &context=::Ice::noExplicitContext)
The registryInit operation is called after registration of an observer to indicate the state of the r...
Definition Admin.h:13778
::Ice::AsyncResultPtr begin_registryInit(const ::IceGrid::RegistryInfoSeq ®istries, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The registryInit operation is called after registration of an observer to indicate the state of the r...
Definition Admin.h:13791
::Ice::AsyncResultPtr begin_registryUp(const ::IceGrid::RegistryInfo &node, const ::IceGrid::Callback_RegistryObserver_registryUpPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:13907
void end_registryDown(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_registryDown.
::Ice::AsyncResultPtr begin_registryInit(const ::IceGrid::RegistryInfoSeq ®istries, const ::IceGrid::Callback_RegistryObserver_registryInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The registryInit operation is called after registration of an observer to indicate the state of the r...
Definition Admin.h:13818
::Ice::AsyncResultPtr begin_registryUp(const ::IceGrid::RegistryInfo &node, const ::Ice::Context &context, const ::IceGrid::Callback_RegistryObserver_registryUpPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:13921
::Ice::AsyncResultPtr begin_registryUp(const ::IceGrid::RegistryInfo &node, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:13880
::Ice::AsyncResultPtr begin_registryDown(const ::std::string &name, const ::Ice::Context &context, const ::IceGrid::Callback_RegistryObserver_registryDownPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:14010
static const ::std::string & ice_staticId()
Obtains the Slice type ID corresponding to this interface.
void registryDown(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:13944
::Ice::AsyncResultPtr begin_registryDown(const ::std::string &name, const ::IceGrid::Callback_RegistryObserver_registryDownPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:13996
::Ice::AsyncResultPtr begin_registryUp(const ::IceGrid::RegistryInfo &node, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:13867
::Ice::AsyncResultPtr begin_registryInit(const ::IceGrid::RegistryInfoSeq ®istries, const ::Ice::Context &context, const ::IceGrid::Callback_RegistryObserver_registryInitPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The registryInit operation is called after registration of an observer to indicate the state of the r...
Definition Admin.h:13832
void end_registryInit(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_registryInit.
void registryUp(const ::IceGrid::RegistryInfo &node, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:13855
void end_registryUp(const ::Ice::AsyncResultPtr &result)
Completes an invocation of begin_registryUp.
::Ice::AsyncResultPtr begin_registryInit(const ::IceGrid::RegistryInfoSeq ®istries, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The registryInit operation is called after registration of an observer to indicate the state of the r...
Definition Admin.h:13805
::Ice::AsyncResultPtr begin_registryDown(const ::std::string &name, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:13983
void registryInit(const ::IceGrid::RegistryInfoSeq ®istries, const ::Ice::Context &context=::Ice::noExplicitContext)
The registryInit operation is called after registration of an observer to indicate the state of the r...
Definition Admin.h:13766
::Ice::AsyncResultPtr begin_registryUp(const ::IceGrid::RegistryInfo &node, const ::Ice::Context &context, const ::Ice::CallbackPtr &cb, const ::Ice::LocalObjectPtr &cookie=0)
The nodeUp operation is called to notify an observer that a node came up.
Definition Admin.h:13894
::Ice::AsyncResultPtr begin_registryDown(const ::std::string &name, const ::Ice::Context &context=::Ice::noExplicitContext)
The nodeDown operation is called to notify an observer that a node went down.
Definition Admin.h:13956
T * get() const
Definition Handle.h:25
Shared & operator=(const Shared &)
Definition Shared.h:94
Base class for generated AMD callback classes.
Definition IncomingAsync.h:20
The base class for servants.
Definition Object.h:193
Interface for output streams used to create a sequence of bytes from Slice types.
Definition OutputStream.h:28
Helper template that supplies proxy factory functions.
Definition Proxy.h:2904
::IceUtil::Handle< Callback_Admin_getObjectInfosByType_Base > Callback_Admin_getObjectInfosByTypePtr
Definition Admin.h:8474
::IceUtil::Handle< Callback_Admin_updateApplication_Base > Callback_Admin_updateApplicationPtr
Definition Admin.h:8242
Callback_Admin_getAdapterInfoPtr newCallback_Admin_getAdapterInfo(const IceUtil::Handle< T > &instance, void(T::*cb)(const AdapterInfoSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:23786
::IceUtil::Handle< Callback_Admin_getNodeHostname_Base > Callback_Admin_getNodeHostnamePtr
Definition Admin.h:8538
Callback_Admin_shutdownPtr newCallback_Admin_shutdown(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:27621
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::AdminSession > AdminSessionPrx
Definition Admin.h:7288
::IceInternal::Handle< FileIterator > FileIteratorPtr
Definition Admin.h:7221
::IceUtil::Handle< Callback_AdminSession_keepAlive_Base > Callback_AdminSession_keepAlivePtr
Definition Admin.h:8786
::std::vector< NodeDynamicInfo > NodeDynamicInfoSeq
A sequence of node dynamic information structures.
Definition Admin.h:8048
::IceUtil::Handle< Callback_NodeObserver_nodeDown_Base > Callback_NodeObserver_nodeDownPtr
Definition Admin.h:8666
Callback_Admin_stopServerPtr newCallback_Admin_stopServer(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:23021
::IceUtil::Handle< Callback_Admin_syncApplication_Base > Callback_Admin_syncApplicationPtr
Definition Admin.h:8234
::IceUtil::Handle< Callback_Admin_updateApplicationWithoutRestart_Base > Callback_Admin_updateApplicationWithoutRestartPtr
Definition Admin.h:8258
Callback_AdapterObserver_adapterUpdatedPtr newCallback_AdapterObserver_adapterUpdated(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:30423
::IceUtil::Handle< Callback_NodeObserver_nodeUp_Base > Callback_NodeObserver_nodeUpPtr
Definition Admin.h:8658
::IceUtil::Handle< Callback_AdminSession_getReplicaName_Base > Callback_AdminSession_getReplicaNamePtr
Definition Admin.h:8842
Callback_Admin_enableServerPtr newCallback_Admin_enableServer(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:22461
Callback_Admin_getAllNodeNamesPtr newCallback_Admin_getAllNodeNames(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26682
Callback_AdminSession_startUpdatePtr newCallback_AdminSession_startUpdate(const IceUtil::Handle< T > &instance, void(T::*cb)(::Ice::Int), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:32252
Callback_Admin_getNodeLoadPtr newCallback_Admin_getNodeLoad(const IceUtil::Handle< T > &instance, void(T::*cb)(const LoadInfo &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:25718
::IceUtil::Handle< Callback_Admin_getNodeInfo_Base > Callback_Admin_getNodeInfoPtr
Definition Admin.h:8506
Callback_AdminSession_finishUpdatePtr newCallback_AdminSession_finishUpdate(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:32403
Callback_AdminSession_setObserversByIdentityPtr newCallback_AdminSession_setObserversByIdentity(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:32047
::IceUtil::Handle< Callback_Admin_getAllApplicationNames_Base > Callback_Admin_getAllApplicationNamesPtr
Definition Admin.h:8306
Callback_Admin_getObjectInfosByTypePtr newCallback_Admin_getObjectInfosByType(const IceUtil::Handle< T > &instance, void(T::*cb)(const ObjectInfoSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:25262
::IceInternal::Handle< ServerDescriptor > ServerDescriptorPtr
Definition Descriptor.h:1929
Callback_Admin_getNodeHostnamePtr newCallback_Admin_getNodeHostname(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26530
::IceUtil::Handle< Callback_ObjectObserver_objectInit_Base > Callback_ObjectObserver_objectInitPtr
Definition Admin.h:8754
::IceUtil::Handle< Callback_Admin_syncApplicationWithoutRestart_Base > Callback_Admin_syncApplicationWithoutRestartPtr
Definition Admin.h:8250
Callback_AdminSession_getAdminPtr newCallback_AdminSession_getAdmin(const IceUtil::Handle< T > &instance, void(T::*cb)(const AdminPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:31540
Callback_Admin_updateApplicationPtr newCallback_Admin_updateApplication(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:20021
Callback_Admin_getAllObjectInfosPtr newCallback_Admin_getAllObjectInfos(const IceUtil::Handle< T > &instance, void(T::*cb)(const ObjectInfoSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:25414
::IceInternal::Handle< RegistryObserver > RegistryObserverPtr
Definition Admin.h:7232
::IceUtil::Handle< Callback_Admin_getAllNodeNames_Base > Callback_Admin_getAllNodeNamesPtr
Definition Admin.h:8546
Callback_Admin_removeObjectPtr newCallback_Admin_removeObject(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:24905
::IceUtil::Handle< Callback_Admin_getAllRegistryNames_Base > Callback_Admin_getAllRegistryNamesPtr
Definition Admin.h:8586
::IceUtil::Handle< Callback_Admin_getAllObjectInfos_Base > Callback_Admin_getAllObjectInfosPtr
Definition Admin.h:8482
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::AdapterObserver > AdapterObserverPrx
Definition Admin.h:7266
Callback_Admin_addObjectWithTypePtr newCallback_Admin_addObjectWithType(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:24701
::std::vector< RegistryInfo > RegistryInfoSeq
A sequence of RegistryInfo structures.
Definition Admin.h:7805
AdminSessionPrx AdminSessionPrxPtr
Definition Admin.h:7289
Callback_Admin_getServerStatePtr newCallback_Admin_getServerState(const IceUtil::Handle< T > &instance, void(T::*cb)(ServerState), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:21854
Callback_AdminSession_openNodeStdOutPtr newCallback_AdminSession_openNodeStdOut(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:33368
::IceUtil::Handle< Callback_Admin_shutdownRegistry_Base > Callback_Admin_shutdownRegistryPtr
Definition Admin.h:8578
Callback_AdminSession_getAdminCallbackTemplatePtr newCallback_AdminSession_getAdminCallbackTemplate(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::ObjectPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:31692
Callback_AdminSession_openServerStdOutPtr newCallback_AdminSession_openServerStdOut(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:33064
Callback_AdapterObserver_adapterInitPtr newCallback_AdapterObserver_adapterInit(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:30111
Callback_Admin_removeApplicationPtr newCallback_Admin_removeApplication(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:20633
::IceUtil::Handle< Callback_Admin_getServerInfo_Base > Callback_Admin_getServerInfoPtr
Definition Admin.h:8314
::IceUtil::Handle< Callback_Admin_stopServer_Base > Callback_Admin_stopServerPtr
Definition Admin.h:8378
Callback_Admin_getNodeInfoPtr newCallback_Admin_getNodeInfo(const IceUtil::Handle< T > &instance, void(T::*cb)(const NodeInfo &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:25870
Callback_AdminSession_keepAlivePtr newCallback_AdminSession_keepAlive(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:31359
Callback_Admin_syncApplicationWithoutRestartPtr newCallback_Admin_syncApplicationWithoutRestart(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:20225
Callback_Admin_pingNodePtr newCallback_Admin_pingNode(const IceUtil::Handle< T > &instance, void(T::*cb)(bool), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:25566
::IceUtil::Handle< Callback_Admin_getServerState_Base > Callback_Admin_getServerStatePtr
Definition Admin.h:8322
::IceUtil::Handle< Callback_Admin_addObject_Base > Callback_Admin_addObjectPtr
Definition Admin.h:8434
::IceUtil::Handle< Callback_Admin_patchApplication_Base > Callback_Admin_patchApplicationPtr
Definition Admin.h:8282
Callback_FileIterator_readPtr newCallback_FileIterator_read(const IceUtil::Handle< T > &instance, void(T::*cb)(bool, const ::Ice::StringSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:27955
::IceUtil::Handle< Callback_Admin_pingRegistry_Base > Callback_Admin_pingRegistryPtr
Definition Admin.h:8554
::IceUtil::Handle< Callback_AdminSession_openRegistryStdOut_Base > Callback_AdminSession_openRegistryStdOutPtr
Definition Admin.h:8898
Callback_Admin_patchApplicationPtr newCallback_Admin_patchApplication(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:21041
::IceUtil::Handle< Callback_Admin_shutdownNode_Base > Callback_Admin_shutdownNodePtr
Definition Admin.h:8530
::IceUtil::Handle< Callback_Admin_getServerAdmin_Base > Callback_Admin_getServerAdminPtr
Definition Admin.h:8346
::IceUtil::Handle< ::IceGrid::AMD_Admin_patchApplication > AMD_Admin_patchApplicationPtr
Definition Admin.h:8072
::IceInternal::Handle< NodeObserver > NodeObserverPtr
Definition Admin.h:7243
::IceUtil::Handle< Callback_NodeObserver_updateAdapter_Base > Callback_NodeObserver_updateAdapterPtr
Definition Admin.h:8682
::IceUtil::Handle< Callback_Admin_pingNode_Base > Callback_Admin_pingNodePtr
Definition Admin.h:8490
Callback_ObjectObserver_objectAddedPtr newCallback_ObjectObserver_objectAdded(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:30891
Callback_ObjectObserver_objectUpdatedPtr newCallback_ObjectObserver_objectUpdated(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:31047
::IceUtil::Handle< Callback_AdminSession_setObservers_Base > Callback_AdminSession_setObserversPtr
Definition Admin.h:8810
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::ApplicationObserver > ApplicationObserverPrx
Definition Admin.h:7255
NodeObserverPrx NodeObserverPrxPtr
Definition Admin.h:7245
::IceUtil::Handle< Callback_Admin_patchServer_Base > Callback_Admin_patchServerPtr
Definition Admin.h:8386
Callback_AdminSession_openRegistryStdOutPtr newCallback_AdminSession_openRegistryStdOut(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:33672
::IceUtil::Handle< Callback_AdminSession_openServerStdOut_Base > Callback_AdminSession_openServerStdOutPtr
Definition Admin.h:8866
::IceUtil::Handle< Callback_AdapterObserver_adapterInit_Base > Callback_AdapterObserver_adapterInitPtr
Definition Admin.h:8722
Callback_NodeObserver_updateServerPtr newCallback_NodeObserver_updateServer(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29175
::IceUtil::Handle< Callback_Admin_removeAdapter_Base > Callback_Admin_removeAdapterPtr
Definition Admin.h:8418
::IceUtil::Handle< Callback_AdapterObserver_adapterUpdated_Base > Callback_AdapterObserver_adapterUpdatedPtr
Definition Admin.h:8738
::IceUtil::Handle< Callback_Admin_startServer_Base > Callback_Admin_startServerPtr
Definition Admin.h:8370
::IceUtil::Handle< Callback_Admin_getAllServerIds_Base > Callback_Admin_getAllServerIdsPtr
Definition Admin.h:8402
::IceUtil::Handle< ::IceGrid::AMD_Admin_startServer > AMD_Admin_startServerPtr
Definition Admin.h:8091
Callback_Admin_getNodeProcessorSocketCountPtr newCallback_Admin_getNodeProcessorSocketCount(const IceUtil::Handle< T > &instance, void(T::*cb)(::Ice::Int), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26174
Callback_AdminSession_setObserversPtr newCallback_AdminSession_setObservers(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:31843
AdminPrx AdminPrxPtr
Definition Admin.h:7212
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::NodeObserver > NodeObserverPrx
Definition Admin.h:7244
RegistryObserverPrx RegistryObserverPrxPtr
Definition Admin.h:7234
::IceUtil::Handle< Callback_Admin_updateObject_Base > Callback_Admin_updateObjectPtr
Definition Admin.h:8442
Callback_ApplicationObserver_applicationAddedPtr newCallback_ApplicationObserver_applicationAdded(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29643
Callback_NodeObserver_nodeInitPtr newCallback_NodeObserver_nodeInit(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:28707
ServerState
An enumeration representing the state of the server.
Definition Admin.h:7303
@ Destroyed
The server is destroyed.
Definition Admin.h:7335
@ ActivationTimedOut
The activation timed out state indicates that the server activation timed out.
Definition Admin.h:7319
@ Activating
The server is being activated and will change to the active state when the registered server object a...
Definition Admin.h:7314
@ Deactivating
The server is being deactivated.
Definition Admin.h:7327
@ Active
The server is running.
Definition Admin.h:7323
@ Destroying
The server is being destroyed.
Definition Admin.h:7331
@ Inactive
The server is not running.
Definition Admin.h:7307
::IceUtil::Handle< Callback_AdminSession_setObserversByIdentity_Base > Callback_AdminSession_setObserversByIdentityPtr
Definition Admin.h:8818
AdapterObserverPrx AdapterObserverPrxPtr
Definition Admin.h:7267
Callback_Admin_getDefaultApplicationDescriptorPtr newCallback_Admin_getDefaultApplicationDescriptor(const IceUtil::Handle< T > &instance, void(T::*cb)(const ApplicationDescriptor &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:21398
Callback_AdminSession_openRegistryStdErrPtr newCallback_AdminSession_openRegistryStdErr(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:33520
::IceUtil::Handle< Callback_AdminSession_openNodeStdErr_Base > Callback_AdminSession_openNodeStdErrPtr
Definition Admin.h:8874
::IceUtil::Handle< Callback_Admin_getRegistryInfo_Base > Callback_Admin_getRegistryInfoPtr
Definition Admin.h:8562
::IceUtil::Handle< Callback_Admin_addApplication_Base > Callback_Admin_addApplicationPtr
Definition Admin.h:8226
Callback_Admin_updateObjectPtr newCallback_Admin_updateObject(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:24497
Callback_ApplicationObserver_applicationUpdatedPtr newCallback_ApplicationObserver_applicationUpdated(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29955
Callback_NodeObserver_nodeUpPtr newCallback_NodeObserver_nodeUp(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:28863
::IceUtil::Handle< Callback_Admin_shutdown_Base > Callback_Admin_shutdownPtr
Definition Admin.h:8594
::IceUtil::Handle< Callback_ObjectObserver_objectRemoved_Base > Callback_ObjectObserver_objectRemovedPtr
Definition Admin.h:8778
Callback_Admin_shutdownRegistryPtr newCallback_Admin_shutdownRegistry(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:27289
::IceUtil::Handle< Callback_Admin_getNodeLoad_Base > Callback_Admin_getNodeLoadPtr
Definition Admin.h:8498
Callback_Admin_getAllApplicationNamesPtr newCallback_Admin_getAllApplicationNames(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:21550
::IceUtil::Handle< Callback_RegistryObserver_registryUp_Base > Callback_RegistryObserver_registryUpPtr
Definition Admin.h:8634
::IceUtil::Handle< Callback_Admin_getServerAdminCategory_Base > Callback_Admin_getServerAdminCategoryPtr
Definition Admin.h:8338
::IceUtil::Handle< Callback_Admin_getRegistryAdmin_Base > Callback_Admin_getRegistryAdminPtr
Definition Admin.h:8570
::IceUtil::Handle< Callback_ApplicationObserver_applicationRemoved_Base > Callback_ApplicationObserver_applicationRemovedPtr
Definition Admin.h:8706
::IceUtil::Handle< ::IceGrid::AMD_Admin_patchServer > AMD_Admin_patchServerPtr
Definition Admin.h:8129
::std::vector< ApplicationInfo > ApplicationInfoSeq
A sequence of ApplicationInfo structures.
Definition Admin.h:7866
::IceUtil::Handle< Callback_AdminSession_getAdmin_Base > Callback_AdminSession_getAdminPtr
Definition Admin.h:8794
::IceUtil::Handle< Callback_Admin_sendSignal_Base > Callback_Admin_sendSignalPtr
Definition Admin.h:8394
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::ObjectObserver > ObjectObserverPrx
Definition Admin.h:7277
Callback_RegistryObserver_registryInitPtr newCallback_RegistryObserver_registryInit(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:28239
::std::vector< ObjectInfo > ObjectInfoSeq
A sequence of object information structures.
Definition Admin.h:7421
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::RegistryObserver > RegistryObserverPrx
Definition Admin.h:7233
Callback_AdminSession_getReplicaNamePtr newCallback_AdminSession_getReplicaName(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:32608
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::Admin > AdminPrx
Definition Admin.h:7211
::IceUtil::Handle< Callback_Admin_getApplicationInfo_Base > Callback_Admin_getApplicationInfoPtr
Definition Admin.h:8290
Callback_Admin_startServerPtr newCallback_Admin_startServer(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:22817
::std::vector< AdapterDynamicInfo > AdapterDynamicInfoSeq
A sequence of adapter dynamic information structures.
Definition Admin.h:8023
Callback_Admin_getServerPidPtr newCallback_Admin_getServerPid(const IceUtil::Handle< T > &instance, void(T::*cb)(::Ice::Int), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:22006
::IceUtil::Handle< Callback_Admin_removeApplication_Base > Callback_Admin_removeApplicationPtr
Definition Admin.h:8266
ObjectObserverPrx ObjectObserverPrxPtr
Definition Admin.h:7278
::IceUtil::Handle< Callback_Admin_getAdapterInfo_Base > Callback_Admin_getAdapterInfoPtr
Definition Admin.h:8410
Callback_Admin_getRegistryInfoPtr newCallback_Admin_getRegistryInfo(const IceUtil::Handle< T > &instance, void(T::*cb)(const RegistryInfo &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26986
::IceUtil::Handle< Callback_NodeObserver_nodeInit_Base > Callback_NodeObserver_nodeInitPtr
Definition Admin.h:8650
Callback_Admin_shutdownNodePtr newCallback_Admin_shutdownNode(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26325
::IceUtil::Handle< ::IceGrid::AMD_Admin_stopServer > AMD_Admin_stopServerPtr
Definition Admin.h:8110
::IceInternal::Handle< AdminSession > AdminSessionPtr
Definition Admin.h:7287
::IceUtil::Handle< Callback_AdminSession_openServerStdErr_Base > Callback_AdminSession_openServerStdErrPtr
Definition Admin.h:8858
Callback_Admin_getRegistryAdminPtr newCallback_Admin_getRegistryAdmin(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::ObjectPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:27138
Callback_Admin_getObjectInfoPtr newCallback_Admin_getObjectInfo(const IceUtil::Handle< T > &instance, void(T::*cb)(const ObjectInfo &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:25110
::IceInternal::Handle< ApplicationObserver > ApplicationObserverPtr
Definition Admin.h:7254
Callback_AdminSession_openServerStdErrPtr newCallback_AdminSession_openServerStdErr(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:32912
Callback_RegistryObserver_registryUpPtr newCallback_RegistryObserver_registryUp(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:28395
Callback_Admin_pingRegistryPtr newCallback_Admin_pingRegistry(const IceUtil::Handle< T > &instance, void(T::*cb)(bool), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26834
::std::vector< ServerDynamicInfo > ServerDynamicInfoSeq
A sequence of server dynamic information structures.
Definition Admin.h:8002
Callback_AdapterObserver_adapterRemovedPtr newCallback_AdapterObserver_adapterRemoved(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:30579
::IceUtil::Handle< Callback_RegistryObserver_registryDown_Base > Callback_RegistryObserver_registryDownPtr
Definition Admin.h:8642
Callback_ApplicationObserver_applicationInitPtr newCallback_ApplicationObserver_applicationInit(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29487
Callback_Admin_isServerEnabledPtr newCallback_Admin_isServerEnabled(const IceUtil::Handle< T > &instance, void(T::*cb)(bool), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:22666
::IceUtil::Handle< Callback_ApplicationObserver_applicationInit_Base > Callback_ApplicationObserver_applicationInitPtr
Definition Admin.h:8690
::IceUtil::Handle< Callback_AdminSession_finishUpdate_Base > Callback_AdminSession_finishUpdatePtr
Definition Admin.h:8834
Callback_Admin_sendSignalPtr newCallback_Admin_sendSignal(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:23429
Callback_ApplicationObserver_applicationRemovedPtr newCallback_ApplicationObserver_applicationRemoved(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29799
::IceUtil::Handle< Callback_ObjectObserver_objectUpdated_Base > Callback_ObjectObserver_objectUpdatedPtr
Definition Admin.h:8770
Callback_AdminSession_openServerLogPtr newCallback_AdminSession_openServerLog(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:32760
Callback_ObjectObserver_objectInitPtr newCallback_ObjectObserver_objectInit(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:30735
Callback_Admin_getNodeAdminPtr newCallback_Admin_getNodeAdmin(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::ObjectPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:26022
::IceUtil::Handle< Callback_Admin_instantiateServer_Base > Callback_Admin_instantiateServerPtr
Definition Admin.h:8274
::std::map< ::std::string, ::Ice::ObjectPrx > StringObjectProxyDict
A dictionary of proxies.
Definition Admin.h:7341
::IceUtil::Handle< Callback_AdminSession_openNodeStdOut_Base > Callback_AdminSession_openNodeStdOutPtr
Definition Admin.h:8882
FileIteratorPrx FileIteratorPrxPtr
Definition Admin.h:7223
::IceUtil::Handle< Callback_Admin_getSliceChecksums_Base > Callback_Admin_getSliceChecksumsPtr
Definition Admin.h:8602
::IceUtil::Handle< Callback_Admin_removeObject_Base > Callback_Admin_removeObjectPtr
Definition Admin.h:8458
::IceUtil::Handle< Callback_Admin_getDefaultApplicationDescriptor_Base > Callback_Admin_getDefaultApplicationDescriptorPtr
Definition Admin.h:8298
Callback_Admin_getServerAdminPtr newCallback_Admin_getServerAdmin(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::ObjectPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:22310
Callback_Admin_getAllServerIdsPtr newCallback_Admin_getAllServerIds(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:23634
::IceUtil::Handle< Callback_AdminSession_startUpdate_Base > Callback_AdminSession_startUpdatePtr
Definition Admin.h:8826
::IceUtil::Handle< Callback_AdapterObserver_adapterRemoved_Base > Callback_AdapterObserver_adapterRemovedPtr
Definition Admin.h:8746
::IceInternal::Handle< ObjectObserver > ObjectObserverPtr
Definition Admin.h:7276
::IceUtil::Handle< Callback_Admin_getAllAdapterIds_Base > Callback_Admin_getAllAdapterIdsPtr
Definition Admin.h:8426
ApplicationObserverPrx ApplicationObserverPrxPtr
Definition Admin.h:7256
::IceInternal::ProxyHandle< ::IceProxy::IceGrid::FileIterator > FileIteratorPrx
Definition Admin.h:7222
Callback_AdapterObserver_adapterAddedPtr newCallback_AdapterObserver_adapterAdded(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:30267
::IceUtil::Handle< Callback_Admin_getServerPid_Base > Callback_Admin_getServerPidPtr
Definition Admin.h:8330
::IceUtil::Handle< Callback_NodeObserver_updateServer_Base > Callback_NodeObserver_updateServerPtr
Definition Admin.h:8674
Callback_RegistryObserver_registryDownPtr newCallback_RegistryObserver_registryDown(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:28551
Callback_Admin_getAllAdapterIdsPtr newCallback_Admin_getAllAdapterIds(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:24142
Callback_Admin_updateApplicationWithoutRestartPtr newCallback_Admin_updateApplicationWithoutRestart(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:20429
Callback_Admin_removeAdapterPtr newCallback_Admin_removeAdapter(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:23937
Callback_Admin_patchServerPtr newCallback_Admin_patchServer(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:23225
Callback_Admin_getSliceChecksumsPtr newCallback_Admin_getSliceChecksums(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::SliceChecksumDict &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:27802
Callback_Admin_getServerAdminCategoryPtr newCallback_Admin_getServerAdminCategory(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::std::string &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:22158
::IceUtil::Handle< Callback_Admin_addObjectWithType_Base > Callback_Admin_addObjectWithTypePtr
Definition Admin.h:8450
::IceInternal::Handle< AdapterObserver > AdapterObserverPtr
Definition Admin.h:7265
Callback_FileIterator_destroyPtr newCallback_FileIterator_destroy(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:28083
::IceUtil::Handle< Callback_Admin_getNodeAdmin_Base > Callback_Admin_getNodeAdminPtr
Definition Admin.h:8514
Callback_Admin_getApplicationInfoPtr newCallback_Admin_getApplicationInfo(const IceUtil::Handle< T > &instance, void(T::*cb)(const ApplicationInfo &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:21246
::IceUtil::Handle< Callback_FileIterator_destroy_Base > Callback_FileIterator_destroyPtr
Definition Admin.h:8618
Callback_Admin_getServerInfoPtr newCallback_Admin_getServerInfo(const IceUtil::Handle< T > &instance, void(T::*cb)(const ServerInfo &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:21702
Callback_Admin_addApplicationPtr newCallback_Admin_addApplication(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:19613
Callback_Admin_getAllRegistryNamesPtr newCallback_Admin_getAllRegistryNames(const IceUtil::Handle< T > &instance, void(T::*cb)(const ::Ice::StringSeq &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:27494
::std::vector< AdapterInfo > AdapterInfoSeq
A sequence of adapter information structures.
Definition Admin.h:7518
::IceUtil::Handle< Callback_AdminSession_openRegistryStdErr_Base > Callback_AdminSession_openRegistryStdErrPtr
Definition Admin.h:8890
::IceUtil::Handle< Callback_ApplicationObserver_applicationAdded_Base > Callback_ApplicationObserver_applicationAddedPtr
Definition Admin.h:8698
::IceUtil::Handle< Callback_AdminSession_getAdminCallbackTemplate_Base > Callback_AdminSession_getAdminCallbackTemplatePtr
Definition Admin.h:8802
Callback_Admin_instantiateServerPtr newCallback_Admin_instantiateServer(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:20837
Callback_AdminSession_openNodeStdErrPtr newCallback_AdminSession_openNodeStdErr(const IceUtil::Handle< T > &instance, void(T::*cb)(const FileIteratorPrx &), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:33216
::IceUtil::Handle< Callback_Admin_enableServer_Base > Callback_Admin_enableServerPtr
Definition Admin.h:8354
::IceUtil::Handle< Callback_FileIterator_read_Base > Callback_FileIterator_readPtr
Definition Admin.h:8610
::IceUtil::Handle< Callback_AdminSession_openServerLog_Base > Callback_AdminSession_openServerLogPtr
Definition Admin.h:8850
Callback_NodeObserver_nodeDownPtr newCallback_NodeObserver_nodeDown(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29019
::IceUtil::Handle< Callback_ObjectObserver_objectAdded_Base > Callback_ObjectObserver_objectAddedPtr
Definition Admin.h:8762
::IceUtil::Handle< Callback_AdapterObserver_adapterAdded_Base > Callback_AdapterObserver_adapterAddedPtr
Definition Admin.h:8730
::IceUtil::Handle< Callback_ApplicationObserver_applicationUpdated_Base > Callback_ApplicationObserver_applicationUpdatedPtr
Definition Admin.h:8714
::IceInternal::Handle< Admin > AdminPtr
Definition Admin.h:7210
::IceUtil::Handle< Callback_RegistryObserver_registryInit_Base > Callback_RegistryObserver_registryInitPtr
Definition Admin.h:8626
Callback_ObjectObserver_objectRemovedPtr newCallback_ObjectObserver_objectRemoved(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:31203
::IceUtil::Handle< Callback_Admin_getNodeProcessorSocketCount_Base > Callback_Admin_getNodeProcessorSocketCountPtr
Definition Admin.h:8522
Callback_Admin_addObjectPtr newCallback_Admin_addObject(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:24293
::IceUtil::Handle< Callback_Admin_getObjectInfo_Base > Callback_Admin_getObjectInfoPtr
Definition Admin.h:8466
Callback_NodeObserver_updateAdapterPtr newCallback_NodeObserver_updateAdapter(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:29331
::IceUtil::Handle< Callback_Admin_isServerEnabled_Base > Callback_Admin_isServerEnabledPtr
Definition Admin.h:8362
Callback_Admin_syncApplicationPtr newCallback_Admin_syncApplication(const IceUtil::Handle< T > &instance, void(T::*cb)(), void(T::*excb)(const ::Ice::Exception &), void(T::*sentcb)(bool)=0)
Creates a callback wrapper instance that delegates to your object.
Definition Admin.h:19817
Definition BuiltinSequences.h:113
::std::vector< ::std::string > StringSeq
A sequence of strings.
Definition BuiltinSequences.h:153
const Context noExplicitContext
Marker value used to indicate that no explicit context was passed to a proxy invocation.
Definition ProxyHandle.h:51
int Int
The mapping for the Slice int type.
Definition Config.h:54
::std::map< ::std::string, ::std::string > SliceChecksumDict
A mapping from type IDs to Slice checksums.
Definition SliceChecksumDict.h:77
float Float
The mapping for the Slice float type.
Definition Config.h:63
IceInternal::ProxyHandle< ::IceProxy::Ice::Object > ObjectPrx
Smart pointer for an object proxy.
Definition ProxyF.h:47
IceUtil::Int64 Long
The mapping for the Slice long type.
Definition Config.h:60
const Current emptyCurrent
A default-initialized Current instance.
IceInternal::Handle< AsyncResult > AsyncResultPtr
Definition AsyncResultF.h:18
Dynamic information about the state of an adapter.
Definition Admin.h:8009
::Ice::ObjectPrx proxy
The direct proxy containing the adapter endpoints.
Definition Admin.h:8017
::std::string id
The id of the adapter.
Definition Admin.h:8013
Information about an adapter registered with the IceGrid registry.
Definition Admin.h:7428
bool operator==(const AdapterInfo &rhs_) const
Definition Admin.h:7443
bool operator!=(const AdapterInfo &rhs_) const
Definition Admin.h:7497
::std::string replicaGroupId
The replica group id of the object adapter, or empty if the adapter doesn't belong to a replica group...
Definition Admin.h:7441
::std::string id
The id of the adapter.
Definition Admin.h:7432
bool operator<(const AdapterInfo &rhs_) const
Definition Admin.h:7464
bool operator>(const AdapterInfo &rhs_) const
Definition Admin.h:7505
bool operator<=(const AdapterInfo &rhs_) const
Definition Admin.h:7501
::Ice::ObjectPrx proxy
A dummy direct proxy that contains the adapter endpoints.
Definition Admin.h:7436
bool operator>=(const AdapterInfo &rhs_) const
Definition Admin.h:7509
An application descriptor.
Definition Descriptor.h:2948
Information about an IceGrid application.
Definition Admin.h:7832
::std::string uuid
Unique application identifier.
Definition Admin.h:7836
::Ice::Int revision
The application revision number.
Definition Admin.h:7856
::std::string updateUser
The user who updated the application.
Definition Admin.h:7852
::std::string createUser
The user who created the application.
Definition Admin.h:7844
::Ice::Long createTime
The creation time.
Definition Admin.h:7840
::Ice::Long updateTime
The update time.
Definition Admin.h:7848
::IceGrid::ApplicationDescriptor descriptor
The application descriptor.
Definition Admin.h:7860
An application update descriptor to describe the updates to apply to a deployed application.
Definition Descriptor.h:3054
Information about updates to an IceGrid application.
Definition Admin.h:7873
::IceGrid::ApplicationUpdateDescriptor descriptor
The update descriptor.
Definition Admin.h:7889
::Ice::Long updateTime
The update time.
Definition Admin.h:7877
::Ice::Int revision
The application revision number.
Definition Admin.h:7885
::std::string updateUser
The user who updated the application.
Definition Admin.h:7881
Information about the load of a node.
Definition Admin.h:7812
::Ice::Float avg1
The load average over the past minute.
Definition Admin.h:7816
::Ice::Float avg5
The load average over the past 5 minutes.
Definition Admin.h:7820
::Ice::Float avg15
The load average over the past 15 minutes.
Definition Admin.h:7824
Dynamic information about the state of a node.
Definition Admin.h:8030
::IceGrid::NodeInfo info
Some static information about the node.
Definition Admin.h:8034
::IceGrid::AdapterDynamicInfoSeq adapters
The dynamic information of the adapters deployed on this node.
Definition Admin.h:8042
::IceGrid::ServerDynamicInfoSeq servers
The dynamic information of the servers deployed on this node.
Definition Admin.h:8038
Information about an IceGrid node.
Definition Admin.h:7557
::std::string version
The operation system version (as defined in uname()).
Definition Admin.h:7578
::std::string release
The operation system release level (as defined in uname()).
Definition Admin.h:7574
bool operator==(const NodeInfo &rhs_) const
Definition Admin.h:7594
bool operator<=(const NodeInfo &rhs_) const
Definition Admin.h:7712
::std::string hostname
The network name of the host running this node (as defined in uname()).
Definition Admin.h:7570
::std::string os
The operating system name.
Definition Admin.h:7565
bool operator>=(const NodeInfo &rhs_) const
Definition Admin.h:7720
::std::string machine
The machine hardware type (as defined in uname()).
Definition Admin.h:7582
::std::string dataDir
The path to the node data directory.
Definition Admin.h:7592
bool operator<(const NodeInfo &rhs_) const
Definition Admin.h:7635
::Ice::Int nProcessors
The number of processor threads on the node.
Definition Admin.h:7588
bool operator!=(const NodeInfo &rhs_) const
Definition Admin.h:7708
::std::string name
The name of the node.
Definition Admin.h:7561
bool operator>(const NodeInfo &rhs_) const
Definition Admin.h:7716
Information about an Ice object.
Definition Admin.h:7348
::Ice::ObjectPrx proxy
The proxy of the object.
Definition Admin.h:7352
bool operator!=(const ObjectInfo &rhs_) const
Definition Admin.h:7400
bool operator<(const ObjectInfo &rhs_) const
Definition Admin.h:7375
::std::string type
The type of the object.
Definition Admin.h:7356
bool operator<=(const ObjectInfo &rhs_) const
Definition Admin.h:7404
bool operator>=(const ObjectInfo &rhs_) const
Definition Admin.h:7412
bool operator==(const ObjectInfo &rhs_) const
Definition Admin.h:7358
bool operator>(const ObjectInfo &rhs_) const
Definition Admin.h:7408
Information about an IceGrid registry replica.
Definition Admin.h:7731
bool operator>(const RegistryInfo &rhs_) const
Definition Admin.h:7792
::std::string name
The name of the registry.
Definition Admin.h:7735
::std::string hostname
The network name of the host running this registry (as defined in uname()).
Definition Admin.h:7740
bool operator==(const RegistryInfo &rhs_) const
Definition Admin.h:7742
bool operator!=(const RegistryInfo &rhs_) const
Definition Admin.h:7784
bool operator>=(const RegistryInfo &rhs_) const
Definition Admin.h:7796
bool operator<=(const RegistryInfo &rhs_) const
Definition Admin.h:7788
bool operator<(const RegistryInfo &rhs_) const
Definition Admin.h:7759
Dynamic information about the state of a server.
Definition Admin.h:7897
::IceGrid::ServerState state
The state of the server.
Definition Admin.h:7905
bool enabled
Indicates whether the server is enabled.
Definition Admin.h:7913
bool operator>=(const ServerDynamicInfo &rhs_) const
Definition Admin.h:7993
bool operator>(const ServerDynamicInfo &rhs_) const
Definition Admin.h:7989
bool operator<=(const ServerDynamicInfo &rhs_) const
Definition Admin.h:7985
::std::string id
The id of the server.
Definition Admin.h:7901
bool operator<(const ServerDynamicInfo &rhs_) const
Definition Admin.h:7940
::Ice::Int pid
The process id of the server.
Definition Admin.h:7909
bool operator!=(const ServerDynamicInfo &rhs_) const
Definition Admin.h:7981
bool operator==(const ServerDynamicInfo &rhs_) const
Definition Admin.h:7915
Information about a server managed by an IceGrid node.
Definition Admin.h:7525
::std::string sessionId
The id of the session which allocated the server.
Definition Admin.h:7549
::IceGrid::ServerDescriptorPtr descriptor
The server descriptor.
Definition Admin.h:7545
::std::string node
The server node.
Definition Admin.h:7541
::std::string uuid
The application uuid.
Definition Admin.h:7533
::Ice::Int revision
The application revision.
Definition Admin.h:7537
::std::string application
The server application.
Definition Admin.h:7529
A server template instance descriptor.
Definition Descriptor.h:2706