#include <PortableGroup_Acceptor_Registry.h>
Collaboration diagram for TAO_PortableGroup_Acceptor_Registry::Entry:
Public Attributes | |
TAO_Acceptor * | acceptor |
Pointer to the acceptor for this GroupId. | |
TAO_Endpoint * | endpoint |
Cached endpoint that the acceptor is listening on. | |
int | cnt |
Count of times that this GroupId has been opened. |
Definition at line 58 of file PortableGroup_Acceptor_Registry.h.
|
Pointer to the acceptor for this GroupId.
Definition at line 61 of file PortableGroup_Acceptor_Registry.h. Referenced by TAO_PortableGroup_Acceptor_Registry::open_i(), and TAO_PortableGroup_Acceptor_Registry::~TAO_PortableGroup_Acceptor_Registry(). |
|
Count of times that this GroupId has been opened.
Definition at line 67 of file PortableGroup_Acceptor_Registry.h. Referenced by TAO_PortableGroup_Acceptor_Registry::open(), and TAO_PortableGroup_Acceptor_Registry::open_i(). |
|
Cached endpoint that the acceptor is listening on.
Definition at line 64 of file PortableGroup_Acceptor_Registry.h. Referenced by TAO_PortableGroup_Acceptor_Registry::find(), TAO_PortableGroup_Acceptor_Registry::open_i(), and TAO_PortableGroup_Acceptor_Registry::~TAO_PortableGroup_Acceptor_Registry(). |