@Deprecated public class QRServers extends java.lang.Object implements IQRServers
Modifier and Type | Method and Description |
---|---|
boolean |
AddEntry(MoveDestination move)
Deprecated.
Add one Query/Retrieve Server to the list
|
static QRServers |
getInstance()
Deprecated.
|
java.util.ArrayList<MoveDestination> |
getMoves()
Deprecated.
|
void |
loadSettings()
Deprecated.
|
boolean |
RemoveEntry(MoveDestination move)
Deprecated.
|
void |
saveSettings()
Deprecated.
Save the settings related to Startup Services
not write the settings in XML
|
boolean |
unsavedSettings()
Deprecated.
|
public static QRServers getInstance()
public void loadSettings()
public void saveSettings()
public boolean unsavedSettings()
public boolean AddEntry(MoveDestination move)
AddEntry
in interface IQRServers
move
- public boolean RemoveEntry(MoveDestination move)
RemoveEntry
in interface IQRServers
public java.util.ArrayList<MoveDestination> getMoves()
getMoves
in interface IQRServers