|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.2) E26043-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemberIdentity
The MemberIdentity interface represents the identity of a cluster member.
Method Summary | |
---|---|
java.lang.String |
getClusterName() Return the name of the cluster with which this member is associated. |
int |
getMachineId() Return the Member's machine Id. |
java.lang.String |
getMachineName() Return the configured name for the Machine (such as a host name) in which this Member resides. |
java.lang.String |
getMemberName() Return the configured name for the Member. |
int |
getPriority() Return the priority (or "weight") of the local Member. |
java.lang.String |
getProcessName() Return the configured name for the Process (such as a JVM) in which this Member resides. |
java.lang.String |
getRackName() Return the configured name for the Rack (such as a physical rack, cage or blade frame) in which this Member resides. |
java.lang.String |
getRoleName() Return the configured role name for the Member. |
java.lang.String |
getSiteName() Return the configured name for the Site (such as a data center) in which this Member resides. |
Method Detail |
---|
java.lang.String getClusterName()
int getMachineId()
java.lang.String getMachineName()
java.lang.String getMemberName()
int getPriority()
java.lang.String getProcessName()
java.lang.String getRackName()
java.lang.String getRoleName()
java.lang.String getSiteName()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.2) E26043-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |