|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XMPPServerInfo
Information 'snapshot' of a server's state. Useful for statistics gathering and administration display.
| Method Summary | |
|---|---|
String |
getHostname()
Obtain the host name (IP address or hostname) of this server node. |
Date |
getLastStarted()
Obtain the date when the server was last started. |
String |
getName()
Deprecated. replaced by getXMPPDomain() |
Collection<ServerPort> |
getServerPorts()
Obtain the server ports active on this server. |
Version |
getVersion()
Obtain the server's version information. |
String |
getXMPPDomain()
Obtain the server XMPP domain name. |
void |
setName(String serverName)
Deprecated. replaced by setXMPPDomain(String) |
void |
setXMPPDomain(String domainName)
Set the server XMPP domain name. |
| Method Detail |
|---|
Version getVersion()
@Deprecated String getName()
getXMPPDomain()
@Deprecated void setName(String serverName)
setXMPPDomain(String)
serverName - the server's name as an IP address or host name.String getHostname()
String getXMPPDomain()
void setXMPPDomain(String domainName)
domainName - the XMPP domain that this server is part of.Date getLastStarted()
Collection<ServerPort> getServerPorts()
|
Openfire 3.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||