Class: ReleaseNameReply

ReleaseNameReply()

An enum for the return value of MessageBus#releaseName to indicate the status of the release name request.

Members

(static, constant) NON_EXISTENT

The given name does not exist on this bus.

Source:

(static, constant) NOT_OWNER

The caller was not the primary owner of this name, and was also not waiting in the queue to own this name.

Source:

(static, constant) RELEASED

The caller has released his claim on the given name. Either the caller was the primary owner of the name, and the name is now unused or taken by somebody waiting in the queue for the name, or the caller was waiting in the queue for the name and has now been removed from the queue.

Source: