Uses of Class
jmri.jmrix.AbstractMRReply

Packages that use AbstractMRReply
jmri.jmrix Interfaces and implementations for system-specific code. 
jmri.jmrix.acela This package handles communications for the CTI Acela hardware. 
jmri.jmrix.can Defines classes for interfacing to a CAN-based model railway control bus. 
jmri.jmrix.can.adapters.gridconnect Defines classes for communicating with the CAN network via hardware which uses the GridConnect format
jmri.jmrix.can.adapters.gridconnect.canrs Defines classes for interfacing to a MERG CAN-RS or CAN-USB adapter. 
jmri.jmrix.can.adapters.lawicell Defines classes for communicating with the CAN network via hardware which uses the Lawicell format
jmri.jmrix.can.adapters.loopback Defines classes for simulating communication with a CAN network via loopback 
jmri.jmrix.cmri.serial   
jmri.jmrix.easydcc   
jmri.jmrix.ecos Support for the ESU ECoS. 
jmri.jmrix.grapevine This package handles communications for the ProTrak Grapevine hardware. 
jmri.jmrix.jmriclient   
jmri.jmrix.lenz   
jmri.jmrix.lenz.liusb   
jmri.jmrix.lenz.xntcp   
jmri.jmrix.lenz.ztc640   
jmri.jmrix.maple   
jmri.jmrix.mrc   
jmri.jmrix.nce   
jmri.jmrix.oaktree   
jmri.jmrix.powerline This package handles communications for powerline adapters, such as X10. 
jmri.jmrix.powerline.cm11 This package handles communications for CM11 powerline adapters. 
jmri.jmrix.powerline.cp290 This package handles communications for CP290 powerline adapters. 
jmri.jmrix.powerline.insteon2412s This package handles communications for Insteon 2412S adapters. 
jmri.jmrix.powerline.simulator   
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.secsi This package handles communications for the TracTronics SECSI hardware. 
jmri.jmrix.sprog   
jmri.jmrix.srcp Provide a JMRI connection to an SRCP server
jmri.jmrix.tmcc   
 

Uses of AbstractMRReply in jmri.jmrix
 

Methods in jmri.jmrix that return AbstractMRReply
protected abstract  AbstractMRReply AbstractMRTrafficController.newReply()
           
 

Methods in jmri.jmrix with parameters of type AbstractMRReply
protected abstract  boolean AbstractMRTrafficController.endOfMessage(AbstractMRReply r)
           
protected abstract  void AbstractMRTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
           
protected  void AbstractMRTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
          Get characters from the input source, and file a message.
protected  AbstractMRTrafficController.RcvNotifier AbstractMRTrafficController.newRcvNotifier(AbstractMRReply pMsg, AbstractMRListener pDest, AbstractMRTrafficController pTC)
           
protected  void AbstractMRTrafficController.notifyReply(AbstractMRReply r, AbstractMRListener dest)
          Forward a "Reply" from layout to registered listeners.
 

Constructors in jmri.jmrix with parameters of type AbstractMRReply
AbstractMRReply(AbstractMRReply m)
           
 

Uses of AbstractMRReply in jmri.jmrix.acela
 

Subclasses of AbstractMRReply in jmri.jmrix.acela
 class AcelaReply
          Contains the data payload of a Acela reply packet
 

Methods in jmri.jmrix.acela that return AbstractMRReply
protected  AbstractMRReply AcelaTrafficController.newReply()
           
 

Methods in jmri.jmrix.acela with parameters of type AbstractMRReply
protected  boolean AcelaTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void AcelaTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a AcelaReply to all registered AcelaInterface listeners.
protected  void AcelaTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 

Uses of AbstractMRReply in jmri.jmrix.can
 

Subclasses of AbstractMRReply in jmri.jmrix.can
 class CanReply
          Base class for replies in a CANbus based message/reply protocol.
 

Methods in jmri.jmrix.can with parameters of type AbstractMRReply
abstract  CanReply AbstractCanTrafficController.decodeFromHardware(AbstractMRReply m)
           
 

Uses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect
 

Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect
 class GridConnectReply
          Class for replies in a GridConnect based message/reply protocol.
 

Methods in jmri.jmrix.can.adapters.gridconnect that return AbstractMRReply
protected  AbstractMRReply GcTrafficController.newReply()
           
 

Methods in jmri.jmrix.can.adapters.gridconnect with parameters of type AbstractMRReply
 CanReply GcTrafficController.decodeFromHardware(AbstractMRReply m)
          Make a CanReply from a GridConnect reply
protected  boolean GcTrafficController.endOfMessage(AbstractMRReply r)
           
protected  void GcTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a CanReply to all registered CanInterface listeners.
protected  void GcTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
          Get characters from the input source, and file a message.
 

Uses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect.canrs
 

Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.gridconnect.canrs
 class MergReply
          Class for replies in a MERG GridConnect based message/reply protocol.
 

Methods in jmri.jmrix.can.adapters.gridconnect.canrs that return AbstractMRReply
protected  AbstractMRReply MergTrafficController.newReply()
           
 

Methods in jmri.jmrix.can.adapters.gridconnect.canrs with parameters of type AbstractMRReply
 CanReply MergTrafficController.decodeFromHardware(AbstractMRReply m)
          Make a CanReply from a MergReply reply
 

Uses of AbstractMRReply in jmri.jmrix.can.adapters.lawicell
 

Subclasses of AbstractMRReply in jmri.jmrix.can.adapters.lawicell
 class Reply
          Class for replies in a LAWICELL message/reply protocol.
 

Methods in jmri.jmrix.can.adapters.lawicell that return AbstractMRReply
protected  AbstractMRReply LawicellTrafficController.newReply()
           
 

Methods in jmri.jmrix.can.adapters.lawicell with parameters of type AbstractMRReply
 CanReply LawicellTrafficController.decodeFromHardware(AbstractMRReply m)
          Make a CanReply from a system-specific reply
protected  boolean LawicellTrafficController.endOfMessage(AbstractMRReply r)
           
protected  void LawicellTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a CanReply to all registered CanInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.can.adapters.loopback
 

Methods in jmri.jmrix.can.adapters.loopback that return AbstractMRReply
protected  AbstractMRReply LoopbackTrafficController.newReply()
           
 

Methods in jmri.jmrix.can.adapters.loopback with parameters of type AbstractMRReply
 CanReply LoopbackTrafficController.decodeFromHardware(AbstractMRReply m)
          Make a CanReply from a system-specific reply
protected  boolean LoopbackTrafficController.endOfMessage(AbstractMRReply r)
           
protected  void LoopbackTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a CanReply to all registered CanInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.cmri.serial
 

Subclasses of AbstractMRReply in jmri.jmrix.cmri.serial
 class SerialReply
          Contains the data payload of a CMRI serial reply packet.
 

Methods in jmri.jmrix.cmri.serial that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           
 

Methods in jmri.jmrix.cmri.serial with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SerialReply to all registered SerialInterface listeners.
protected  void SerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 

Uses of AbstractMRReply in jmri.jmrix.easydcc
 

Subclasses of AbstractMRReply in jmri.jmrix.easydcc
 class EasyDccReply
          Carries the reply to an EasyDccMessage.
 

Methods in jmri.jmrix.easydcc that return AbstractMRReply
protected  AbstractMRReply EasyDccTrafficController.newReply()
           
 

Methods in jmri.jmrix.easydcc with parameters of type AbstractMRReply
protected  boolean EasyDccTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void EasyDccTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a EasyDccReply to all registered EasyDccInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.ecos
 

Subclasses of AbstractMRReply in jmri.jmrix.ecos
 class EcosReply
          Carries the reply to an EcosMessage.
 

Methods in jmri.jmrix.ecos that return AbstractMRReply
protected  AbstractMRReply EcosTrafficController.newReply()
           
 

Methods in jmri.jmrix.ecos with parameters of type AbstractMRReply
protected  boolean EcosTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void EcosTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a EcosReply to all registered EcosInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.grapevine
 

Methods in jmri.jmrix.grapevine that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           
 

Methods in jmri.jmrix.grapevine with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SerialReply to all registered SerialInterface listeners.
protected  void SerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 

Uses of AbstractMRReply in jmri.jmrix.jmriclient
 

Subclasses of AbstractMRReply in jmri.jmrix.jmriclient
 class JMRIClientReply
          Carries the reply to an JMRIClientMessage.
 

Methods in jmri.jmrix.jmriclient that return AbstractMRReply
protected  AbstractMRReply JMRIClientTrafficController.newReply()
           
 

Methods in jmri.jmrix.jmriclient with parameters of type AbstractMRReply
protected  boolean JMRIClientTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void JMRIClientTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a JMRIClientReply to all registered JMRIClientInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.lenz
 

Subclasses of AbstractMRReply in jmri.jmrix.lenz
 class XNetReply
          Represents a single response from the XpressNet.
 

Methods in jmri.jmrix.lenz that return AbstractMRReply
protected  AbstractMRReply XNetTrafficController.newReply()
           
 

Methods in jmri.jmrix.lenz with parameters of type AbstractMRReply
protected  boolean XNetTrafficController.endOfMessage(AbstractMRReply msg)
           
 void XNetTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a preformatted XNetMessage to the registered XNetListeners.
protected  void XNetTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
          Get characters from the input source, and file a message.
 

Uses of AbstractMRReply in jmri.jmrix.lenz.liusb
 

Methods in jmri.jmrix.lenz.liusb with parameters of type AbstractMRReply
protected  void LIUSBXNetPacketizer.loadChars(AbstractMRReply msg, DataInputStream istream)
          Get characters from the input source, and file a message.
 

Uses of AbstractMRReply in jmri.jmrix.lenz.xntcp
 

Methods in jmri.jmrix.lenz.xntcp with parameters of type AbstractMRReply
protected  void XnTcpXNetPacketizer.loadChars(AbstractMRReply msg, DataInputStream istream)
          Get characters from the input source, and fill a message.
 

Uses of AbstractMRReply in jmri.jmrix.lenz.ztc640
 

Methods in jmri.jmrix.lenz.ztc640 with parameters of type AbstractMRReply
protected  void ZTC640XNetPacketizer.loadChars(AbstractMRReply msg, DataInputStream istream)
          Get characters from the input source, and file a message.
 

Uses of AbstractMRReply in jmri.jmrix.maple
 

Methods in jmri.jmrix.maple that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           
 

Methods in jmri.jmrix.maple with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SerialReply to all registered SerialInterface listeners.
protected  void SerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 

Uses of AbstractMRReply in jmri.jmrix.mrc
 

Subclasses of AbstractMRReply in jmri.jmrix.mrc
 class MrcReply
          Carries the reply to an MrcMessage.
 

Methods in jmri.jmrix.mrc that return AbstractMRReply
protected  AbstractMRReply MrcTrafficController.newReply()
           
 

Methods in jmri.jmrix.mrc with parameters of type AbstractMRReply
protected  boolean MrcTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void MrcTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a MrcReply to all registered MrcInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.nce
 

Subclasses of AbstractMRReply in jmri.jmrix.nce
 class NceReply
          Carries the reply to an NceMessage.
 

Methods in jmri.jmrix.nce that return AbstractMRReply
protected  AbstractMRReply NceTrafficController.newReply()
           
 

Methods in jmri.jmrix.nce with parameters of type AbstractMRReply
protected  boolean NceTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void NceTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a NceReply to all registered NceInterface listeners.
 void NceSensorManager.handleSensorMessage(AbstractMRReply r)
          Handle an unsolicited sensor (AIU) state message
 

Uses of AbstractMRReply in jmri.jmrix.oaktree
 

Methods in jmri.jmrix.oaktree that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           
 

Methods in jmri.jmrix.oaktree with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SerialReply to all registered SerialInterface listeners.
protected  void SerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 

Uses of AbstractMRReply in jmri.jmrix.powerline
 

Methods in jmri.jmrix.powerline that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           This is a default, null implementation, which must be overridden in an adapter-specific subclass.
 

Methods in jmri.jmrix.powerline with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           This is a default, null implementation, which must be overridden in an adapter-specific subclass.
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a reply to all registered SerialInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.powerline.cm11
 

Methods in jmri.jmrix.powerline.cm11 that return AbstractMRReply
protected  AbstractMRReply SpecificTrafficController.newReply()
          Specific class override of the Serial class
 

Methods in jmri.jmrix.powerline.cm11 with parameters of type AbstractMRReply
 boolean SpecificTrafficController.endOfMessage(AbstractMRReply msg)
          Specific class override of the Serial class
 

Uses of AbstractMRReply in jmri.jmrix.powerline.cp290
 

Methods in jmri.jmrix.powerline.cp290 that return AbstractMRReply
protected  AbstractMRReply SpecificTrafficController.newReply()
           
 

Methods in jmri.jmrix.powerline.cp290 with parameters of type AbstractMRReply
protected  boolean SpecificTrafficController.endOfMessage(AbstractMRReply msg)
          Decide if a reply have been completely received.
 

Uses of AbstractMRReply in jmri.jmrix.powerline.insteon2412s
 

Methods in jmri.jmrix.powerline.insteon2412s that return AbstractMRReply
protected  AbstractMRReply SpecificTrafficController.newReply()
           
 

Methods in jmri.jmrix.powerline.insteon2412s with parameters of type AbstractMRReply
protected  boolean SpecificTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SpecificTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
          read a stream and pick packets out of it.
 

Uses of AbstractMRReply in jmri.jmrix.powerline.simulator
 

Methods in jmri.jmrix.powerline.simulator that return AbstractMRReply
protected  AbstractMRReply SpecificTrafficController.newReply()
           
 

Methods in jmri.jmrix.powerline.simulator with parameters of type AbstractMRReply
protected  boolean SpecificTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SpecificTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
          read a stream and pick packets out of it.
 

Uses of AbstractMRReply in jmri.jmrix.rfid
 

Subclasses of AbstractMRReply in jmri.jmrix.rfid
 class RfidReply
          Contains the data payload of a serial reply packet.
 

Methods in jmri.jmrix.rfid that return AbstractMRReply
protected  AbstractMRReply RfidTrafficController.newReply()
           This is a default, null implementation, which must be overridden in an adapter-specific subclass.
 

Methods in jmri.jmrix.rfid with parameters of type AbstractMRReply
protected  boolean RfidTrafficController.endOfMessage(AbstractMRReply msg)
           This is a default, null implementation, which must be overridden in an adapter-specific subclass.
protected  void RfidTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply r)
          Forward a reply to all registered RfidInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.rfid.coreid
 

Subclasses of AbstractMRReply in jmri.jmrix.rfid.coreid
 class CoreIdRfidReply
          Common routines to extract the Tag information and validate checksum for implementations that use the CORE-ID / ID-Innovations protocol.
 

Uses of AbstractMRReply in jmri.jmrix.rfid.generic.standalone
 

Subclasses of AbstractMRReply in jmri.jmrix.rfid.generic.standalone
 class SpecificReply
          Contains the data payload of a serial reply packet.
 

Methods in jmri.jmrix.rfid.generic.standalone that return AbstractMRReply
protected  AbstractMRReply SpecificTrafficController.newReply()
           
 

Methods in jmri.jmrix.rfid.generic.standalone with parameters of type AbstractMRReply
protected  boolean SpecificTrafficController.endOfMessage(AbstractMRReply msg)
           
 

Uses of AbstractMRReply in jmri.jmrix.rfid.merg.concentrator
 

Methods in jmri.jmrix.rfid.merg.concentrator that return AbstractMRReply
protected  AbstractMRReply SpecificTrafficController.newReply()
           
 

Methods in jmri.jmrix.rfid.merg.concentrator with parameters of type AbstractMRReply
protected  boolean SpecificTrafficController.endOfMessage(AbstractMRReply msg)
           
 

Uses of AbstractMRReply in jmri.jmrix.secsi
 

Methods in jmri.jmrix.secsi that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           
 

Methods in jmri.jmrix.secsi with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SerialReply to all registered SerialInterface listeners.
protected  void SerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 

Uses of AbstractMRReply in jmri.jmrix.sprog
 

Subclasses of AbstractMRReply in jmri.jmrix.sprog
 class SprogReply
          SprogReply.java Description: Carries the reply to a SprogMessage
 

Uses of AbstractMRReply in jmri.jmrix.srcp
 

Subclasses of AbstractMRReply in jmri.jmrix.srcp
 class SRCPReply
          Carries the reply to an SRCPMessage.
 

Methods in jmri.jmrix.srcp that return AbstractMRReply
protected  AbstractMRReply SRCPTrafficController.newReply()
           
 

Methods in jmri.jmrix.srcp with parameters of type AbstractMRReply
protected  boolean SRCPTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SRCPTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SRCPReply to all registered SRCPInterface listeners.
 

Uses of AbstractMRReply in jmri.jmrix.tmcc
 

Methods in jmri.jmrix.tmcc that return AbstractMRReply
protected  AbstractMRReply SerialTrafficController.newReply()
           
 

Methods in jmri.jmrix.tmcc with parameters of type AbstractMRReply
protected  boolean SerialTrafficController.endOfMessage(AbstractMRReply msg)
           
protected  void SerialTrafficController.forwardReply(AbstractMRListener client, AbstractMRReply m)
          Forward a SerialReply to all registered SerialInterface listeners.
protected  void SerialTrafficController.loadChars(AbstractMRReply msg, DataInputStream istream)
           
 



Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads