Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

PortableInterceptor::ServerRequestInfo Interface Reference

#include <ServerRequestInfoC.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 Member Functions

CORBA::Policy get_server_policy (in CORBA::PolicyType type)
void set_slot (in SlotId id, in any data) raises (InvalidSlot)
boolean target_is_a (in CORBA::RepositoryId id)
void add_reply_service_context (in IOP::ServiceContext service_context, in boolean replace)
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::AdapterNameadapter_name (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual ::PortableInterceptor::ObjectIdobject_id (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)=0 throw ( CORBA::SystemException )
virtual ::CORBA::OctetSeqadapter_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 Member Functions

ServerRequestInfo_ptr _duplicate (ServerRequestInfo_ptr obj)
void _tao_release (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.

Public Attributes

readonly attribute any sending_exception
readonly attribute ServerId server_id
readonly attribute ORBId orb_id
readonly attribute AdapterName adapter_name
readonly attribute ObjectId object_id
readonly attribute CORBA::OctetSeq adapter_id
readonly attribute CORBA::RepositoryId target_most_derived_interface

Protected Member Functions

 ServerRequestInfo (void)
virtual ~ServerRequestInfo (void)

Private Member Functions

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

Member Typedef Documentation

typedef ServerRequestInfo_ptr PortableInterceptor::ServerRequestInfo::_ptr_type
 

Implements PortableInterceptor::RequestInfo.

typedef ServerRequestInfo_var PortableInterceptor::ServerRequestInfo::_var_type
 

Implements 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!

Implements PortableInterceptor::RequestInfo.

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

Implements 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.

Implements PortableInterceptor::RequestInfo.

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

Return a NULL object.

Implements PortableInterceptor::RequestInfo.

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

Used in the implementation of CORBA::Any.

Implements PortableInterceptor::RequestInfo.

void PortableInterceptor::ServerRequestInfo::_tao_release ServerRequestInfo_ptr  obj  )  [static]
 

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

Implements 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]
 

void PortableInterceptor::ServerRequestInfo::add_reply_service_context in IOP::ServiceContext  service_context,
in boolean  replace
 

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

CORBA::Policy PortableInterceptor::ServerRequestInfo::get_server_policy in CORBA::PolicyType  type  ) 
 

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

Allows us to forbid marshaling of local interfaces.

Implements PortableInterceptor::RequestInfo.

virtual ::PortableInterceptor::ObjectId* 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]
 

void PortableInterceptor::ServerRequestInfo::set_slot in SlotId  id,
in any  data
raises (InvalidSlot)
 

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

boolean PortableInterceptor::ServerRequestInfo::target_is_a in CORBA::RepositoryId  id  ) 
 

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


Member Data Documentation

readonly attribute CORBA::OctetSeq PortableInterceptor::ServerRequestInfo::adapter_id
 

readonly attribute AdapterName PortableInterceptor::ServerRequestInfo::adapter_name
 

readonly attribute ObjectId PortableInterceptor::ServerRequestInfo::object_id
 

readonly attribute ORBId PortableInterceptor::ServerRequestInfo::orb_id
 

readonly attribute any PortableInterceptor::ServerRequestInfo::sending_exception
 

readonly attribute ServerId PortableInterceptor::ServerRequestInfo::server_id
 

readonly attribute CORBA::RepositoryId PortableInterceptor::ServerRequestInfo::target_most_derived_interface
 


The documentation for this interface was generated from the following files:
Generated on Thu Jun 9 00:18:50 2005 for TAO by  doxygen 1.3.9.1