Observers for objects created by the Ice runtime. More...
Classes | |
class | ChildInvocationObserver |
Represents an observer for remote or collocated invocations. More... | |
class | CollocatedObserver |
Represents an observer for collocated invocations. More... | |
class | CommunicatorObserver |
The communicator observer interface used by the Ice runtime to obtain and update observers for its observable objects. More... | |
class | ConnectionObserver |
Represents an observer for Ice connections. More... | |
class | DispatchObserver |
Represents an observer for dispatches. More... | |
class | InvocationObserver |
Represents an observer for invocations on proxies. More... | |
class | Observer |
Represents the base class for Ice observers. More... | |
class | ObserverUpdater |
The observer updater interface. More... | |
class | RemoteObserver |
Represents an observer for remote invocations. More... | |
class | ThreadObserver |
Represents an observer for Ice threads. More... |
Enumerations | |
enum class | ConnectionState : std::uint8_t { ConnectionStateValidating , ConnectionStateHolding , ConnectionStateActive , ConnectionStateClosing , ConnectionStateClosed } |
The state of an Ice connection. More... | |
enum class | ThreadState : std::uint8_t { ThreadStateIdle , ThreadStateInUseForIO , ThreadStateInUseForUser , ThreadStateInUseForOther } |
The thread state enumeration keeps track of the different possible states of Ice threads. More... |
Observers for objects created by the Ice runtime.