|
Public Types |
typedef ACE_Strategy_Acceptor<
TAO_IIOP_Connection_Handler,
ACE_SOCK_ACCEPTOR > | TAO_IIOP_BASE_ACCEPTOR |
typedef TAO_Creation_Strategy<
TAO_IIOP_Connection_Handler > | TAO_IIOP_CREATION_STRATEGY |
typedef TAO_Concurrency_Strategy<
TAO_IIOP_Connection_Handler > | TAO_IIOP_CONCURRENCY_STRATEGY |
typedef TAO_Accept_Strategy<
TAO_IIOP_Connection_Handler,
ACE_SOCK_ACCEPTOR > | TAO_IIOP_ACCEPT_STRATEGY |
Public Methods |
| TAO_IIOP_Acceptor (CORBA::Boolean flag=0) |
| Constructor.
|
| ~TAO_IIOP_Acceptor (void) |
| Destructor.
|
const ACE_INET_Addr & | address (void) const |
const ACE_INET_Addr * | endpoints (void) |
| Returns the array of endpoints in this acceptor.
|
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) |
| Closes the acceptor.
|
virtual int | create_profile (const TAO::ObjectKey &object_key, TAO_MProfile &mprofile, CORBA::Short priority) |
virtual int | is_collocated (const TAO_Endpoint *endpoint) |
| Return 1 if the <endpoint> has the same address as the acceptor.
|
virtual CORBA::ULong | endpoint_count (void) |
virtual int | object_key (IOP::TaggedProfile &profile, TAO::ObjectKey &key) |
int | hostname (TAO_ORB_Core *orb_core, ACE_INET_Addr &addr, char *&host, const char *specified_hostname=0) |
int | dotted_decimal_address (ACE_INET_Addr &addr, char *&host) |
Protected Methods |
virtual int | open_i (const ACE_INET_Addr &addr, ACE_Reactor *reactor) |
int | probe_interfaces (TAO_ORB_Core *orb_core) |
virtual int | parse_options (const char *options) |
int | init_tcp_properties (void) |
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_INET_Addr * | addrs_ |
u_short | port_span_ |
char ** | hosts_ |
CORBA::ULong | endpoint_count_ |
char * | hostname_in_ior_ |
TAO_GIOP_Message_Version | version_ |
TAO_ORB_Core * | orb_core_ |
| ORB Core.
|
TAO_IIOP_Properties | tcp_properties_ |
CORBA::Boolean | lite_flag_ |
| Should we use GIOP lite??
|
Private Attributes |
TAO_IIOP_BASE_ACCEPTOR | base_acceptor_ |
| the concrete acceptor, as a pointer to it's base class.
|
TAO_IIOP_CREATION_STRATEGY * | creation_strategy_ |
| Acceptor strategies.
|
TAO_IIOP_CONCURRENCY_STRATEGY * | concurrency_strategy_ |
TAO_IIOP_ACCEPT_STRATEGY * | accept_strategy_ |