TAO_PortableServer
2.0.8
|
#include <LifespanPolicy.h>
Public Member Functions | |
LifespanPolicy (::PortableServer::LifespanPolicyValue value) | |
CORBA::Policy_ptr | copy (void) |
void | destroy (void) |
::PortableServer::LifespanPolicyValue | value (void) |
CORBA::PolicyType | policy_type (void) |
virtual TAO_Cached_Policy_Type | _tao_cached_type (void) const |
Return the cached policy type for this policy. | |
virtual TAO_Policy_Scope | _tao_scope (void) const |
Returns the scope at which this policy can be applied. See orbconf.h. | |
Private Attributes | |
::PortableServer::LifespanPolicyValue | value_ |
TAO::Portable_Server::LifespanPolicy::LifespanPolicy | ( | ::PortableServer::LifespanPolicyValue | value | ) |
TAO_Cached_Policy_Type TAO::Portable_Server::LifespanPolicy::_tao_cached_type | ( | void | ) | const [virtual] |
Return the cached policy type for this policy.
Reimplemented from CORBA::Policy.
TAO_Policy_Scope TAO::Portable_Server::LifespanPolicy::_tao_scope | ( | void | ) | const [virtual] |
Returns the scope at which this policy can be applied. See orbconf.h.
Reimplemented from CORBA::Policy.
CORBA::Policy_ptr TAO::Portable_Server::LifespanPolicy::copy | ( | void | ) | [virtual] |
Implements PortableServer::LifespanPolicy.
void TAO::Portable_Server::LifespanPolicy::destroy | ( | void | ) | [virtual] |
Implements PortableServer::LifespanPolicy.
CORBA::PolicyType TAO::Portable_Server::LifespanPolicy::policy_type | ( | void | ) |
Reimplemented from CORBA::Policy.
PortableServer::LifespanPolicyValue TAO::Portable_Server::LifespanPolicy::value | ( | void | ) | [virtual] |
Implements PortableServer::LifespanPolicy.