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

SOAPBridge::CORBACall_impl Class Reference

#include <sbimpl.h>

Inheritance diagram for SOAPBridge::CORBACall_impl:

POA_SOAPBridge::CORBACall PortableServer::RefCountServantBase List of all members.

Public Methods

 CORBACall_impl (PortableServer::POA_ptr)
 ~CORBACall_impl ()
virtual PortableServer::POA_ptr _default_POA ()
virtual char* contextKey () throw (CORBA::SystemException)
virtual void contextKey (const char *) throw (CORBA::SystemException)
virtual CORBA::Object_ptr CreateSession (const char *soapAddress, const char *intfName, CORBA::Boolean obtainContextKey, SOAPBridge::CORBACallback_ptr cb) throw (CORBA::SystemException)
virtual void DestroySession (CORBA::Object_ptr sessionObject) throw (CORBA::SystemException)

Private Methods

 CORBACall_impl (const CORBACall_impl &)
void operator= (const CORBACall_impl &)

Private Attributes

PortableServer::POA_var poa_
CString ctxKey

Constructor & Destructor Documentation

SOAPBridge::CORBACall_impl::CORBACall_impl ( const CORBACall_impl & ) [private]
 

SOAPBridge::CORBACall_impl::CORBACall_impl ( PortableServer::POA_ptr poa )
 

Definition at line 391 of file CorbaCall.cpp.

SOAPBridge::CORBACall_impl::~CORBACall_impl ( )
 

Definition at line 396 of file CorbaCall.cpp.


Member Function Documentation

CORBA::Object_ptr SOAPBridge::CORBACall_impl::CreateSession ( const char * soapAddress,
const char * intfName,
CORBA::Boolean obtainContextKey,
SOAPBridge::CORBACallback_ptr cb ) throw (CORBA::SystemException) [virtual]
 

Definition at line 425 of file CorbaCall.cpp.

void SOAPBridge::CORBACall_impl::DestroySession ( CORBA::Object_ptr sessionObject ) throw (CORBA::SystemException) [virtual]
 

Definition at line 451 of file CorbaCall.cpp.

PortableServer::POA_ptr SOAPBridge::CORBACall_impl::_default_POA ( ) [virtual]
 

Definition at line 400 of file CorbaCall.cpp.

void SOAPBridge::CORBACall_impl::contextKey ( const char * a ) throw (CORBA::SystemException) [virtual]
 

Definition at line 416 of file CorbaCall.cpp.

char * SOAPBridge::CORBACall_impl::contextKey ( ) throw (CORBA::SystemException) [virtual]
 

Definition at line 408 of file CorbaCall.cpp.

void SOAPBridge::CORBACall_impl::operator= ( const CORBACall_impl & ) [private]
 


Member Data Documentation

CString SOAPBridge::CORBACall_impl::ctxKey [private]
 

Definition at line 199 of file sbimpl.h.

PortableServer::POA_var SOAPBridge::CORBACall_impl::poa_ [private]
 

Definition at line 198 of file sbimpl.h.


The documentation for this class was generated from the following files:
This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.