AuthorityManager
class in Coherence.Toolkit
Handles authority-related operations on the client.
Remarks
Used by CoherenceBridge.
Authority is a core property of an entity. The replication server reads the data coming from entities with authority and propagates it through the network, to entities replicated that do not have authority.
Entities without authority will get loaded with the data that comes from the entities that do have authority.
Methods
AbandonAuthority | Transfers ownership of the entity to the replication server, making it an orphan. |
Adopt | Requests authority over an orphaned entity. |
RequestAuthority | Try to get authority over this entity. |
TransferAuthority | Give away authority over this entity to another client. |