|
TAO 3.0.6
|
Implements the <corbaloc:> IOR format. More...
#include <CORBALOC_Parser.h>


Classes | |
| struct | parsed_endpoint |
Public Member Functions | |
| TAO_CORBALOC_Parser ()=default | |
| Constructor. More... | |
| ~TAO_CORBALOC_Parser () override=default | |
| The destructor. More... | |
| bool | match_prefix (const char *ior_string) const override |
| CORBA::Object_ptr | parse_string (const char *ior, CORBA::ORB_ptr orb) override |
| Parse the ior-string that is passed. More... | |
Public Member Functions inherited from TAO_IOR_Parser | |
| TAO_IOR_Parser ()=default | |
| The destructor. More... | |
| virtual | ~TAO_IOR_Parser () |
Public Member Functions inherited from ACE_Service_Object | |
| ACE_Service_Object (ACE_Reactor *=0) | |
| virtual | ~ACE_Service_Object () |
| virtual int | suspend () |
| virtual int | resume () |
Public Member Functions inherited from ACE_Event_Handler | |
| virtual | ~ACE_Event_Handler ()=default |
| virtual ACE_HANDLE | get_handle () const |
| virtual void | set_handle (ACE_HANDLE) |
| virtual int | priority () 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 () |
| 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 () const |
| virtual ACE_Reactor_Timer_Interface * | reactor_timer_interface () const |
| virtual Reference_Count | add_reference () |
| virtual Reference_Count | remove_reference () |
| Reference_Counting_Policy & | reference_counting_policy () |
Public Member Functions inherited from ACE_Shared_Object | |
| ACE_Shared_Object () | |
| virtual | ~ACE_Shared_Object () |
| virtual int | init (int argc, ACE_TCHAR *argv[]) |
| virtual int | fini () |
| virtual int | info (ACE_TCHAR **info_string, size_t length=0) const |
Private Member Functions | |
| CORBA::Object_ptr | make_stub_from_mprofile (CORBA::ORB_ptr orb, TAO_MProfile &mprofile) |
| CORBA::Object_ptr | parse_string_rir_helper (const char *corbaloc_name, CORBA::ORB_ptr orb) |
| Gets the pointer to the key_string when the protocol used is RIR. More... | |
| void | make_canonical (const char *ior, size_t ior_len, ACE_CString &canonical_endpoint) |
Implements the <corbaloc:> IOR format.
This class implements the <corbaloc:> 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>.
|
default |
Constructor.
|
overridedefault |
The destructor.
|
private |
|
private |
Make a stub from the MProfile that is created in parse_string_mprofile_helper. Using this stub, create an object reference which is sent to the application.
All is well, so release the stub object from its auto_ptr.
Return the object reference to the application.
Shouldnt come here: if so, return nil reference.
|
overridevirtual |
= The IOR_Parser methods, please read the documentation in IOR_Parser.h
Implements TAO_IOR_Parser.
|
overridevirtual |
Parse the ior-string that is passed.
Implements TAO_IOR_Parser.
|
private |
Gets the pointer to the key_string when the protocol used is RIR.