public interface ServersManager<T extends ServerDefinition>
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize()
TODO
|
cz.cuni.amis.utils.collections.ObservableCollection<T> |
getAllServers()
Returns collection of all servers.
|
cz.cuni.amis.utils.flag.Flag<T> |
getDefaultServer()
Returns the default server.
|
String |
getServerType()
String type of the servers.
|
void |
removeServer(T server)
Removes this servel from the list.
|
void |
serialize() |
cz.cuni.amis.utils.flag.Flag<T> getDefaultServer()
cz.cuni.amis.utils.collections.ObservableCollection<T> getAllServers()
void deserialize()
void serialize()
String getServerType()
void removeServer(T server)
server - Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.