Public Member Functions |
| | TAO_COIOP_Acceptor (void) |
| | Constructor.
|
| | ~TAO_COIOP_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) |
Protected Member Functions |
| virtual int | parse_options (const char *options) |
| | Parse protocol specific options.
|
| int | create_new_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
| int | create_shared_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
Protected Attributes |
| ACE_Utils::UUID | uuid_ |
| TAO_GIOP_Message_Version | version_ |
| TAO_ORB_Core * | orb_core_ |
| | ORB Core.
|
TAO_COIOP_Acceptor.
The COIOP-specific bridge class for the concrete acceptor.