|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reporter | |
|---|---|
| jmri | Provides basic interfaces and certain core implementations for the JMRI layout management concepts. |
| jmri.implementation | Provides implementations of various JMRI interfaces. |
| jmri.jmrit.display | Control panel and visible icon classes. |
| jmri.jmrix.jmriclient | |
| jmri.jmrix.loconet | Provides access to LocoNet systems, along with a lot of Swing-based tools. |
| jmri.jmrix.rfid | This package handles communications for RFID adapters |
| jmri.jmrix.rfid.coreid | This package holds objects specific to the Generic RFID stand-alone readers that use the CORE-ID / ID-Innovations protocol. |
| jmri.jmrix.rfid.generic.standalone | This package handles communications for Generic RFID stand-alone readers that use the CORE-ID / ID-Innovations protocol. |
| jmri.jmrix.rfid.merg.concentrator | This package handles communications for MERG RFID Concentrators |
| jmri.jmrix.rps | This package contains software specific to the RPS system from NAC Services, Inc. |
| jmri.managers | Provides implementations of various JMRI managers. |
| Uses of Reporter in jmri |
|---|
| Methods in jmri that return Reporter | |
|---|---|
Reporter |
ReporterManager.getBySystemName(String systemName)
Locate an instance based on a system name. |
Reporter |
ReporterManager.getByUserName(String userName)
Locate an instance based on a user name. |
Reporter |
Block.getReporter()
Retrieve the Reporter that is linked to this Block |
Reporter |
ReporterManager.getReporter(String name)
Locate via user name, then system name if needed. |
Reporter |
IdTag.getWhereLastSeen()
Return the Reporter that last saw this tag, or null if not yet seen |
Reporter |
ReporterManager.newReporter(String systemName,
String userName)
Return an instance with the specified system and user names. |
Reporter |
ReporterManager.provideReporter(String name)
Locate via user name, then system name if needed. |
| Methods in jmri with parameters of type Reporter | |
|---|---|
List<IdTag> |
IdTagManager.getTagsForReporter(Reporter reporter,
long threshold)
Get a list of all IdTags seen by a specified Reporter within a specific time threshold from the most recently seen. |
void |
Block.setReporter(Reporter reporter)
Set the Reporter that should provide the data value for this block. |
void |
IdTag.setWhereLastSeen(Reporter reporter)
Set the Reporter that last saw this tag. |
| Uses of Reporter in jmri.implementation |
|---|
| Classes in jmri.implementation that implement Reporter | |
|---|---|
class |
AbstractReporter
Abstract base for the Reporter interface. |
| Fields in jmri.implementation declared as Reporter | |
|---|---|
protected Reporter |
AbstractIdTag._whereLastSeen
|
| Methods in jmri.implementation that return Reporter | |
|---|---|
Reporter |
AbstractIdTag.getWhereLastSeen()
|
| Methods in jmri.implementation with parameters of type Reporter | |
|---|---|
void |
DefaultIdTag.setWhereLastSeen(Reporter r)
|
| Uses of Reporter in jmri.jmrit.display |
|---|
| Methods in jmri.jmrit.display that return Reporter | |
|---|---|
Reporter |
ReporterIcon.getReporter()
|
| Methods in jmri.jmrit.display with parameters of type Reporter | |
|---|---|
void |
ReporterIcon.setReporter(Reporter r)
|
| Uses of Reporter in jmri.jmrix.jmriclient |
|---|
| Classes in jmri.jmrix.jmriclient that implement Reporter | |
|---|---|
class |
JMRIClientReporter
JMRIClient implementation of the Reporter interface. |
| Methods in jmri.jmrix.jmriclient that return Reporter | |
|---|---|
Reporter |
JMRIClientReporterManager.createNewReporter(String systemName,
String userName)
|
| Uses of Reporter in jmri.jmrix.loconet |
|---|
| Classes in jmri.jmrix.loconet that implement Reporter | |
|---|---|
class |
LnReporter
Extend jmri.AbstractReporter for LocoNet layouts This implementation reports transponding messages. |
| Methods in jmri.jmrix.loconet that return Reporter | |
|---|---|
Reporter |
LnReporterManager.createNewReporter(String systemName,
String userName)
|
| Uses of Reporter in jmri.jmrix.rfid |
|---|
| Classes in jmri.jmrix.rfid that implement Reporter | |
|---|---|
class |
RfidReporter
Extend AbstractReporter for RFID systems System names are "FRpppp", where ppp is a representation of the RFID reader. |
| Uses of Reporter in jmri.jmrix.rfid.coreid |
|---|
| Classes in jmri.jmrix.rfid.coreid that implement Reporter | |
|---|---|
class |
CoreIdRfidReporter
CORE-ID specific implementation of an RfidReporter. |
| Uses of Reporter in jmri.jmrix.rfid.generic.standalone |
|---|
| Methods in jmri.jmrix.rfid.generic.standalone that return Reporter | |
|---|---|
protected Reporter |
SpecificReporterManager.createNewReporter(String systemName,
String userName)
|
| Uses of Reporter in jmri.jmrix.rfid.merg.concentrator |
|---|
| Methods in jmri.jmrix.rfid.merg.concentrator that return Reporter | |
|---|---|
protected Reporter |
SpecificReporterManager.createNewReporter(String systemName,
String userName)
|
| Uses of Reporter in jmri.jmrix.rps |
|---|
| Classes in jmri.jmrix.rps that implement Reporter | |
|---|---|
class |
RpsReporter
RPS implementation of the Reporter interface. |
| Methods in jmri.jmrix.rps that return Reporter | |
|---|---|
protected Reporter |
RpsReporterManager.createNewReporter(String systemName,
String userName)
|
| Uses of Reporter in jmri.managers |
|---|
| Methods in jmri.managers that return Reporter | |
|---|---|
protected Reporter |
InternalReporterManager.createNewReporter(String systemName,
String userName)
Create an internal (dummy) reporter object |
protected abstract Reporter |
AbstractReporterManager.createNewReporter(String systemName,
String userName)
Internal method to invoke the factory, after all the logic for returning an existing method has been invoked. |
Reporter |
ProxyReporterManager.getBySystemName(String sName)
Locate an instance based on a system name. |
Reporter |
AbstractReporterManager.getBySystemName(String name)
|
Reporter |
ProxyReporterManager.getByUserName(String userName)
Locate an instance based on a user name. |
Reporter |
AbstractReporterManager.getByUserName(String key)
|
Reporter |
ProxyReporterManager.getReporter(String name)
Locate via user name, then system name if needed. |
Reporter |
AbstractReporterManager.getReporter(String name)
|
Reporter |
ProxyReporterManager.newReporter(String systemName,
String userName)
Return an instance with the specified system and user names. |
Reporter |
AbstractReporterManager.newReporter(String systemName,
String userName)
|
Reporter |
ProxyReporterManager.provideReporter(String sName)
|
Reporter |
AbstractReporterManager.provideReporter(String sName)
|
| Methods in jmri.managers with parameters of type Reporter | |
|---|---|
List<IdTag> |
DefaultIdTagManager.getTagsForReporter(Reporter reporter,
long threshold)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||