|
TAO
2.1.2
|
Implements the mcast: IOR format.
More...
#include <MCAST_Parser.h>

Public Member Functions | |
| TAO_MCAST_Parser (void) | |
| Constructor. | |
| virtual | ~TAO_MCAST_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) |
| Parse the ior-string that is passed. | |
Public Member Functions inherited from TAO_IOR_Parser | |
| virtual | ~TAO_IOR_Parser (void) |
| The destructor. | |
Public Member Functions inherited from ACE_Service_Object | |
| ACE_Service_Object (ACE_Reactor *=0) | |
| virtual | ~ACE_Service_Object (void) |
| virtual int | suspend (void) |
| virtual int | resume (void) |
| virtual | ~ACE_Event_Handler (void) |
| virtual ACE_HANDLE | get_handle (void) const |
| virtual void | set_handle (ACE_HANDLE) |
| virtual int | priority (void) const |
| virtual void | priority (int priority) |
| virtual int | handle_input (ACE_HANDLE fd=ACE_INVALID_HANDLE) |
| virtual int | handle_output (ACE_HANDLE fd=ACE_INVALID_HANDLE) |
| virtual int | handle_exception (ACE_HANDLE fd=ACE_INVALID_HANDLE) |
| virtual int | handle_timeout (const ACE_Time_Value ¤t_time, const void *act=0) |
| virtual int | handle_exit (ACE_Process *) |
| virtual int | handle_close (ACE_HANDLE handle, ACE_Reactor_Mask close_mask) |
| virtual int | handle_signal (int signum, siginfo_t *=0, ucontext_t *=0) |
| virtual int | resume_handler (void) |
| virtual int | handle_qos (ACE_HANDLE=ACE_INVALID_HANDLE) |
| virtual int | handle_group_qos (ACE_HANDLE=ACE_INVALID_HANDLE) |
| virtual void | reactor (ACE_Reactor *reactor) |
| virtual ACE_Reactor * | reactor (void) const |
| virtual ACE_Reactor_Timer_Interface * | reactor_timer_interface (void) const |
| virtual Reference_Count | add_reference (void) |
| virtual Reference_Count | remove_reference (void) |
| Reference_Counting_Policy & | reference_counting_policy (void) |
| ACE_Shared_Object (void) | |
| virtual | ~ACE_Shared_Object (void) |
| virtual int | init (int argc, ACE_TCHAR *argv[]) |
| virtual int | fini (void) |
| virtual int | info (ACE_TCHAR **info_string, size_t length=0) const |
Private Member Functions | |
| CORBA::Object_ptr | multicast_to_service (const char *service_name, unsigned short port, const char *mcast_address, int mcast_ttl, const char *mcast_nic, CORBA::ORB_ptr orb, ACE_Time_Value *timeout) |
| int | multicast_query (char *&buf, const char *service_name, unsigned short port, const char *mcast_address, int mcast_ttl, const char *mcast_nic, ACE_Time_Value *timeout, CORBA::ORB_ptr orb) |
| void | assign_to_variables (char const *mcast_name_ptr) |
Private Attributes | |
| CORBA::String_var | mcast_address_ |
| unsigned short | mcast_port_ |
| Default multicast port (currently Name Service mcast port). | |
| CORBA::String_var | mcast_nic_ |
| Multicast network interface card. | |
| int | mcast_ttl_ |
| Default time-to-live (default is 1). | |
| CORBA::String_var | service_name_ |
| Multicast service name. | |
Implements the mcast: IOR format.
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>.
| TAO_MCAST_Parser::TAO_MCAST_Parser | ( | void | ) |
Constructor.
|
virtual |
The destructor.
|
private |
|
virtual |
= The IOR_Parser methods, please read the documentation in IOR_Parser.h
Implements TAO_IOR_Parser.
|
private |
|
private |
|
virtual |
Parse the ior-string that is passed.
Implements TAO_IOR_Parser.
|
private |
|
private |
Multicast network interface card.
|
private |
Default multicast port (currently Name Service mcast port).
|
private |
Default time-to-live (default is 1).
|
private |
Multicast service name.
1.8.1.1