|
Openfire 3.3.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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 | |
---|---|
Date |
getLastStarted()
Obtain the date when the server was last started. |
Date |
getLastStopped()
Obtain the date when the server was last stopped. |
String |
getName()
Obtain the server name (ip address or hostname). |
Collection<ServerPort> |
getServerPorts()
Obtain the server ports active on this server. |
Version |
getVersion()
Obtain the server's version information. |
void |
setName(String serverName)
Set the server name (ip address or hostname). |
Method Detail |
---|
Version getVersion()
String getName()
void setName(String serverName)
serverName
- the server's name as an ip address or host name.Date getLastStarted()
Date getLastStopped()
Collection<ServerPort> getServerPorts()
|
Openfire 3.3.0 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |