TAO_Implementation_Repository 4.0.3
|
#include <Locator_Loader.h>
Public Member Functions | |
ImR_Locator_Loader () | |
virtual int | init (int argc, ACE_TCHAR *argv[]) |
virtual int | fini () |
virtual CORBA::Object_ptr | create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv[]) |
int | run () |
![]() | |
virtual | ~TAO_Object_Loader () |
![]() | |
ACE_Service_Object (ACE_Reactor *=0) | |
virtual | ~ACE_Service_Object () |
virtual int | suspend () |
virtual int | resume () |
![]() | |
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 () |
![]() | |
ACE_Shared_Object () | |
virtual | ~ACE_Shared_Object () |
virtual int | info (ACE_TCHAR **info_string, size_t length=0) const |
Private Member Functions | |
ImR_Locator_Loader (const ImR_Locator_Loader &)=delete | |
ImR_Locator_Loader & | operator= (const ImR_Locator_Loader &)=delete |
ImR_Locator_Loader (ImR_Locator_Loader &&)=delete | |
ImR_Locator_Loader & | operator= (ImR_Locator_Loader &&)=delete |
Private Attributes | |
ImR_Locator_i | service_ |
Options | opts_ |
std::unique_ptr< ImR_Locator_ORB_Runner > | runner_ |
ImR_Locator_Loader::ImR_Locator_Loader | ( | ) |
|
privatedelete |
|
privatedelete |
|
virtual |
Implements TAO_Object_Loader.
|
virtual |
Reimplemented from ACE_Shared_Object.
|
virtual |
Reimplemented from ACE_Shared_Object.
|
privatedelete |
|
privatedelete |
int ImR_Locator_Loader::run | ( | ) |
|
private |
|
private |
|
private |