TAO_CosEvent
2.2.0
|
#include <CEC_DynamicImplementation.h>
Public Member Functions | |
TAO_CEC_DynamicImplementationServer (PortableServer::POA_ptr poa, TAO_CEC_TypedProxyPushConsumer *typed_pp_consumer, TAO_CEC_TypedEventChannel *typed_event_channel) | |
Constructor. More... | |
virtual | ~TAO_CEC_DynamicImplementationServer (void) |
Destructor. More... | |
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 (void) |
virtual void | is_a (CORBA::ServerRequest_ptr request) |
Handles the _is_a call. More... | |
Private Attributes | |
PortableServer::POA_var | poa_ |
The POA. More... | |
TAO_CEC_TypedProxyPushConsumer * | typed_pp_consumer_ |
The Typed Proxy Push Consumer Implementation. More... | |
TAO_CEC_TypedEventChannel * | typed_event_channel_ |
The Typed Event Channel Implementation. More... | |
CORBA::RepositoryId | repository_id_ |
The RepositoryId. More... | |
DSI TAO_CEC_DynamicImplementationServer implementation
Implements the DSI impl object
TAO_CEC_DynamicImplementationServer::TAO_CEC_DynamicImplementationServer | ( | PortableServer::POA_ptr | poa, |
TAO_CEC_TypedProxyPushConsumer * | typed_pp_consumer, | ||
TAO_CEC_TypedEventChannel * | typed_event_channel | ||
) |
Constructor.
|
virtual |
Destructor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Handles the _is_a call.
|
private |
The POA.
|
private |
The RepositoryId.
|
private |
The Typed Event Channel Implementation.
|
private |
The Typed Proxy Push Consumer Implementation.