Package jmri.server.json.reporter
Class JsonReporterSocketService
- java.lang.Object
-
- jmri.server.json.JsonSocketService<H>
-
- jmri.server.json.JsonNamedBeanSocketService<Reporter,JsonReporterHttpService>
-
- jmri.server.json.reporter.JsonReporterSocketService
-
public class JsonReporterSocketService extends JsonNamedBeanSocketService<Reporter,JsonReporterHttpService>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jmri.server.json.JsonNamedBeanSocketService
JsonNamedBeanSocketService.ManagerListener, JsonNamedBeanSocketService.NamedBeanListener
-
-
Field Summary
-
Fields inherited from class jmri.server.json.JsonNamedBeanSocketService
beanListeners, managerListener
-
Fields inherited from class jmri.server.json.JsonSocketService
connection, service
-
-
Constructor Summary
Constructors Constructor Description JsonReporterSocketService(JsonConnection connection)
-
Method Summary
-
Methods inherited from class jmri.server.json.JsonNamedBeanSocketService
addListenerToBean, addListenerToBean, onClose, onList, onMessage, removeListenersFromRemovedBeans
-
Methods inherited from class jmri.server.json.JsonSocketService
getConnection, getHttpService, getLocale, getVersion
-
-
-
-
Constructor Detail
-
JsonReporterSocketService
public JsonReporterSocketService(JsonConnection connection)
-
-