#include <Active_Policy_Strategies.h>
Collaboration diagram for TAO::Portable_Server::Active_Policy_Strategies:
Definition at line 52 of file Active_Policy_Strategies.h.
|
Definition at line 47 of file Active_Policy_Strategies.cpp.
00048 : thread_strategy_ (0), 00049 request_processing_strategy_ (0), 00050 id_assignment_strategy_ (0), 00051 lifespan_strategy_ (0), 00052 id_uniqueness_strategy_ (0), 00053 implicit_activation_strategy_ (0), 00054 servant_retention_strategy_ (0), 00055 thread_strategy_factory_ (0), 00056 servant_retention_strategy_factory_ (0), 00057 request_processing_strategy_factory_ (0), 00058 lifespan_strategy_factory_ (0), 00059 implicit_activation_strategy_factory_ (0), 00060 id_uniqueness_strategy_factory_ (0), 00061 id_assignment_strategy_factory_ (0) 00062 { 00063 } |
|
|
Definition at line 27 of file Active_Policy_Strategies.inl. Referenced by TAO_Root_POA::has_system_id(), and TAO_Root_POA::set_id().
00028 { 00029 return this->id_assignment_strategy_; 00030 } |
|
Definition at line 34 of file Active_Policy_Strategies.inl. Referenced by TAO_Root_POA::allow_multiple_activations(), and TAO_Root_POA::is_servant_activation_allowed().
00035 { 00036 return this->id_uniqueness_strategy_; 00037 } |
|
Definition at line 48 of file Active_Policy_Strategies.inl. References implicit_activation_strategy_. Referenced by TAO_Root_POA::allow_implicit_activation().
00049 { 00050 return this->implicit_activation_strategy_; 00051 } |
|
Definition at line 41 of file Active_Policy_Strategies.inl. Referenced by TAO_Root_POA::check_state(), TAO_Root_POA::destroy_i(), TAO_Root_POA::is_persistent(), TAO_Root_POA::key_to_object(), TAO_Root_POA::set_id(), TAO_Root_POA::TAO_Root_POA(), and TAO_Root_POA::validate_lifespan().
00042 { 00043 return this->lifespan_strategy_; 00044 } |
|
Definition at line 20 of file Active_Policy_Strategies.inl. References request_processing_strategy_. Referenced by TAO_Root_POA::cleanup_servant(), TAO_Root_POA::deactivate_all_objects_i(), TAO_Root_POA::get_servant_i(), TAO_Root_POA::get_servant_manager(), TAO_Root_POA::id_to_servant_i(), TAO_Root_POA::locate_servant_i(), TAO_Root_POA::post_invoke_servant_cleanup(), TAO_Root_POA::reference_to_servant_i(), TAO_Root_POA::servant_to_id_i(), TAO_Root_POA::set_servant(), and TAO_Root_POA::set_servant_manager().
00021 { 00022 return this->request_processing_strategy_; 00023 } |
|
|
Definition at line 13 of file Active_Policy_Strategies.inl. References thread_strategy_. Referenced by TAO_Root_POA::enter(), and TAO_Root_POA::exit().
00014 { 00015 return this->thread_strategy_; 00016 } |
|
|
Definition at line 80 of file Active_Policy_Strategies.h. |
|
Definition at line 92 of file Active_Policy_Strategies.h. |
|
Definition at line 82 of file Active_Policy_Strategies.h. |
|
Definition at line 91 of file Active_Policy_Strategies.h. |
|
Definition at line 83 of file Active_Policy_Strategies.h. Referenced by cleanup(), implicit_activation_strategy(), and update(). |
|
Definition at line 90 of file Active_Policy_Strategies.h. |
|
Definition at line 81 of file Active_Policy_Strategies.h. |
|
Definition at line 89 of file Active_Policy_Strategies.h. |
|
Definition at line 79 of file Active_Policy_Strategies.h. Referenced by cleanup(), request_processing_strategy(), and update(). |
|
Definition at line 88 of file Active_Policy_Strategies.h. |
|
Definition at line 84 of file Active_Policy_Strategies.h. Referenced by cleanup(), servant_retention_strategy(), and update(). |
|
Definition at line 87 of file Active_Policy_Strategies.h. |
|
Definition at line 78 of file Active_Policy_Strategies.h. Referenced by cleanup(), thread_strategy(), and update(). |
|
Definition at line 86 of file Active_Policy_Strategies.h. |