#include <Messaging_Policy_i.h>
Inheritance diagram for TAO_Sync_Scope_Policy:
Public Methods | |
TAO_Sync_Scope_Policy (Messaging::SyncScope synchronization) | |
Constructor. More... | |
TAO_Sync_Scope_Policy (const TAO_Sync_Scope_Policy &rhs) | |
Copy constructor. More... | |
virtual TAO_Sync_Scope_Policy * | clone (void) const |
Returns a copy of <this>. More... | |
virtual Messaging::SyncScope | synchronization (ACE_ENV_SINGLE_ARG_DECL) throw (CORBA::SystemException) |
void | get_synchronization (Messaging::SyncScope &synchronization) const |
virtual CORBA::PolicyType | policy_type (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual void | destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Static Public Methods | |
void | hook (TAO_ORB_Core *orb_core, TAO_Stub *stub, int &has_synchronization, int &scope) |
Implement the Sync_Scope hook, this is set in the ORB_Core at initialization time. More... | |
CORBA::Policy_ptr | create (const CORBA::Any &val ACE_ENV_ARG_DECL_WITH_DEFAULTS) |
Helper method for the implementation of CORBA::ORB::create_policy. More... | |
Private Attributes | |
Messaging::SyncScope | synchronization_ |
The attribute. More... |
|
Constructor.
|
|
Copy constructor.
|
|
|
|
Returns a copy of <this>.
|
|
|
|
Helper method for the implementation of CORBA::ORB::create_policy.
|
|
|
|
|
|
Implement the Sync_Scope hook, this is set in the ORB_Core at initialization time.
|
|
|
|
|
|
The attribute.
|