#include <Messaging_Policy_i.h>
Inheritance diagram for TAO_Sync_Scope_Policy
Public Methods | |
TAO_Sync_Scope_Policy (Messaging::SyncScope synchronization) | |
Constructor. | |
TAO_Sync_Scope_Policy (const TAO_Sync_Scope_Policy &rhs) | |
Copy constructor. | |
virtual TAO_Sync_Scope_Policy* | clone (void) const |
Returns a copy of <this>. | |
virtual Messaging::SyncScope | synchronization (CORBA::Environment &ACE_TRY_ENV) throw (CORBA::SystemException) |
void | get_synchronization (Messaging::SyncScope &synchronization) const |
virtual CORBA::PolicyType | policy_type (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual CORBA::Policy_ptr | copy (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) throw (CORBA::SystemException) |
virtual void | destroy (CORBA_Environment &ACE_TRY_ENV = TAO_default_environment ()) 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. | |
CORBA::Policy_ptr | create (const CORBA::Any& val, CORBA::Environment &ACE_TRY_ENV = TAO_default_environment ()) |
Helper method for the implementation of CORBA::ORB::create_policy. | |
Private Attributes | |
Messaging::SyncScope | synchronization_ |
The attribute. |
|
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.
|