Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

PortableInterceptor::ServerRequestInfo Class Reference

#include <PortableInterceptorC.h>

Inheritance diagram for PortableInterceptor::ServerRequestInfo:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef ServerRequestInfo_ptr _ptr_type
typedef ServerRequestInfo_var _var_type

Public Methods

virtual CORBA::Anysending_exception (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual char * server_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual char * orb_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::PortableInterceptor::AdapterName * adapter_name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::CORBA::OctetSeq * object_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::CORBA::OctetSeq * adapter_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual char * target_most_derived_interface (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual::CORBA::Policy_ptr get_server_policy (CORBA::PolicyType type ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void set_slot (PortableInterceptor::SlotId id, const CORBA::Any &data ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException , PortableInterceptor::InvalidSlot )
virtual CORBA::Boolean target_is_a (const char *id ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual void add_reply_service_context (const IOP::ServiceContext &service_context, CORBA::Boolean replace ACE_ENV_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual CORBA::Boolean _is_a (const char *type_id ACE_ENV_ARG_DECL_WITH_DEFAULTS)
virtual const char * _interface_repository_id (void) const
virtual CORBA::Boolean marshal (TAO_OutputCDR &cdr)
 Allows us to forbid marshaling of local interfaces.


Static Public Methods

ServerRequestInfo_ptr _duplicate (ServerRequestInfo_ptr obj)
ServerRequestInfo_ptr _narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
 No-op it is just here to simplify some templates.

ServerRequestInfo_ptr _unchecked_narrow (CORBA::Object_ptr obj ACE_ENV_ARG_DECL_WITH_DEFAULTS)
ServerRequestInfo_ptr _nil (void)
 Return a NULL object.

void _tao_any_destructor (void *)
 Used in the implementation of CORBA::Any.


Protected Methods

 ServerRequestInfo (void)
virtual ~ServerRequestInfo (void)

Private Methods

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

Member Typedef Documentation

typedef ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_ptr_type
 

Reimplemented from PortableInterceptor::RequestInfo.

typedef ServerRequestInfo_var PortableInterceptor::ServerRequestInfo::_var_type
 

Reimplemented from PortableInterceptor::RequestInfo.


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]
 

The repository ID for the most derived class, this is an implementation method and does no remote invocations!

Reimplemented from PortableInterceptor::RequestInfo.

virtual CORBA::Boolean PortableInterceptor::ServerRequestInfo::_is_a const char *type_id    ACE_ENV_ARG_DECL_WITH_DEFAULTS [virtual]
 

Reimplemented from PortableInterceptor::RequestInfo.

ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

No-op it is just here to simplify some templates.

Reimplemented from PortableInterceptor::RequestInfo.

ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_nil void    [inline, static]
 

Return a NULL object.

Reimplemented from PortableInterceptor::RequestInfo.

void PortableInterceptor::ServerRequestInfo::_tao_any_destructor void   [static]
 

Used in the implementation of CORBA::Any.

Reimplemented from PortableInterceptor::RequestInfo.

ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_unchecked_narrow CORBA::Object_ptr obj    ACE_ENV_ARG_DECL_WITH_DEFAULTS [static]
 

Reimplemented from PortableInterceptor::RequestInfo.

virtual ::CORBA::OctetSeq* PortableInterceptor::ServerRequestInfo::adapter_id ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

virtual ::PortableInterceptor::AdapterName* PortableInterceptor::ServerRequestInfo::adapter_name ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

virtual void PortableInterceptor::ServerRequestInfo::add_reply_service_context const IOP::ServiceContext   service_context,
CORBA::Boolean replace    ACE_ENV_ARG_DECL_WITH_DEFAULTS
throw ( CORBA::SystemException ) [pure virtual]
 

virtual ::CORBA::Policy_ptr PortableInterceptor::ServerRequestInfo::get_server_policy CORBA::PolicyType type    ACE_ENV_ARG_DECL_WITH_DEFAULTS throw ( CORBA::SystemException ) [pure virtual]
 

CORBA::Boolean PortableInterceptor::ServerRequestInfo::marshal TAO_OutputCDR   cdr [virtual]
 

Allows us to forbid marshaling of local interfaces.

Reimplemented from PortableInterceptor::RequestInfo.

virtual ::CORBA::OctetSeq* PortableInterceptor::ServerRequestInfo::object_id ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

void PortableInterceptor::ServerRequestInfo::operator= const ServerRequestInfo &    [private]
 

virtual char* PortableInterceptor::ServerRequestInfo::orb_id ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

virtual CORBA::Any* PortableInterceptor::ServerRequestInfo::sending_exception ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

virtual char* PortableInterceptor::ServerRequestInfo::server_id ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 

virtual void PortableInterceptor::ServerRequestInfo::set_slot PortableInterceptor::SlotId    id,
const CORBA::Any &data    ACE_ENV_ARG_DECL_WITH_DEFAULTS
throw ( CORBA::SystemException , PortableInterceptor::InvalidSlot ) [pure virtual]
 

virtual CORBA::Boolean PortableInterceptor::ServerRequestInfo::target_is_a const char *id    ACE_ENV_ARG_DECL_WITH_DEFAULTS throw ( CORBA::SystemException ) [pure virtual]
 

virtual char* PortableInterceptor::ServerRequestInfo::target_most_derived_interface ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS    throw ( CORBA::SystemException ) [pure virtual]
 


The documentation for this class was generated from the following files:
Generated on Wed Jan 14 23:38:37 2004 for TAO by doxygen1.2.18