TAO
2.0.8
|
Implements the <corbaname:> IOR format. More...
#include <CORBANAME_Parser.h>
Public Member Functions | |
virtual | ~TAO_CORBANAME_Parser (void) |
The destructor. | |
virtual bool | match_prefix (const char *ior_string) const |
virtual CORBA::Object_ptr | parse_string (const char *ior, CORBA::ORB_ptr orb) |
Private Member Functions | |
virtual CORBA::Object_ptr | parse_string_dynamic_request_helper (CORBA::Object_ptr naming_context, ACE_CString &key_string) |
Implements the <corbaname:> IOR format.
This class implements the <corbaname:> IOR format. It is dynamically loaded by the ORB and used to get reference to a naming service at the given address and port and then resolve an object in that context.
TAO_CORBANAME_Parser::~TAO_CORBANAME_Parser | ( | void | ) | [virtual] |
The destructor.
bool TAO_CORBANAME_Parser::match_prefix | ( | const char * | ior_string | ) | const [virtual] |
Return true if ior_string starts with a prefix known to this IOR parser
Implements TAO_IOR_Parser.
CORBA::Object_ptr TAO_CORBANAME_Parser::parse_string | ( | const char * | ior, |
CORBA::ORB_ptr | orb | ||
) | [virtual] |
Parse the ior argument and return an object reference. The call may raise the standard system exceptions (NO_MEMORY, INV_OBJREF, etc.)
Implements TAO_IOR_Parser.
CORBA::Object_ptr TAO_CORBANAME_Parser::parse_string_dynamic_request_helper | ( | CORBA::Object_ptr | naming_context, |
ACE_CString & | key_string | ||
) | [private, virtual] |