TAO_CosNotification  2.0.7
Public Member Functions | Protected Member Functions | Protected Attributes | Private Types
TAO_Notify_Find_Worker_T Class Reference

Helper to locate a TYPE given its ID. More...

#include <Find_Worker_T.h>

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

List of all members.

Public Member Functions

 TAO_Notify_Find_Worker_T (void)
 Constructor.
TYPE * find (const TAO_Notify_Object::ID id, CONTAINER &container)
 Find the Type.
INTERFACE_PTR resolve (const TAO_Notify_Object::ID id, CONTAINER &container)
 Find and resolve to the Interface.

Protected Member Functions

void work (TYPE *object)
 = TAO_ESF_Worker method

Protected Attributes

TAO_Notify_Object::ID id_
 The id we're looking for.
TYPE * result_
 The result.

Private Types

typedef TAO_Notify_Container_T
< TYPE > 
CONTAINER
typedef
TAO_ESF_Proxy_Collection< TYPE > 
COLLECTION

Detailed Description

Helper to locate a TYPE given its ID.


Member Typedef Documentation


Constructor & Destructor Documentation

TAO_Notify_Find_Worker_T::TAO_Notify_Find_Worker_T ( void  )

Constructor.


Member Function Documentation

TYPE * TAO_Notify_Find_Worker_T::find ( const TAO_Notify_Object::ID  id,
CONTAINER container 
)

Find the Type.

INTERFACE_PTR TAO_Notify_Find_Worker_T::resolve ( const TAO_Notify_Object::ID  id,
CONTAINER container 
)

Find and resolve to the Interface.

void TAO_Notify_Find_Worker_T::work ( TYPE *  object) [protected]

= TAO_ESF_Worker method


Member Data Documentation

The id we're looking for.

The result.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines