An application-provided class that an object adapter uses to locate servants. More...
#include <Ice/Ice.h>
Public Member Functions | |
virtual void | deactivate (std::string_view category)=0 |
Notifies this servant locator that the object adapter is being deactivated. | |
virtual void | finished (const Current &curr, const ObjectPtr &servant, const std::shared_ptr< void > &cookie)=0 |
Notifies this servant locator that the dispatch on the servant returned by locate is complete. | |
virtual ObjectPtr | locate (const Current &curr, std::shared_ptr< void > &cookie)=0 |
Asks this servant locator to find and return a servant. |
An application-provided class that an object adapter uses to locate servants.
Definition at line 17 of file ServantLocator.h.