|
Public Types |
typedef ACE_Strategy_Acceptor<
TAO_UIOP_Connection_Handler,
ACE_LSOCK_ACCEPTOR > | TAO_UIOP_BASE_ACCEPTOR |
typedef TAO_Creation_Strategy<
TAO_UIOP_Connection_Handler > | TAO_UIOP_CREATION_STRATEGY |
typedef TAO_Concurrency_Strategy<
TAO_UIOP_Connection_Handler > | TAO_UIOP_CONCURRENCY_STRATEGY |
typedef TAO_Accept_Strategy<
TAO_UIOP_Connection_Handler,
ACE_LSOCK_ACCEPTOR > | TAO_UIOP_ACCEPT_STRATEGY |
Public Methods |
| TAO_UIOP_Acceptor (CORBA::Boolean flag=0) |
| Create Acceptor object using addr.
|
virtual | ~TAO_UIOP_Acceptor (void) |
| Destructor.
|
|
Please check the documentation in Transport_Acceptor.h for details. |
virtual int | open (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, int version_major, int version_minor, const char *address, const char *options=0) |
virtual int | open_default (TAO_ORB_Core *orb_core, ACE_Reactor *reactor, int version_major, int version_minor, const char *options=0) |
virtual int | close (void) |
virtual int | create_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
virtual int | is_collocated (const TAO_Endpoint *endpoint) |
virtual CORBA::ULong | endpoint_count (void) |
virtual int | object_key (IOP::TaggedProfile &profile, TAO::ObjectKey &key) |
Private Methods |
int | open_i (const char *rendezvous, ACE_Reactor *reactor) |
| Implement the common part of the open*() methods.
|
void | rendezvous_point (ACE_UNIX_Addr &, const char *rendezvous) |
int | parse_options (const char *options) |
| Parse protocol specific options.
|
int | init_uiop_properties (void) |
int | create_new_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
| Create a UIOP profile representing this acceptor.
|
int | create_shared_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
| Add the endpoints on this acceptor to a shared profile.
|
Private Attributes |
TAO_UIOP_BASE_ACCEPTOR | base_acceptor_ |
| The concrete acceptor, as a pointer to its base class.
|
TAO_UIOP_CREATION_STRATEGY * | creation_strategy_ |
TAO_UIOP_CONCURRENCY_STRATEGY * | concurrency_strategy_ |
TAO_UIOP_ACCEPT_STRATEGY * | accept_strategy_ |
TAO_GIOP_Message_Version | version_ |
| The GIOP version for this endpoint.
|
TAO_ORB_Core * | orb_core_ |
| ORB Core.
|
int | unlink_on_close_ |
CORBA::Boolean | lite_flag_ |
| Should we use GIOP lite??
|
TAO_UIOP_Properties | uiop_properties_ |
| Properties for all connections accepted by this acceptor.
|