Package | Description |
---|---|
com.ergotech.secs |
Modifier and Type | Class and Description |
---|---|
class |
HSMSSocketManager |
class |
SecsISocketManager
This object supports execution of SECSI over a socket link.
|
class |
SerialPortManager |
class |
TerminalServerPortManager |
Modifier and Type | Method and Description |
---|---|
PortManager |
ConnectionManager.getPortManager()
returns the port manager
|
PortManager |
HSMSWrapper.getPortManager()
Returns the port manager for the wrapper.
|
PortManager |
SecsIWrapper.getPortManager()
Returns the port manager for the wrapper.
|
PortManager |
SessionManager.getPortManager()
This will return the port manager for this session
|
PortManager |
WrapperInterface.getPortManager()
Returns the port manager for the wrapper.
|
PortManager |
SecsIWrapper.getPortManager(boolean search)
Returns the port manager for the wrapper.
|
static PortManager |
PortManager.getPortManagerForId(int testPort,
java.lang.String id)
Returns a connection manager for the provided ID.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<PortManager> |
PortManager.getPortManagers()
Returns the current vector of port managers.
|
Modifier and Type | Method and Description |
---|---|
static void |
PortManager.addPortManager(PortManager portManager)
Adds a new port manager.
|
static void |
PortManager.removePortManager(PortManager portManager)
Remove a port manager.
|
void |
ConnectionManager.setPortManager(PortManager newValue)
sets the port manager
|
void |
HSMSWrapper.setPortManager(PortManager pm)
Sets the port manager for the wrapper.
|
void |
SecsIWrapper.setPortManager(PortManager pm)
Sets the port manager for the wrapper.
|
void |
WrapperInterface.setPortManager(PortManager pm)
Sets the port manager for the wrapper.
|
Constructor and Description |
---|
HSMSConnectionManager(PortManager hsm)
The constructor for the portManager.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.