EndpointGroup_t Class Reference
[AVAILABILITY]

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum. More...

Inherits Struct.

List of all members.

Public Member Functions

 EndpointGroup_t ()
 Constructor.
 EndpointGroup_t (EndpointGroup_t src)
 Copy constructor.
 EndpointGroup_t (String role_name, int quorum_count)
 Construct an EndpointGroup_t with the given parameters.

Public Attributes

String role_name = null
 Defines the role name of the endpoint group.
int quorum_count = 0
 Defines the minimum number of members that satisfies the endpoint group.


Detailed Description

Specifies a group of endpoints that can be collectively identified by a name and satisfied by a quorum.

Constructor & Destructor Documentation

EndpointGroup_t (  ) 

Constructor.

Copy constructor.

EndpointGroup_t ( String  role_name,
int  quorum_count 
)

Construct an EndpointGroup_t with the given parameters.


Member Data Documentation

String role_name = null

Defines the role name of the endpoint group.

int quorum_count = 0

Defines the minimum number of members that satisfies the endpoint group.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc