#include <RT_Policy_i.h>
Inheritance diagram for TAO_PrivateConnectionPolicy:
Public Member Functions | |
TAO_PrivateConnectionPolicy (void) | |
Constructor. | |
TAO_PrivateConnectionPolicy (const TAO_PrivateConnectionPolicy &rhs) | |
Copy constructor. | |
CORBA::PolicyType | policy_type (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
CORBA::Policy_ptr | copy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
void | destroy (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException) |
TAO_Cached_Policy_Type | _tao_cached_type (void) const |
TAO_Policy_Scope | _tao_scope (void) const |
Static Public Member Functions | |
CORBA::Policy_ptr | create (const CORBA::Any &val ACE_ENV_ARG_DECL) |
Protected Member Functions | |
virtual | ~TAO_PrivateConnectionPolicy (void) |
This policy controls whether the transport connection for the Object is private, i.e., not available for carrying out invocations on other objects.
|
Constructor.
|
|
Copy constructor.
|
|
Protected destructor to enforce proper memory management of this reference counted object. |
|
Implements CORBA::Policy. |
|
Implements CORBA::Policy. |
|
Implements RTCORBA::PrivateConnectionPolicy. |
|
Helper method for the implementation of CORBA::ORB::create_policy. |
|
Implements RTCORBA::PrivateConnectionPolicy. |
|
Implements CORBA::Policy. |