Abstract
Dispatches an incoming request to one of the methods of this generated class, based on the operation name carried by the request.
The incoming request.
The outgoing response (when the selected method returns a value), or a promise with the outgoing response (when the selected method returns a promise).
Abstract
getGets all properties whose keys begin with prefix
. If prefix
is the empty string then all properties
are returned.
The prefix to search for. May be empty.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Abstract
getGets a property by key.
The property key.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Returns the Slice type ID of the most-derived interface supported by this object.
The Current object for the invocation.
The Slice type ID of the most-derived interface.
Returns the Slice type IDs of the interfaces supported by this object.
The Current object for the invocation.
The Slice type IDs of the interfaces supported by this object, in alphabetical order.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
The Current object for the invocation.
True if this object has the interface specified by typeID or derives from the interface specified by typeID.
Tests whether this object can be reached.
The Current object for the invocation.
Abstract
setUpdates the communicator's properties with the given property set. If an entry in newProperties
matches
the name of an existing property, that property's value is replaced with the new value. If the new value is
the empty string, the property is removed. Existing properties that are not modified or removed by the
entries in newProperties
are not affected by this update.
Properties to add, change, or remove.
The Current object for the dispatch.
A promise like object representing the result of the dispatch.
Static
ice_Obtains the Slice type ID of this type.
The return value is always "::Ice::PropertiesAdmin".
Provides remote access to the properties of a communicator.