CIAO  1.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
Components::ContainerPortableInterceptor::StubContainerInterceptor Class Reference

import "CCM_StubContainerInterceptorC.h";

Inheritance diagram for Components::ContainerPortableInterceptor::StubContainerInterceptor:
Inheritance graph
[legend]
Collaboration diagram for Components::ContainerPortableInterceptor::StubContainerInterceptor:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
StubContainerInterceptor_ptr 
_ptr_type
typedef
StubContainerInterceptor_var 
_var_type
typedef
StubContainerInterceptor_out 
_out_type

Public Member Functions

void stub_send_request (in ContainerStubRequestInfo info, out boolean con) raises (PortableInterceptor::ForwardRequest)
void stub_receive_reply (in ContainerStubRequestInfo info, out boolean con)
void stub_receive_exception (in ContainerStubRequestInfo info, out boolean con) raises (PortableInterceptor::ForwardRequest)
void stub_receive_other (in ContainerStubRequestInfo info) raises (PortableInterceptor::ForwardRequest)
virtual void stub_send_request (::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr info,::CORBA::Boolean_out con)=0
virtual void stub_receive_reply (::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr info,::CORBA::Boolean_out con)=0
virtual void stub_receive_exception (::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr info,::CORBA::Boolean_out con)=0
virtual void stub_receive_other (::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr info)=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 StubContainerInterceptor_ptr _duplicate (StubContainerInterceptor_ptr obj)
static void _tao_release (StubContainerInterceptor_ptr obj)
static StubContainerInterceptor_ptr _narrow (::CORBA::Object_ptr obj)
static StubContainerInterceptor_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static StubContainerInterceptor_ptr _nil (void)

Protected Member Functions

 StubContainerInterceptor (void)
virtual ~StubContainerInterceptor (void)

Private Member Functions

 StubContainerInterceptor (const StubContainerInterceptor &)
void operator= (const StubContainerInterceptor &)

Member Typedef Documentation


Constructor & Destructor Documentation

Components::ContainerPortableInterceptor::StubContainerInterceptor::StubContainerInterceptor ( void  ) [protected]
Components::ContainerPortableInterceptor::StubContainerInterceptor::~StubContainerInterceptor ( void  ) [protected, virtual]
Components::ContainerPortableInterceptor::StubContainerInterceptor::StubContainerInterceptor ( const StubContainerInterceptor ) [private]

Member Function Documentation

Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr Components::ContainerPortableInterceptor::StubContainerInterceptor::_duplicate ( StubContainerInterceptor_ptr  obj) [static]
const char * Components::ContainerPortableInterceptor::StubContainerInterceptor::_interface_repository_id ( void  ) const [virtual]
CORBA::Boolean Components::ContainerPortableInterceptor::StubContainerInterceptor::_is_a ( const char *  type_id) [virtual]
Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr Components::ContainerPortableInterceptor::StubContainerInterceptor::_narrow ( ::CORBA::Object_ptr  obj) [static]
Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr Components::ContainerPortableInterceptor::StubContainerInterceptor::_nil ( void  ) [static]
void Components::ContainerPortableInterceptor::StubContainerInterceptor::_tao_release ( StubContainerInterceptor_ptr  obj) [static]
Components::ContainerPortableInterceptor::StubContainerInterceptor_ptr Components::ContainerPortableInterceptor::StubContainerInterceptor::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]
CORBA::Boolean Components::ContainerPortableInterceptor::StubContainerInterceptor::marshal ( TAO_OutputCDR cdr) [virtual]
void Components::ContainerPortableInterceptor::StubContainerInterceptor::operator= ( const StubContainerInterceptor ) [private]
void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_receive_exception ( in ContainerStubRequestInfo  info,
out boolean  con 
) raises (PortableInterceptor::ForwardRequest)
virtual void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_receive_exception ( ::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr  info,
::CORBA::Boolean_out  con 
) [pure virtual]
void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_receive_other ( in ContainerStubRequestInfo  info) raises (PortableInterceptor::ForwardRequest)
virtual void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_receive_other ( ::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr  info) [pure virtual]
void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_receive_reply ( in ContainerStubRequestInfo  info,
out boolean  con 
)
virtual void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_receive_reply ( ::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr  info,
::CORBA::Boolean_out  con 
) [pure virtual]
void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_send_request ( in ContainerStubRequestInfo  info,
out boolean  con 
) raises (PortableInterceptor::ForwardRequest)
virtual void Components::ContainerPortableInterceptor::StubContainerInterceptor::stub_send_request ( ::Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr  info,
::CORBA::Boolean_out  con 
) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines