![]() |
MAK Legion API Documentation
|
This is the complete list of members for Legion::OwnershipManager, including all inherited members.
| acquiredCallback(void *usr, acquiredCallbackParameters) | Legion::OwnershipManager | protectedstatic |
| addAcquiredCallback(AcquiredCallback callback) | Legion::OwnershipManager | virtual |
| addDivestitureRequestCallback(DivestitureRequestCallback callback) | Legion::OwnershipManager | virtual |
| addInitiateAcquisitionRequestCallback(InitiateAcquisitionRequestCallback callback) | Legion::OwnershipManager | virtual |
| addInitiateAcquisitionResultCallback(InitiateAcquisitionResultCallback callback) | Legion::OwnershipManager | virtual |
| addRequestRejectedCallback(RequestRejectedCallback callback) | Legion::OwnershipManager | virtual |
| Connection class | Legion::OwnershipManager | friend |
| divest(TransactionIdentifier transactionId, Span< GlobalIdentifier > globalIds, Span< char > privateData) | Legion::OwnershipManager | virtual |
| divestitureRequestCallback(void *usr, divestitureRequestCallbackParameters) | Legion::OwnershipManager | protectedstatic |
| handle() const | Legion::OwnershipManager | virtual |
| initateAcquisitionRequestResponse(TransactionIdentifier transactionId, Span< GlobalIdentifier > globalIds, InitiateAcquisitionResult result, std::string exceptionDescription="") | Legion::OwnershipManager | virtual |
| initiateAcquisitionRequestCallback(void *usr, initiateAcquisitionRequestCallbackParameters) | Legion::OwnershipManager | protectedstatic |
| initiateAcquisitionResultCallback(void *usr, initiateAcquisitionResultCallbackParameters) | Legion::OwnershipManager | protectedstatic |
| myAcquiredCallbacks | Legion::OwnershipManager | protected |
| myDatabaseHandle | Legion::OwnershipManager | protected |
| myDivestitureRequestCallbacks | Legion::OwnershipManager | protected |
| myHandle | Legion::OwnershipManager | protected |
| myInitiateAcquisitionRequestCallbacks | Legion::OwnershipManager | protected |
| myInitiateAcquisitionResultCallbacks | Legion::OwnershipManager | protected |
| myRequestRejectedCallbacks | Legion::OwnershipManager | protected |
| OwnershipManager(OwnershipManagerHandle ownershipHandle, DatabaseHandle databaseHandle) | Legion::OwnershipManager | protected |
| rejectDivestitureRequest(TransactionIdentifier transactionId, Span< GlobalIdentifier > globalIds, Span< char > privateData) | Legion::OwnershipManager | virtual |
| removeAcquiredCallback(UInt32 callbackHandle) | Legion::OwnershipManager | virtual |
| removeCallback(std::vector< CallbackData * > &callbackList, UInt32 callbackHandle) | Legion::OwnershipManager | protectedvirtual |
| removeDivestitureRequestCallback(UInt32 callbackHandle) | Legion::OwnershipManager | virtual |
| removeInitiateAcquisitionRequestCallback(UInt32 callbackHandle) | Legion::OwnershipManager | virtual |
| removeInitiateAcquisitionResultCallback(UInt32 callbackHandle) | Legion::OwnershipManager | virtual |
| removeRequestRejectedCallback(UInt32 callbackHandle) | Legion::OwnershipManager | virtual |
| requestAcquisition(Span< GlobalIdentifier > globalIds, Span< char > privateData, TransactionIdentifier transactionId=0) | Legion::OwnershipManager | virtual |
| requestInitiateAcquisition(ClientIdentifier acquiringClientId, Span< GlobalIdentifier > globalIds, Span< char > privateData) | Legion::OwnershipManager | virtual |
| requestRejectedCallback(void *usr, requestRejectedCallbackParameters) | Legion::OwnershipManager | protectedstatic |
| ~OwnershipManager() | Legion::OwnershipManager | protectedvirtual |