TAO  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TAO_Collocation_Resolver Class Referenceabstract

This class helps in resolving if a CORBA:Object is collocated. More...

#include <Collocation_Resolver.h>

Inheritance diagram for TAO_Collocation_Resolver:
Inheritance graph
Collaboration diagram for TAO_Collocation_Resolver:
Collaboration graph

Public Member Functions

virtual ~TAO_Collocation_Resolver (void)
 Destructor. More...
 
virtual CORBA::Boolean is_collocated (CORBA::Object_ptr object) const =0
 Is object collocated? More...
 

Detailed Description

This class helps in resolving if a CORBA:Object is collocated.

Constructor & Destructor Documentation

TAO_Collocation_Resolver::~TAO_Collocation_Resolver ( void  )
virtual

Destructor.

Member Function Documentation

virtual CORBA::Boolean TAO_Collocation_Resolver::is_collocated ( CORBA::Object_ptr  object) const
pure virtual

Is object collocated?

Implemented in TAO_Default_Collocation_Resolver.


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