AbstractAbstractcreateCreates a new topic.
The name of the topic.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceStorm.TopicExists Thrown when a topic with the same name already exists.
AbstractcreateCreates a new topic with the given name, or retrieves the existing topic with this name if it already exists.
The name of the topic.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
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).
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.
AbstractretrieveRetrieves a topic by name.
The name of the topic.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
IceStorm.NoSuchTopic Thrown when there is no topic named name.
AbstractretrieveRetrieves all topics managed by this topic manager.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Staticice_Obtains the Slice type ID of this type.
The return value is always "::IceStorm::TopicManager".
Represents an object that manages topics.
See
IceStorm.TopicPrx
Remarks
The Slice compiler generated this skeleton class from Slice interface
::IceStorm::TopicManager.