#include <RT_Policy_i.h>
Inheritance diagram for TAO_PrivateConnectionPolicy:
Public Methods | |
TAO_PrivateConnectionPolicy (void) | |
Constructor. More... | |
TAO_PrivateConnectionPolicy (const TAO_PrivateConnectionPolicy &rhs) | |
Copy constructor. More... | |
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 |
Protected Methods | |
virtual | ~TAO_PrivateConnectionPolicy (void) |
Protected destructor to enforce proper memory management of this reference counted object. More... |
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.
|
|
|
|
|
|
|
|
|