Uses of Interface
synergynetframework.appsystem.server.ServerMonitor

Packages that use ServerMonitor
synergynetframework.appsystem.server.ui.model   
synergynetframework.appsystem.services.net.tablecomms.server   
 

Uses of ServerMonitor in synergynetframework.appsystem.server.ui.model
 

Classes in synergynetframework.appsystem.server.ui.model that implement ServerMonitor
 class AppListModel
          The Class AppListModel.
 class MessageListModel
          The Class MessageListModel.
 class OnlineListModel
          The Class OnlineListModel.
 

Uses of ServerMonitor in synergynetframework.appsystem.services.net.tablecomms.server
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server that return types with arguments of type ServerMonitor
 java.util.List<ServerMonitor> TableCommsServerService.getMonitors()
          Gets the monitors.
 

Methods in synergynetframework.appsystem.services.net.tablecomms.server with parameters of type ServerMonitor
 void TableCommsServerService.registerServerMonitor(ServerMonitor m)
          Register server monitor.