Package | Description |
---|---|
com.ergotech.vib.ports | |
com.ergotech.vib.servers.ab |
Modifier and Type | Class and Description |
---|---|
class |
BlueToothRFCommFactory
This factory will provide a serial port that matches the parameters
provided.
|
class |
PortFactory
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
class |
SerialPortFactory
This factory will provide a serial port that matches the parameters
provided.
|
class |
TCPActivePortFactory
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
class |
TCPPassivePortFactory
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
class |
UDPActivePortFactory
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
class |
UDPPassivePortFactory
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
Modifier and Type | Method and Description |
---|---|
PortFactoryInterface |
PortFactoryManager.getFactory(java.lang.String name,
java.lang.Object checkedForDuplication)
Calling this methods inidicates that a component is interested in this
factory and will (presumably) be calling
"checkin/checkout" at some later date to get access to the underlying
resource.
|
Modifier and Type | Method and Description |
---|---|
void |
PortFactoryManager.registerFactory(java.lang.String name,
PortFactoryInterface factory)
This will add a factory for a given name.
|
Modifier and Type | Class and Description |
---|---|
static class |
ControlLogixEthernetDeviceServer.EIPPortFactory
EIP implementation of a port factory.
|
class |
PCCCRegisteredPortFactory
This will wrap a serial port and allow us to read and write to it as a
port interface.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.