Package | Description |
---|---|
com.ergotech.secs |
Modifier and Type | Class and Description |
---|---|
class |
HSMSConnectionManager |
class |
SecsIConnectionManager
There are two threads and a queue used by this object to acomplish its goals.
|
Modifier and Type | Method and Description |
---|---|
ConnectionManager |
PortManager.getConnectionManager()
Returns the current connection.
|
ConnectionManager |
SessionManager.getConnectionManager()
Set the connection manager.
|
static ConnectionManager |
PortManager.getConnectionManagerForId(int testPort,
java.lang.String id)
Returns a connection manager for the provided ID.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.addToConnection(ConnectionManager newConnectionManager)
Add the session from the provided connection.
|
static SessionManager |
SessionManager.createSessionManager(ConnectionManager cm,
int deviceId,
int sessionId)
Returns the session for the given connection manager.
|
static SessionManager |
SessionManager.createSessionManager(ConnectionManager cm,
int deviceId,
int sessionId,
LoggerInterface theLogger)
Returns the session for the given connection manager.
|
boolean |
UnrecoverableErrorInterface.invalidDeviceId(ConnectionManager source,
byte[] msg)
This method is called when a message is received on an invalid device ID.
|
void |
PortManager.setConnectionManager(ConnectionManager cm)
Sets the connection manager for this connection.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.