org.openmuc.openiec61850.internal
public final class ClientReceiver extends java.lang.Thread
Constructor and Description |
---|
ClientReceiver(org.openmuc.josistack.AcseAssociation acseAssociation,
java.util.concurrent.BlockingQueue<MmsPdu> incomingResponses,
java.util.concurrent.BlockingQueue<MmsPdu> incomingReports,
int maxMmsPduSize) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
disableReportQueueing() |
void |
disconnect() |
void |
enableReportQueueing() |
java.io.IOException |
getLastIOException() |
MmsPdu |
removeExpectedResponse() |
void |
run() |
void |
setResponseExpected(int invokeId) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void enableReportQueueing()
public void disableReportQueueing()
public void setResponseExpected(int invokeId)
public void disconnect()
public void close()
public java.io.IOException getLastIOException()
public MmsPdu removeExpectedResponse()