IceLocatorDiscovery is an Ice plug-in that enables the discovery of Ice locators (such as IceGrid) via UDP multicast. More...
Classes | |
| class | AsyncLookup |
| Looks for a locator using UDP multicast. More... | |
| class | AsyncLookupReply |
| Represents a callback object implemented by IceLocatorDiscovery clients. More... | |
| class | Lookup |
| Looks for a locator using UDP multicast. More... | |
| class | LookupPrx |
| Looks for a locator using UDP multicast. More... | |
| class | LookupReply |
| Represents a callback object implemented by IceLocatorDiscovery clients. More... | |
| class | LookupReplyPrx |
| Represents a callback object implemented by IceLocatorDiscovery clients. More... | |
Typedefs | |
| using | AsyncLookupPtr = std::shared_ptr<AsyncLookup> |
| A shared pointer to an AsyncLookup. | |
| using | AsyncLookupReplyPtr = std::shared_ptr<AsyncLookupReply> |
| A shared pointer to an AsyncLookupReply. | |
| using | LookupPtr = std::shared_ptr<Lookup> |
| A shared pointer to a Lookup. | |
| using | LookupReplyPtr = std::shared_ptr<LookupReply> |
| A shared pointer to a LookupReply. | |
Functions | |
| Ice::PluginFactory | locatorDiscoveryPluginFactory () |
| Returns the factory for the IceLocatorDiscovery plug-in. | |
IceLocatorDiscovery is an Ice plug-in that enables the discovery of Ice locators (such as IceGrid) via UDP multicast.