#include <POA_Current.h>
Returns the object id of the current request being invoked. Can raise the NoContext
exception if this function is not invoked in the context of an upcall.
Returns the POA on which the current request is being invoked. Can raise the NoContext
exception if this function is not invoked in the context of an upcall.
This operation returns a locally manufactured reference to the object in the context of which it is called. If called outside the context of a POA dispatched operation, a NoContext exception is raised.
- Note
- This reference is not guaranteed to be identical to the original reference the client used to make the invocation, and calling the Object::is_equivalent operation to compare the two references may not necessarily return true.
Returns a reference to the servant that hosts the object in whose context it is called. If called outside the context of the POA dispatched operation, a NoContext exception is raised
Returns the class that implements this interface.
Sets the thread-specific pointer to the new POA Current state, returning a pointer to the existing POA Current state.
The documentation for this class was generated from the following files: