public class OamRcvValue extends java.lang.Object implements java.lang.Runnable
OamShowValues.show(byte[], int, int) is called.
InspcDataExchangeAccess.| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
bIpcOpened |
(package private) boolean |
bRun |
(package private) int |
ctCorruptData |
(package private) InspcDataExchangeAccess.InspcDatagram |
datagramRcv |
private java.util.Map<java.lang.String,java.lang.String> |
indexUnknownVariable |
(package private) InspcDataExchangeAccess.Inspcitem |
infoEntity |
private InterProcessComm |
ipc |
(package private) Report |
log |
(package private) byte[] |
recvData |
(package private) byte[] |
sendData |
private OamShowValues |
showValues
Associated class which shows the values
|
private Address_InterProcessComm |
targetAddr |
private java.lang.Thread |
thread
The thread.
|
| Constructor and Description |
|---|
OamRcvValue(OamShowValues showValues,
Report log) |
| Modifier and Type | Method and Description |
|---|---|
private void |
evalTelg(byte[] recvData,
int nrofBytes) |
void |
finalize()
Sheet anchor: close the socket before the object is removed.
|
void |
run() |
void |
sendRequest() |
void |
start()
Starts the receiver thread.
|
void |
stopThread()
If the application is stopped, the thread have to be stopped firstly.
|
private final OamShowValues showValues
private final java.lang.Thread thread
boolean bRun
int ctCorruptData
boolean bIpcOpened
private final java.util.Map<java.lang.String,java.lang.String> indexUnknownVariable
InspcDataExchangeAccess.InspcDatagram datagramRcv
InspcDataExchangeAccess.Inspcitem infoEntity
private final InterProcessComm ipc
private final Address_InterProcessComm targetAddr
byte[] recvData
byte[] sendData
public OamRcvValue(OamShowValues showValues, Report log)
public void start()
public void stopThread()
public void run()
run in interface java.lang.Runnableprivate void evalTelg(byte[] recvData, int nrofBytes) throws java.text.ParseException
java.text.ParseExceptionpublic void sendRequest()
public void finalize()
finalize in class java.lang.ObjectObject.finalize()