Package org.openmuc.jeebus.ship.node
Class ShipNodeContext
- java.lang.Object
-
- org.openmuc.jeebus.ship.node.ShipNodeContext
-
public class ShipNodeContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShipNodeContext(Configuration config)ShipNodeContext(Configuration config, java.lang.String logPrefix, ConnectionHandler connHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationgetConfig()ConnectionHandlergetConnHandler()java.lang.StringgetLogPrefix()voidsetConfig(Configuration config)voidsetConnHandler(ConnectionHandler connHandler)voidsetLogPrefix(java.lang.String logPrefix)
-
-
-
Constructor Detail
-
ShipNodeContext
public ShipNodeContext(Configuration config)
-
ShipNodeContext
public ShipNodeContext(Configuration config, java.lang.String logPrefix, ConnectionHandler connHandler)
-
-
Method Detail
-
getConfig
public Configuration getConfig()
-
setConfig
public void setConfig(Configuration config)
-
getLogPrefix
public java.lang.String getLogPrefix()
-
setLogPrefix
public void setLogPrefix(java.lang.String logPrefix)
-
getConnHandler
public ConnectionHandler getConnHandler()
-
setConnHandler
public void setConnHandler(ConnectionHandler connHandler)
-
-