TAO_PortableServer
2.0.8
|
#include <ThreadPolicyC.h>
Public Types | |
typedef ThreadPolicy_ptr | _ptr_type |
typedef ThreadPolicy_var | _var_type |
typedef ThreadPolicy_out | _out_type |
Public Member Functions | |
virtual ::PortableServer::ThreadPolicyValue | value (void)=0 |
virtual ::CORBA::Policy_ptr | copy (void)=0 |
virtual void | destroy (void)=0 |
virtual ::CORBA::Boolean | _is_a (const char *type_id) |
virtual const char * | _interface_repository_id (void) const |
virtual ::CORBA::Boolean | marshal (TAO_OutputCDR &cdr) |
Static Public Member Functions | |
static ThreadPolicy_ptr | _duplicate (ThreadPolicy_ptr obj) |
static void | _tao_release (ThreadPolicy_ptr obj) |
static ThreadPolicy_ptr | _narrow (::CORBA::Object_ptr obj) |
static ThreadPolicy_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static ThreadPolicy_ptr | _nil (void) |
Protected Member Functions | |
ThreadPolicy (void) | |
virtual | ~ThreadPolicy (void) |
Private Member Functions | |
ThreadPolicy (const ThreadPolicy &) | |
void | operator= (const ThreadPolicy &) |
Reimplemented from CORBA::Policy.
Reimplemented from CORBA::Policy.
Reimplemented from CORBA::Policy.
PortableServer::ThreadPolicy::ThreadPolicy | ( | void | ) | [protected] |
PortableServer::ThreadPolicy::~ThreadPolicy | ( | void | ) | [protected, virtual] |
PortableServer::ThreadPolicy::ThreadPolicy | ( | const ThreadPolicy & | ) | [private] |
PortableServer::ThreadPolicy_ptr PortableServer::ThreadPolicy::_duplicate | ( | ThreadPolicy_ptr | obj | ) | [static] |
const char * PortableServer::ThreadPolicy::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Policy.
CORBA::Boolean PortableServer::ThreadPolicy::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Policy.
PortableServer::ThreadPolicy_ptr PortableServer::ThreadPolicy::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Policy.
PortableServer::ThreadPolicy_ptr PortableServer::ThreadPolicy::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Policy.
void PortableServer::ThreadPolicy::_tao_release | ( | ThreadPolicy_ptr | obj | ) | [static] |
PortableServer::ThreadPolicy_ptr PortableServer::ThreadPolicy::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented from CORBA::Policy.
virtual ::CORBA::Policy_ptr PortableServer::ThreadPolicy::copy | ( | void | ) | [pure virtual] |
Reimplemented from CORBA::Policy.
Implemented in TAO::Portable_Server::ThreadPolicy.
virtual void PortableServer::ThreadPolicy::destroy | ( | void | ) | [pure virtual] |
Reimplemented from CORBA::Policy.
Implemented in TAO::Portable_Server::ThreadPolicy.
CORBA::Boolean PortableServer::ThreadPolicy::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Policy.
void PortableServer::ThreadPolicy::operator= | ( | const ThreadPolicy & | ) | [private] |
virtual ::PortableServer::ThreadPolicyValue PortableServer::ThreadPolicy::value | ( | void | ) | [pure virtual] |
Implemented in TAO::Portable_Server::ThreadPolicy.