|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData
org.torweg.pulse.component.statistics.view.WestPanelControllerResultData
public final class WestPanelControllerResultData
The data of the WestPanelControllerResult.
| Field Summary |
|---|
| Fields inherited from class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
protected |
WestPanelControllerResultData()
Deprecated. |
protected |
WestPanelControllerResultData(java.util.Collection<StatisticsServer> statServers)
Creates a new WestPanelControllerResultData with the given
Set<StatisticsServer>. |
| Method Summary | |
|---|---|
protected boolean |
addServer(StatisticsServer server)
Adds the given StatisticsServer. |
java.util.Set<StatisticsServer> |
getServers()
Returns the known Set<StatisticsServer>. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected WestPanelControllerResultData()
protected WestPanelControllerResultData(java.util.Collection<StatisticsServer> statServers)
WestPanelControllerResultData with the given
Set<StatisticsServer>.
statServers - the Set<StatisticsServer>| Method Detail |
|---|
public java.util.Set<StatisticsServer> getServers()
Set<StatisticsServer>.
protected boolean addServer(StatisticsServer server)
StatisticsServer.
server - the StatisticsServer
true if and only if the given
StatisticsServer has been added to the internal
Set<StatisticsServer>, false
otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||