TAO_CosEvent 4.0.2
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
TAO_CEC_DynamicImplementationServer Class Reference

#include <CEC_DynamicImplementation.h>

Inheritance diagram for TAO_CEC_DynamicImplementationServer:
Inheritance graph
[legend]
Collaboration diagram for TAO_CEC_DynamicImplementationServer:
Collaboration graph
[legend]

Public Member Functions

 TAO_CEC_DynamicImplementationServer (PortableServer::POA_ptr poa, TAO_CEC_TypedProxyPushConsumer *typed_pp_consumer, TAO_CEC_TypedEventChannel *typed_event_channel)
 Constructor.
 
virtual ~TAO_CEC_DynamicImplementationServer ()
 Destructor.
 
virtual void invoke (CORBA::ServerRequest_ptr request)
 
virtual CORBA::RepositoryId _primary_interface (const PortableServer::ObjectId &oid, PortableServer::POA_ptr poa)
 
virtual PortableServer::POA_ptr _default_POA ()
 
virtual void is_a (CORBA::ServerRequest_ptr request)
 Handles the _is_a call.
 

Private Attributes

PortableServer::POA_var poa_
 The POA.
 
TAO_CEC_TypedProxyPushConsumertyped_pp_consumer_
 The Typed Proxy Push Consumer Implementation.
 
TAO_CEC_TypedEventChanneltyped_event_channel_
 The Typed Event Channel Implementation.
 
CORBA::RepositoryId repository_id_
 The RepositoryId.
 

Detailed Description

DSI TAO_CEC_DynamicImplementationServer implementation

Implements the DSI impl object

Constructor & Destructor Documentation

◆ TAO_CEC_DynamicImplementationServer()

TAO_CEC_DynamicImplementationServer::TAO_CEC_DynamicImplementationServer ( PortableServer::POA_ptr poa,
TAO_CEC_TypedProxyPushConsumer * typed_pp_consumer,
TAO_CEC_TypedEventChannel * typed_event_channel )

Constructor.

◆ ~TAO_CEC_DynamicImplementationServer()

TAO_CEC_DynamicImplementationServer::~TAO_CEC_DynamicImplementationServer ( )
virtual

Destructor.

Member Function Documentation

◆ _default_POA()

PortableServer::POA_ptr TAO_CEC_DynamicImplementationServer::_default_POA ( )
virtual

◆ _primary_interface()

CORBA::RepositoryId TAO_CEC_DynamicImplementationServer::_primary_interface ( const PortableServer::ObjectId & oid,
PortableServer::POA_ptr poa )
virtual

◆ invoke()

void TAO_CEC_DynamicImplementationServer::invoke ( CORBA::ServerRequest_ptr request)
virtual

◆ is_a()

void TAO_CEC_DynamicImplementationServer::is_a ( CORBA::ServerRequest_ptr request)
virtual

Handles the _is_a call.

Member Data Documentation

◆ poa_

PortableServer::POA_var TAO_CEC_DynamicImplementationServer::poa_
private

The POA.

◆ repository_id_

CORBA::RepositoryId TAO_CEC_DynamicImplementationServer::repository_id_
private

The RepositoryId.

◆ typed_event_channel_

TAO_CEC_TypedEventChannel* TAO_CEC_DynamicImplementationServer::typed_event_channel_
private

The Typed Event Channel Implementation.

◆ typed_pp_consumer_

TAO_CEC_TypedProxyPushConsumer* TAO_CEC_DynamicImplementationServer::typed_pp_consumer_
private

The Typed Proxy Push Consumer Implementation.


The documentation for this class was generated from the following files: