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

import "CCM_ContainerStubRequestInfoC.h";

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

List of all members.

Public Types

typedef
ContainerStubRequestInfo_ptr 
_ptr_type
typedef
ContainerStubRequestInfo_var 
_var_type
typedef
ContainerStubRequestInfo_out 
_out_type

Public Member Functions

virtual ::Dynamic::ParameterList * arguments (void)=0
virtual void arguments (const ::Dynamic::ParameterList &arguments)=0
virtual char * operation (void)=0
virtual ::CORBA::Any * result (void)=0
virtual void result (const ::CORBA::Any &result)=0
virtual ::CORBA::Object_ptr target (void)=0
virtual void target (::CORBA::Object_ptr target)=0
virtual ::CORBA::Any * the_exception (void)=0
virtual void the_exception (const ::CORBA::Any &the_exception)=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 ContainerStubRequestInfo_ptr _duplicate (ContainerStubRequestInfo_ptr obj)
static void _tao_release (ContainerStubRequestInfo_ptr obj)
static ContainerStubRequestInfo_ptr _narrow (::CORBA::Object_ptr obj)
static ContainerStubRequestInfo_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static ContainerStubRequestInfo_ptr _nil (void)

Public Attributes

attribute Dynamic::ParameterList arguments
readonly attribute string operation
attribute any result
attribute Object target
attribute any the_exception

Protected Member Functions

 ContainerStubRequestInfo (void)
virtual ~ContainerStubRequestInfo (void)

Private Member Functions

 ContainerStubRequestInfo (const ContainerStubRequestInfo &)
void operator= (const ContainerStubRequestInfo &)

Member Typedef Documentation


Constructor & Destructor Documentation

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

Member Function Documentation

Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_duplicate ( ContainerStubRequestInfo_ptr  obj) [static]
const char * Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_interface_repository_id ( void  ) const [virtual]
CORBA::Boolean Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_is_a ( const char *  type_id) [virtual]
Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_narrow ( ::CORBA::Object_ptr  obj) [static]
Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_nil ( void  ) [static]
void Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_tao_release ( ContainerStubRequestInfo_ptr  obj) [static]
Components::ContainerPortableInterceptor::ContainerStubRequestInfo_ptr Components::ContainerPortableInterceptor::ContainerStubRequestInfo::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]
virtual ::Dynamic::ParameterList* Components::ContainerPortableInterceptor::ContainerStubRequestInfo::arguments ( void  ) [pure virtual]
virtual void Components::ContainerPortableInterceptor::ContainerStubRequestInfo::arguments ( const ::Dynamic::ParameterList &  arguments) [pure virtual]
CORBA::Boolean Components::ContainerPortableInterceptor::ContainerStubRequestInfo::marshal ( TAO_OutputCDR cdr) [virtual]
void Components::ContainerPortableInterceptor::ContainerStubRequestInfo::operator= ( const ContainerStubRequestInfo ) [private]
virtual ::CORBA::Any* Components::ContainerPortableInterceptor::ContainerStubRequestInfo::result ( void  ) [pure virtual]
virtual void Components::ContainerPortableInterceptor::ContainerStubRequestInfo::result ( const ::CORBA::Any &  result) [pure virtual]
virtual void Components::ContainerPortableInterceptor::ContainerStubRequestInfo::the_exception ( const ::CORBA::Any &  the_exception) [pure virtual]

Member Data Documentation


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