armarx::RemoteHandleControlBlockInterface
Overview
interface RemoteHandleControlBlockInterface
@brief The reference counter for a handled object (can be in/decremented by a remote client)
Operation Index
- incrementUseCount
-
@brief increments the use count
- decrementUseCount
-
@brief decrements the use count
- getClientSideRemoteHandleControlBlock
-
@return An object used by the client to keep the object in memory.
- getManagedObjectProxy
-
@brief The managed object proxy.
- getUseCount
-
@return The objects's use count.
Operations
void incrementUseCount()
@brief increments the use count
void decrementUseCount()
@brief decrements the use count
Return Value
An object used by the client to keep the object in memory.
Object* getManagedObjectProxy()
@brief The managed object proxy.
long getUseCount()
Return Value
The objects's use count.