|
| virtual::std::string | ice_id (const Current ¤t) const override |
| | Obtains a Slice type ID representing the most-derived interface supported by this object.
|
| virtual ::std::vector<::std::string > | ice_ids (const Current ¤t) const override |
| | Obtains a list of the Slice type IDs representing the interfaces supported by this object.
|
| virtual bool | ice_isA (::std::string id, const Current ¤t) const override |
| | Determines whether this object supports an interface with the given Slice type ID.
|
| virtual void | shutdown (const Current ¤t)=0 |
| | Initiate a graceful shut-down.
|
| virtual void | writeMessage (::std::string message, int fd, const Current ¤t)=0 |
| | Write a message on the process' stdout or stderr.
|
| virtual bool | ice_dispatch (Ice::Request &request, std::function< bool()> response=nullptr, std::function< bool(std::exception_ptr)> error=nullptr) |
| | Dispatches an invocation to a servant.
|
| virtual bool | ice_isA (std::string s, const Current ¤t) const |
| | Tests whether this object supports a specific Slice interface.
|
| virtual void | ice_ping (const Current ¤t) const |
| | Tests whether this object can be reached.
|
| virtual | ~Object ()=default |
An administrative interface for process management.
Managed servers must implement this interface.
A servant implementing this interface is a potential target for denial-of-service attacks, therefore proper security precautions should be taken. For example, the servant can use a UUID to make its identity harder to guess, and be registered in an object adapter with a secured endpoint.