Modifier and Type | Method and Description |
---|---|
void |
GemDevicesSVID.addConnectionToDevice(java.lang.String newDeviceName,
java.lang.String newDeviceTagNameOrRegister,
java.lang.String inPort)
Adds the connection from this server to the device and server.
|
void |
GemECID.addConnectionToDevice(java.lang.String newDeviceName,
java.lang.String newDeviceTagNameOrRegister,
java.lang.String inPort)
Adds the connection from this server to the device and server.
|
void |
GemID.addConnectionToDevice(java.lang.String newDeviceName,
java.lang.String newDeviceTagNameOrRegister,
java.lang.String inPort)
Adds the connection from this server to the device and server.
|
GemID |
GemHandler.getServerFor(int type,
long id)
Returns a GemID server associated with the given id and type.
|
DataSource |
GemHandler.getServerForName(java.lang.String serverName)
This method will return a sever that is managed by GEM and which matches
the name provided.
|
int |
GemCEID.getStaticLocationFor(java.lang.String method)
Add the "Trigger" input.
|
void |
GemDevicesSVID.removeConnectionToDevice(java.lang.String oldDeviceName,
java.lang.String oldDeviceTagNameOrRegister,
java.lang.String inPort)
Removes the connection from this server to the device and server.
|
void |
GemECID.removeConnectionToDevice(java.lang.String oldDeviceName,
java.lang.String oldDeviceTagNameOrRegister,
java.lang.String inPort)
Removes the connection from this server to the device and server.
|
void |
GemID.removeConnectionToDevice(java.lang.String oldDeviceName,
java.lang.String oldDeviceTagNameOrRegister,
java.lang.String inPort)
Removes the connection from this server to the device and server.
|
void |
GemEquipmentInterface.setEquipmentName(java.lang.String equipmentName)
Set the name of the equipment.
|
void |
GemHandler.setEquipmentName(java.lang.String equipmentName) |
void |
GemCEID.valueChanged(int loc,
ValueChangedEvent e)
Add the "Trigger" input.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishBean.addConnectionToDataSource(DataSource.Writable dataSource,
java.lang.String deviceName,
java.lang.String tagName,
java.lang.String inPort)
Adds the connection from this server to the device and server.
|
void |
PublishBean.addConnectionToDevice(DataSource.Writable dataSource,
java.lang.String newDeviceName,
java.lang.String newDeviceTagNameOrRegister,
java.lang.String inPort)
Adds the connection from this server to the device and server.
|
void |
LocalEquipmentConfig.destroy()
Calls through to the TransSecsController method.
|
void |
TransSecsController.destroy()
Destroy the component and destroy all the messages.
|
void |
TransSecsControllerDevicesClient.destroy()
Destroy referenced devices
|
DataSource |
LocalMessageReference.getDataSource(java.lang.String name)
Added for backward compatibility.
|
<T extends VIBMessageBean> |
TransSecsController.getMessageBean(java.lang.String name) |
DataSourceContainer |
PublishBean.getPublishedAccessorContainer()
Create the container with the name
|
DataSourceContainer |
VIBMessageBean.getPublishedAccessorContainer()
Returns the container with the name of our controller.
|
int |
ConnectionConfig.getStaticLocationFor(java.lang.String loc)
This is used by the staticMethodEvent.
|
int |
LocalMessageReference.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
LocalEquipmentConfig.init()
Calls through to the TransSecsController method.
|
void |
LocalHostConfig.init()
Calls through to the TransSecsController method.
|
void |
LocalMessageReference.init()
Initialize the component.
|
void |
TransSecsController.init()
Subclasses will fill in the data needed to make a connection.
|
void |
TransSecsControllerDevicesClient.init()
Initialize referenced devices
|
void |
VIBInMessageBean.init()
Remove the "sendMessage" inport for incoming messages.
|
void |
VIBMessageBean.init()
Add the event messages as CEIDs.
|
void |
LocalHostConfig.initializeLogger()
Initialize all the loggers
|
void |
VIBInOutMessageBean.register(java.lang.String inportName,
java.lang.Object value)
Register the data source name.
|
void |
VIBOutMessageBean.register(java.lang.String inportName,
java.lang.Object value)
Register the data source name.
|
void |
VIBOutMessageBean.register(java.lang.String dataSourceName,
java.lang.Object value,
java.lang.String script,
java.lang.String deviceName,
java.lang.String tagName)
Register the data source name.
|
void |
VIBInMessageBean.register(java.lang.String dataSourceName,
SecsFormat value)
Register the data source name.
|
void |
VIBInOutMessageBean.register(java.lang.String dataSourceName,
SecsFormat value)
Register the data source name.
|
void |
VIBInMessageBean.register(java.lang.String dataSourceName,
SecsFormat value,
java.lang.String script,
java.lang.String deviceName,
java.lang.String tagName)
Register the data source name.
|
void |
VIBInOutMessageBean.register(java.lang.String dataSourceName,
SecsFormat value,
java.lang.String script,
java.lang.String deviceName,
java.lang.String tagName)
Register the data source name.
|
void |
VIBInMessageBean.register(java.lang.String dataSourceName,
ValueObjectInterface value)
Register the data source name.
|
void |
VIBInOutMessageBean.register(java.lang.String dataSourceName,
ValueObjectInterface value)
Register the data source name.
|
void |
PublishBean.removeConnectionFromDevice(DataSource.Writable dataSource,
java.lang.String deviceName,
java.lang.String deviceTagNameOrRegister,
java.lang.String inPort)
Removes the connection from this server to the device and server.
|
void |
VIBMessageBean.setName(java.lang.String newName)
Set the name of this component.
|
void |
TransSecsController.setupFileRecipeManager() |
void |
LocalEquipmentConfig.start()
Calls through to the TransSecsController method.
|
void |
LocalMessageReference.start()
Add the connector for the response.
|
void |
MessageBean.start()
Calls initMessage to find the controller and specific message and creates connectors from the message.
|
void |
SecsEventFilter.start()
Add the event on start.
|
void |
TransSecsController.start()
Start the component.
|
void |
TransSecsControllerDevicesClient.start()
Start referenced devices
|
void |
VIBMessageBean.start()
This is the true constructor.
|
void |
LocalEquipmentConfig.stop()
Calls through to the TransSecsController method.
|
void |
LocalMessageReference.stop()
Remove the connector for the response.
|
void |
MessageBean.stop()
Removes the connector and nulls the message variable.
|
void |
SecsEventFilter.stop()
Unlisten for the event.
|
void |
TransSecsController.stop()
Stop the component.
|
void |
TransSecsControllerDevicesClient.stop()
Stop referenced devices
|
void |
TransSecsVoyeur.stop() |
void |
ConnectionConfig.valueChanged(int loc,
ValueChangedEvent e)
This allows for a staticmethodevent to occur.
|
void |
LocalMessageReference.valueChanged(int loc,
ValueChangedEvent e)
Uses the locations hashtable to find a server that matches the need and then
calls valueInput on it.
|
Modifier and Type | Method and Description |
---|---|
void |
Constant.addConnector(Connector connector)
Adds an input Connector to this component from the primary outport
of a data source.
|
int |
Manipulator.getDefaultQualityForLocation(int location)
For any location returns QUALITY_GOOD meaning that values must
be good to pass.
|
int |
SimpleManipulator.getDefaultQualityForLocation(int location)
For any location returns QUALITY_GOOD for any secondary inputs, eg triggers
meaning that values must be good to pass.
|
int |
ByteBuilder.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
Counter.getStaticLocationFor(java.lang.String method)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
DataValve.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent.
|
int |
Divide.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
Emailer.getStaticLocationFor(java.lang.String name)
This is used for StaticMethodListener interface.
|
int |
Manipulator.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
MasterBooleanCalculator.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
MasterCalculator.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
MasterComparer.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
MixSecurityManager.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
SetValue.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
SoundClipPlayer.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
Subtract.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
TimeDelayTrigger.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
URLReader.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
UserFileReader.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
void |
PropertyFilter.setChangeColorTo(java.lang.String colorString)
This sets the Color to be used in the outgoing ValueObject.
|
void |
Blinker.start()
Registers the timer if we're supposed to be blinking.
|
void |
Constant.start()
This will start the server, sending the value.
|
void |
MixSecurityManager.start()
Reads the user and group files.
|
void |
PassOnThread.start()
Allow the thread to start.
|
void |
SetValue.start()
Overridden to handle the haveSeenTrigger logic.
|
void |
Blinker.stop()
Unregisters the timer.
|
void |
PassOnThread.stop()
This will stop the running thread.
|
void |
PopupInitializer.ConnectableDataSource.stop()
Remove any connections from the name manaer.
|
void |
SetValue.stop() |
void |
ByteBuilder.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
Counter.valueChanged(int methodIndex,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
DataValve.valueChanged(int loc,
ValueChangedEvent e)
This allows the for a StaticMethodEvent to occur.
|
void |
Divide.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
Emailer.valueChanged(int loc,
ValueChangedEvent e)
This is used for StaticMethodListener interface.
|
void |
Manipulator.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
MasterBooleanCalculator.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MasterCalculator.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MasterComparer.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
MasterMathConversions.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
SetValue.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
SoundClipPlayer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
Subtract.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
TimeDelayTrigger.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
URLReader.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
UserFileReader.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
Modifier and Type | Method and Description |
---|---|
void |
ArraySplitter.destroy()
Also destroy the output data source.
|
void |
IOTArraySplitter.destroy()
Also destroy the output data source.
|
int |
ArrayBuilder.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
IOTArrayBuilder.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
IOTArraySplitter.getStaticLocationFor(java.lang.String method)
Check for "ArrayInput" otherwise pass through to super.
|
void |
ArraySplitter.start()
Also start the output data source.
|
void |
IOTArraySplitter.start()
Also start the output data source.
|
void |
ArraySplitter.stop()
Also stop the output data source.
|
void |
IOTArraySplitter.stop()
Also stop the output data source.
|
void |
ArrayBuilder.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
IOTArrayBuilder.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
IOTArraySplitter.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
RollingArrayBuilder.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ArrayBuilder.VIBEvent(com.ergotech.vib.utils.VIBEvent vibEvent) |
Modifier and Type | Method and Description |
---|---|
int |
DateCreator.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
void |
DateCreator.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
Modifier and Type | Method and Description |
---|---|
int |
CombineStrings.getStaticLocationFor(java.lang.String loc)
This is used by the staticMethodEvent.
|
void |
CodeToString.setContainer(DataSourceContainer container)
Setting the container will reset the resource bundle since the resource bundle is dependent upon the
container's classloader.
|
void |
CombineStrings.valueChanged(int loc,
ValueChangedEvent e)
This allows the for a staticmethodevent to occur.
|
Modifier and Type | Method and Description |
---|---|
void |
PortPool.checkin(PortInterface port)
Return the port to the port pool.
|
void |
PortPoolInterface.checkin(PortInterface port)
This will check in a resource that you have checked out.
|
void |
TCPPassivePortFactory.PassivePortPool.checkin(PortInterface port) |
PortInterface |
PortPool.checkout()
Get a port from the port pool to communicate with the PLC.
|
PortInterface |
PortPoolInterface.checkout()
This method will return an instance of a port interface.
|
PortInterface |
TCPPassivePortFactory.PassivePortPool.checkout() |
void |
PortDeviceServer.destroy()
Indicate by means of a property change event that the device server is
no more.
|
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.
|
PortPoolInterface |
PortFactory.getPortPool(java.lang.String portName,
java.lang.Object checkedForDuplication)
Calling this methods indicates 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.
|
PortPoolInterface |
PortFactoryInterface.getPortPool(java.lang.String portName,
java.lang.Object checkedForDuplication)
Returns a pool for a particular port.
|
void |
PortDeviceServer.init()
Initialize the Ports.
|
static void |
SerialWrapper.loadMappingFile() |
void |
PortFactoryManager.releaseFactory(java.lang.String name,
java.lang.Object mustHaveBeenAdded)
Once a factory is no longer required, that is, checkin/checkout will no longer be called on this factory,
the reference to the factory should be removed allowing the factory and any underlying resources to be freed.
|
void |
PortFactory.releasePortPool(PortPoolInterface portPool,
java.lang.Object mustHaveBeenAdded)
Once a factory is no longer required, that is, checkin/checkout will no
longer be called on this factory, the reference to the factory should be
removed allowing the factory and any underlying resources to be freed.
|
void |
PortFactoryInterface.releasePortPool(PortPoolInterface portPool,
java.lang.Object mustHaveBeenAdded)
Removes a reference to a particular port name.
|
void |
PortDeviceServer.setName(java.lang.String name)
The name of the device.
|
void |
PortDeviceServer.start()
This method controls communication to the device.
|
void |
PortDeviceServer.stop()
This method is the opposite of "start" after calling this method, until
the start method is called again, there will be no communication with the
device.
|
Constructor and Description |
---|
PassivePortPool(java.lang.String portName,
TCPPassivePortFactory factory)
Create the pool for the given factory and port name.
|
SerialWrapper(java.lang.String description)
The port name for a serial port consists of the string "SERIAL" followed by the port number,
for example "SERIAL0", "SERIAL1", etc.
|
TCPActiveSocket(java.lang.String description)
Create the socket.
|
TCPPassiveSocket(java.net.Socket accepted)
Create the socket.
|
UDPActiveSocket(java.lang.String description)
Create the socket.
|
UDPPassiveSocket(int port)
Create the socket.
|
Modifier and Type | Method and Description |
---|---|
PortInterface |
SerialPortDevice.connect()
This will checkout a port and so connect to the device.
|
SimpleDataSource |
SerialPortDevice.createServer(java.lang.String className,
java.lang.String serverName)
This method should never be called since "availableServers" returns null.
|
void |
SerialPortDevice.stop()
Release the serial port.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.addConnector(Connector connector)
Adds the given connector to this data source.
|
void |
SimpleDataSource.addConnector(Connector connector)
Adds an input Connector to this component from the primary outport
of a data source.
|
void |
DataSource.addConnector(Connector connector,
boolean requireUpdate)
Adds the given connector to this data source.
|
void |
SimpleDataSource.addConnector(java.lang.String outportName,
Connector connector)
Adds an input Connector to this component from a specified outport of a data source.
|
void |
SimpleDataSource.addDataSource(DataSource dataSource)
Sets the data source with the given Name.
|
ValueObjectInterface |
DataSource.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
This is an alternate mechanism for the client to contact the server.
|
ValueObjectInterface |
DeviceManagerManipulator.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
Overridden to allow for a DeviceInterface.PREPARE_SERVER and DeviceInterface.RELEASE_SERVER.
|
ValueObjectInterface |
SimpleDataSource.clientRequest(java.lang.String target,
java.lang.String request,
int requestId,
ValueObjectInterface value)
This is an others to contact the server.
|
SimpleDataSource |
DeviceManagerManipulator.createServer(java.lang.String className,
java.lang.String serverName)
Create the server.
|
void |
DataSource.destroy()
Destroys the data source.
|
void |
DeviceManagerManipulator.destroy()
Destroy all the servers.
|
void |
SimpleDataSource.destroy()
Stops the data source.
|
DataSource |
SimpleDataSource.getDataSource(java.lang.String name)
Returns the data source with the given Name.
|
int |
DataSource.Writable.getDefaultQualityForLocation(int location)
For any location returns QUALITY_GOOD meaning that values must
be good to pass.
|
int |
DataSource.Writable.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
DataSource.init()
By default this method does nothing.
|
void |
DeviceManagerManipulator.init()
Init all the servers.
|
void |
DataSource.post(VIBEvent vibEvent)
The "post" method will call VIBEvent on all relevant objects, that is, our connectors.
|
void |
DataSource.removeConnector(Connector connector)
Removes the given connector.
|
void |
SimpleDataSource.removeConnector(java.lang.String outportName,
Connector connector)
Removes a listener, typically a bean or other data source, from a data source.
|
void |
SimpleDataSource.removeDataSource(java.lang.String dataSourceName)
Removes the data source with the given Name.
|
void |
DataSource.replaceConnectors(java.util.Vector<Connector> newList)
NOTE: This is NOT to be used unless you replace ALL the EXISTING connectors.
|
void |
DeviceManagerManipulator.setContainer(DataSourceContainer container)
Moves the server container to the new container.
|
void |
SimpleDataSource.setContainer(DataSourceContainer container) |
void |
DeviceManagerManipulator.setName(java.lang.String name)
The name of the device.
|
void |
SimpleDataSource.setName(java.lang.String name)
This method will change the name that is associated with this server.
|
void |
SimpleDataSource.setPullFromServers(java.lang.String serverList) |
void |
SimpleDataSource.setPushData(SimpleDataSource.NameEditorData pushData)
Set the tag name for the server we will push to.
|
void |
SimpleDataSource.setPushName(java.lang.String pushTagName)
Set the tag name for the server we will push to.
|
void |
SimpleDataSource.setPushToServers(java.lang.String pushTagName)
Set the tag name for the server we will push to.
|
void |
SimpleDataSource.setServerListData(SimpleDataSource.NameEditorData pushData)
Set the tag name for the server we will push to.
|
void |
DataSource.start()
By default this method will call
resume . |
void |
DeviceManagerManipulator.start()
Start all the servers.
|
void |
MarqueeServer.start()
Starts the device server.
|
void |
SimpleDataSource.start()
By default this method will call
resume . |
void |
DataSource.stop()
By default this method will call
suspend . |
void |
DeviceManagerManipulator.stop()
Stop all the servers.
|
void |
SimpleDataSource.stop()
By default this method will call
suspend . |
void |
DataSource.Writable.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
DataSource.VIBEvent(VIBEvent event)
We are interested in few events.
|
void |
SimpleDataSource.VIBEvent(VIBEvent vibEvent)
We are interested in few events.
|
Modifier and Type | Method and Description |
---|---|
SimpleDataSource |
DF1DeviceServer.createServer(java.lang.String className,
java.lang.String serverName)
This method should never be called since "availableServers" returns null.
|
SimpleDataSource |
LogixEthernetDeviceServer.createServer(java.lang.String className,
java.lang.String serverName)
This method should never be called since "availableServers" returns null.
|
int |
ControlLogixEthernetDeviceServer.getStaticLocationFor(java.lang.String method)
Returns 3 for hostname and 4 for portnumber.
|
int |
ControlLogixEthernetDirectDeviceServer.getStaticLocationFor(java.lang.String method)
Returns 3 for hostname and 4 for portnumber.
|
int |
LogixEthernetDeviceServer.getStaticLocationFor(java.lang.String method)
Returns 3 for hostname and 4 for portnumber.
|
void |
ControlLogixEthernetDeviceServer.start()
initialize the port pool once the container has been set.
|
void |
ControlLogixEthernetDirectDeviceServer.start()
initialize the port pool once the container has been set.
|
void |
LogixEthernetDeviceServer.start()
initialize the port pool once the container has been set.
|
void |
ControlLogixEthernetDeviceServer.stop()
Overridden to remove the instance from the DeviceServers
Vector.
|
void |
ControlLogixEthernetDirectDeviceServer.stop()
Overridden to remove the instance from the DeviceServers
Vector.
|
void |
DF1DeviceServer.stop()
Overridden to remove the instance from the df1DeviceServers Vector.
|
void |
LogixEthernetDeviceServer.stop()
Overridden to remove the instance from the DeviceServers
Vector.
|
void |
ControlLogixEthernetDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ControlLogixEthernetDirectDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
LogixEthernetDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ControlLogixEthernetDeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
void |
ControlLogixEthernetDirectDeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
void |
LogixEthernetDeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
Constructor and Description |
---|
PCCCRegisteredSocket(java.lang.String description)
Create the socket.
|
Modifier and Type | Method and Description |
---|---|
void |
FinsDeviceServer.start() |
void |
FinsDeviceServer.stop()
Overridden to remove the instance from the modbusDeviceServers
Vector.
|
Modifier and Type | Method and Description |
---|---|
void |
MelsecDeviceServer.start() |
void |
MelsecDeviceServer.stop()
Overridden to remove the instance from the modbusDeviceServers
Vector.
|
Modifier and Type | Method and Description |
---|---|
int |
ModbusPresetSingleRegisterServer.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
ModbusRTUDeviceServer.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
ModbusRTUOverBlueToothDeviceServer.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
int |
ModbusRTUOverTCPDeviceServer.getStaticLocationFor(java.lang.String method)
Returns 3 for hostname and 4 for portnumber.
|
int |
ModbusTCPDeviceServer.getStaticLocationFor(java.lang.String method)
Returns 3 for hostname and 4 for portnumber.
|
void |
ModbusStringArray.setLength(int length)
sets the number of bytes that need to be read to satisfy this server.
|
void |
ModbusDeviceServerBase.setName(java.lang.String name)
If the name is changed we need to update the list of device servers.
|
void |
ModbusRTUDeviceServerBase.start() |
void |
ModbusRTUOverTCPDeviceServer.start()
initialize the port pool once the container has been set.
|
void |
ModbusTCPDeviceServer.start()
initialize the port pool once the container has been set.
|
void |
ModbusTCPDeviceServerBase.start() |
void |
ModbusDeviceServerBase.stop()
Overridden to remove the instance from the modbusDeviceServers
Vector.
|
void |
ModbusPresetSingleRegisterServer.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
ModbusRTUDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusRTUOverBlueToothDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusRTUOverTCPDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusTCPDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
ModbusRTUOverTCPDeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
void |
ModbusTCPDeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
Modifier and Type | Method and Description |
---|---|
void |
ModbusSlaveBase.start()
Create the listener.
|
void |
ModbusSlaveBase.stop()
Stop the server permanently.
|
Modifier and Type | Method and Description |
---|---|
void |
MqttWrapper.destroy()
Destroy the server.
|
void |
MqttWrapper.init()
Create the server.
|
void |
MqttWrapper.start()
After creating the server, tags should be added to the server.
|
void |
MqttWrapper.stop()
Stop the server.
|
Modifier and Type | Method and Description |
---|---|
void |
HostLinkDeviceServer.stop()
Overridden to remove the instance from the hostLinkDeviceServers Vector.
|
Modifier and Type | Method and Description |
---|---|
void |
PLCDeviceServer.destroy()
Indicate by means of a property change event that the device server is
no more.
|
void |
PLCServer.destroy()
Stops the data source.
|
int |
PLCServer.getDefaultQualityForLocation(int location)
The default for all PLC server is to only accept good quality values.
|
int |
PLCArray.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
int |
PLCServer.getStaticLocationFor(java.lang.String loc)
This is used by the StaticMethodEvent to determine which valueChanged method to call.
|
void |
PLCDeviceServer.readAllLongTimebaseServers()
Read all the values for this device that have timebase of < 2 seconds.
|
void |
PLCArray.start()
Starts this server and all the servers we created.
|
void |
PLCDeviceServer.start()
This method controls communication to the device.
|
void |
PLCServer.start()
This will attach the server to its device server.
|
void |
PLCArray.stop()
Stops this server and all the servers we created.
|
void |
PLCDeviceServer.stop()
This method is the opposite of "start" after calling this method, until
the start method is called again, there will be no communication with the
device.
|
void |
PLCServer.stop()
Disconnects the server from the device server and then stops the server.
|
void |
PLCArray.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
PLCServer.valueChanged(int loc,
ValueChangedEvent e)
This calls the proper valueChanged method based on
the return from the getStaticLocationFor method.
|
void |
PLCServer.VIBEvent(VIBEvent vibEvent)
We are interested in few events.
|
Modifier and Type | Method and Description |
---|---|
SimpleDataSource |
CP243SlaveDeviceServer.createServer(java.lang.String className,
java.lang.String serverName)
This method should never be called since "availableServers" returns null.
|
int |
CP243SlaveDeviceServer.getStaticLocationFor(java.lang.String method)
This is the default getStaticLocationFor with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
CP243SlaveDeviceServer.start()
initialize the port pool once the container has been set.
|
void |
PPIDeviceServerBase.start()
Overridden to add the instance from the ppiDeviceServers Vector.
|
void |
RFC1006DeviceServer.start()
initialize the port pool once the container has been set.
|
void |
PPIDeviceServerBase.stop()
Overridden to remove the instance from the ppiDeviceServers Vector.
|
void |
CP243SlaveDeviceServer.valueChanged(int loc,
ValueChangedEvent e)
This is the default valuechanged with a location used by the staticmethodevent
to find a specific entry value object.
|
void |
CP243SlaveDeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
void |
RFC1006DeviceServer.VIBEvent(VIBEvent vibEvent)
Resets "applethost".
|
Modifier and Type | Method and Description |
---|---|
void |
PWMManipulator.start() |
void |
RaspiI2CDataSource.start() |
void |
RaspiI2CManipulator.start() |
void |
RaspiPinDataSource.start() |
void |
RaspiPinManipulator.start() |
void |
RaspiPwmManipulator.start() |
void |
RaspiSPIManipulator.start() |
void |
PWMManipulator.stop() |
void |
RaspiI2CDataSource.stop() |
void |
RaspiPinDataSource.stop() |
void |
RaspiPinManipulator.stop() |
void |
RaspiPwmManipulator.stop() |
Modifier and Type | Method and Description |
---|---|
void |
RestWrapper.destroy()
Destroy the server.
|
void |
RestWrapper.init()
Create the server.
|
void |
RestWrapper.start()
After creating the server, tags should be added to the server.
|
void |
RestWrapper.stop()
Stop the server.
|
Copyright © 1999-2021 ErgoTech Systems, Inc. All Rights Reserved.