2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 namespace Portable_Server
8 ACE_INLINE ::TAO_Root_POA &
9 Servant_Upcall::poa () const
14 ACE_INLINE PortableServer::Servant
15 Servant_Upcall::servant () const
17 return this->servant_;
20 ACE_INLINE TAO_Object_Adapter &
21 Servant_Upcall::object_adapter () const
23 return *this->object_adapter_;
26 ACE_INLINE const PortableServer::ObjectId &
27 Servant_Upcall::id () const
29 return this->system_id_;
33 Servant_Upcall::user_id (
34 const PortableServer::ObjectId *id)
39 ACE_INLINE const PortableServer::ObjectId &
40 Servant_Upcall::user_id () const
42 return *(this->user_id_);
45 #if (TAO_HAS_MINIMUM_POA == 0)
48 Servant_Upcall::locator_cookie () const
54 Servant_Upcall::locator_cookie (void* cookie)
56 this->cookie_ = cookie;
59 ACE_INLINE const char *
60 Servant_Upcall::operation () const
62 return this->operation_;
66 Servant_Upcall::operation (const char *name)
68 this->operation_ = name;
71 #endif /* TAO_HAS_MINIMUM_POA == 0 */
74 Servant_Upcall::active_object_map_entry (TAO_Active_Object_Map_Entry *entry)
76 this->active_object_map_entry_ = entry;
79 ACE_INLINE TAO_Active_Object_Map_Entry *
80 Servant_Upcall::active_object_map_entry () const
82 return this->active_object_map_entry_;
85 ACE_INLINE CORBA::Short
86 Servant_Upcall::priority () const
88 return this->current_context_.priority ();
91 ACE_INLINE Servant_Upcall::State
92 Servant_Upcall::state () const
98 Servant_Upcall::state (Servant_Upcall::State state)
100 this->state_ = state;
105 TAO_END_VERSIONED_NAMESPACE_DECL