Package io.openems.backend.b2brest
Class B2bRest
- java.lang.Object
-
- io.openems.backend.common.component.AbstractOpenemsBackendComponent
-
- io.openems.backend.b2brest.B2bRest
-
public class B2bRest extends AbstractOpenemsBackendComponent
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
protected JsonRpcRequestHandler
jsonRpcRequestHandler
protected Metadata
metadata
-
Constructor Summary
Constructors Constructor Description B2bRest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
logInfo(org.slf4j.Logger log, java.lang.String message)
Log an info message including the Component ID.protected void
logWarn(org.slf4j.Logger log, java.lang.String message)
Log a warn message including the Component ID.
-
-
-
Field Detail
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
jsonRpcRequestHandler
protected volatile JsonRpcRequestHandler jsonRpcRequestHandler
-
metadata
protected volatile Metadata metadata
-
-
Method Detail
-
logInfo
protected void logInfo(org.slf4j.Logger log, java.lang.String message)
Description copied from class:AbstractOpenemsBackendComponent
Log an info message including the Component ID.- Overrides:
logInfo
in classAbstractOpenemsBackendComponent
- Parameters:
log
- the Logger that is used for writing the logmessage
- the Info-message
-
logWarn
protected void logWarn(org.slf4j.Logger log, java.lang.String message)
Description copied from class:AbstractOpenemsBackendComponent
Log a warn message including the Component ID.- Overrides:
logWarn
in classAbstractOpenemsBackendComponent
- Parameters:
log
- the Logger that is used for writing the logmessage
- the Warn-message
-
-