public class ServerIdentifiers extends Object
| Constructor and Description |
|---|
ServerIdentifiers(String host,
String server,
String nodeName,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullIdentifier()
Returns a string that can uniquely identify the WildFly application server.
|
String |
getHost() |
String |
getNodeName() |
String |
getServer() |
String |
getUuid() |
String |
toString() |
public String getHost()
public String getServer()
public String getNodeName()
public String getUuid()
public String getFullIdentifier()
UUID if one is available; otherwise, this will
return a concatenation of host, server, and node name where the host will be omitted
if it is empty and node name will be omitted if it is empty or is the same as server.public String toString()
toString in class ObjectgetFullIdentifier()Copyright © 2015 Red Hat, Inc.. All rights reserved.