public class HubServerInfoSingleton
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
clone() |
static HubServerInfoSingleton |
getInstance()
Retrieve the singleton instance.
|
HubServerInfo |
getServerInfo()
Retrieve the Hub server information object.
|
void |
setServerInfo(HubServerInfo info)
Replace the Hub server information object.
|
public static HubServerInfoSingleton getInstance()
public HubServerInfo getServerInfo()
public void setServerInfo(HubServerInfo info)
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException