public interface DistributedMember extends Comparable<DistributedMember>
DistributedSystem.connect(java.util.Properties)
.Modifier and Type | Method and Description |
---|---|
DurableClientAttributes |
getDurableClientAttributes()
Returns the durable attributes for this client.
|
List<String> |
getGroups()
Returns the groups this member belongs to.
|
String |
getHost()
Returns the canonical name of the host machine for this member.
|
String |
getId()
Returns a unique identifier for this member.
|
String |
getName()
Returns this member's name.
|
int |
getProcessId()
Returns the process id for this member.
|
Set<Role> |
getRoles()
Deprecated.
Roles is scheduled to be removed
|
String |
getUniqueId()
Returns an immutable unique identifier for this member.
|
compareTo
String getName()
String getHost()
@Deprecated Set<Role> getRoles()
List<String> getGroups()
int getProcessId()
String getId()
String getUniqueId()
DurableClientAttributes getDurableClientAttributes()