TAO_PI_Server  2.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
PortableInterceptor::ServerRequestInfo Class Reference

#include <ServerRequestInfoC.h>

Inheritance diagram for PortableInterceptor::ServerRequestInfo:
Inheritance graph
[legend]

List of all members.

Public Types

typedef ServerRequestInfo_ptr _ptr_type
typedef ServerRequestInfo_var _var_type
typedef ServerRequestInfo_out _out_type

Public Member Functions

virtual ::CORBA::Any * sending_exception (void)=0
virtual char * server_id (void)=0
virtual char * orb_id (void)=0
virtual
::PortableInterceptor::AdapterName
adapter_name (void)=0
virtual
::PortableInterceptor::ObjectId
object_id (void)=0
virtual ::CORBA::OctetSeqadapter_id (void)=0
virtual char * target_most_derived_interface (void)=0
virtual ::CORBA::Policy_ptr get_server_policy (::CORBA::PolicyType type)=0
virtual void set_slot (::PortableInterceptor::SlotId id, const ::CORBA::Any &data)=0
virtual ::CORBA::Boolean target_is_a (const char *id)=0
virtual void add_reply_service_context (const ::IOP::ServiceContext &service_context,::CORBA::Boolean replace)=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 ServerRequestInfo_ptr _duplicate (ServerRequestInfo_ptr obj)
static void _tao_release (ServerRequestInfo_ptr obj)
static ServerRequestInfo_ptr _narrow (::CORBA::Object_ptr obj)
static ServerRequestInfo_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static ServerRequestInfo_ptr _nil (void)

Protected Member Functions

 ServerRequestInfo (void)
virtual ~ServerRequestInfo (void)

Private Member Functions

 ServerRequestInfo (const ServerRequestInfo &)
void operator= (const ServerRequestInfo &)

Member Typedef Documentation


Constructor & Destructor Documentation

PortableInterceptor::ServerRequestInfo::ServerRequestInfo ( void  ) [protected]
PortableInterceptor::ServerRequestInfo::~ServerRequestInfo ( void  ) [protected, virtual]
PortableInterceptor::ServerRequestInfo::ServerRequestInfo ( const ServerRequestInfo ) [private]

Member Function Documentation

PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_duplicate ( ServerRequestInfo_ptr  obj) [static]
const char * PortableInterceptor::ServerRequestInfo::_interface_repository_id ( void  ) const [virtual]
CORBA::Boolean PortableInterceptor::ServerRequestInfo::_is_a ( const char *  type_id)
PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_narrow ( ::CORBA::Object_ptr  obj) [static]
PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_nil ( void  ) [static]
void PortableInterceptor::ServerRequestInfo::_tao_release ( ServerRequestInfo_ptr  obj) [static]
PortableInterceptor::ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]
virtual ::CORBA::OctetSeq* PortableInterceptor::ServerRequestInfo::adapter_id ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.

virtual ::PortableInterceptor::AdapterName* PortableInterceptor::ServerRequestInfo::adapter_name ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.

virtual void PortableInterceptor::ServerRequestInfo::add_reply_service_context ( const ::IOP::ServiceContext service_context,
::CORBA::Boolean  replace 
) [pure virtual]
virtual ::CORBA::Policy_ptr PortableInterceptor::ServerRequestInfo::get_server_policy ( ::CORBA::PolicyType  type) [pure virtual]
CORBA::Boolean PortableInterceptor::ServerRequestInfo::marshal ( TAO_OutputCDR cdr)
virtual ::PortableInterceptor::ObjectId* PortableInterceptor::ServerRequestInfo::object_id ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.

void PortableInterceptor::ServerRequestInfo::operator= ( const ServerRequestInfo ) [private]
virtual char* PortableInterceptor::ServerRequestInfo::orb_id ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.

virtual ::CORBA::Any* PortableInterceptor::ServerRequestInfo::sending_exception ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.

virtual char* PortableInterceptor::ServerRequestInfo::server_id ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.

virtual void PortableInterceptor::ServerRequestInfo::set_slot ( ::PortableInterceptor::SlotId  id,
const ::CORBA::Any &  data 
) [pure virtual]
virtual ::CORBA::Boolean PortableInterceptor::ServerRequestInfo::target_is_a ( const char *  id) [pure virtual]

Implemented in TAO::ServerRequestInfo.

virtual char* PortableInterceptor::ServerRequestInfo::target_most_derived_interface ( void  ) [pure virtual]

Implemented in TAO::ServerRequestInfo.


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