#include <MCAST_Parser.h>
Inheritance diagram for TAO_MCAST_Parser:
Public Methods | |
TAO_MCAST_Parser (void) | |
Constructor. | |
virtual | ~TAO_MCAST_Parser (void) |
The destructor. | |
virtual int | match_prefix (const char *ior_string) const |
virtual CORBA::Object_ptr | parse_string (const char *ior, CORBA::ORB_ptr orb ACE_ENV_ARG_DECL_NOT_USED) throw (CORBA::SystemException) |
Parse the ior-string that is passed. | |
Private Methods | |
CORBA::Object_ptr | multicast_to_service (const char *service_name, CORBA::UShort port, const char *mcast_address, const char *mcast_ttl, const char *mcast_nic, CORBA::ORB_ptr orb, ACE_Time_Value *timeout ACE_ENV_ARG_DECL_NOT_USED) |
int | multicast_query (char *&buf, const char *service_name, u_short port, const char *mcast_address, const char *mcast_ttl, const char *mcast_nic, ACE_Time_Value *timeout, CORBA::ORB_ptr orb) |
void | assign_to_variables (const char *&mcast_name_ptr) |
Private Attributes | |
CORBA::String_var | mcast_address_ |
CORBA::String_var | mcast_port_ |
CORBA::String_var | mcast_nic_ |
CORBA::String_var | mcast_ttl_ |
CORBA::String_var | service_name_ |
This class implements the <mcast:> IOR format. It is dynamically loaded by the ORB and used to parse the string to separate the individual <obj_addr> from the list of object addresses <obj_addr_list>.
|
Constructor.
|
|
The destructor.
|
|
|
|
= The IOR_Parser methods, please read the documentation in IOR_Parser.h Implements TAO_IOR_Parser. |
|
|
|
|
|
Parse the ior-string that is passed.
Implements TAO_IOR_Parser. |
|
|
|
|
|
|
|
|
|
|