jmri.jmris
Class ServiceHandler

java.lang.Object
  extended by jmri.jmris.ServiceHandler

public class ServiceHandler
extends Object

This class provides access to the service handlers for individual object types which can be passed to a parser visitor object.

Author:
Paul Bender Copyright (C) 2010

Constructor Summary
ServiceHandler()
           
 
Method Summary
 AbstractLightServer getLightServer()
           
 AbstractPowerServer getPowerServer()
           
 AbstractSensorServer getSensorServer()
           
 AbstractTurnoutServer getTurnoutServer()
           
 void setLightServer(AbstractLightServer ls)
           
 void setPowerServer(AbstractPowerServer ps)
           
 void setSensorServer(AbstractSensorServer ss)
           
 void setTurnoutServer(AbstractTurnoutServer ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceHandler

public ServiceHandler()
Method Detail

setPowerServer

public void setPowerServer(AbstractPowerServer ps)

getPowerServer

public AbstractPowerServer getPowerServer()

setLightServer

public void setLightServer(AbstractLightServer ls)

getLightServer

public AbstractLightServer getLightServer()

setTurnoutServer

public void setTurnoutServer(AbstractTurnoutServer ts)

getTurnoutServer

public AbstractTurnoutServer getTurnoutServer()

setSensorServer

public void setSensorServer(AbstractSensorServer ss)

getSensorServer

public AbstractSensorServer getSensorServer()


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