company logo

ObjectSpace :: isServer - Is object space a server handle?

When an object space handle has been created for an object server or a local application, it is considered as server handle, i.e. an access handle located on server side. Object space handles created for local applications are considered as client, but also as server handles.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool ObjectSpace  :: isServer (  )

The function returns whether the object space handle has been created as server handle (true). The function returns false, when the handle has been created as client handle for an object server.

The function throws an exception, when the property handle is not valid.