Package | Description |
---|---|
org.eclipse.scada.da.server.osgi.modbus |
Modifier and Type | Method and Description |
---|---|
static ModbusMaster |
ModbusMaster.create(org.osgi.framework.BundleContext context,
ScheduledExecutorService executor,
String id,
org.apache.mina.transport.socket.nio.NioProcessor processor,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
protected AbstractServiceConfigurationFactory.Entry<ModbusMaster> |
MasterFactory.createService(UserInformation userInformation,
String configurationId,
org.osgi.framework.BundleContext context,
Map<String,String> parameters) |
protected AbstractServiceConfigurationFactory.Entry<ModbusMaster> |
MasterFactory.updateService(UserInformation userInformation,
String configurationId,
AbstractServiceConfigurationFactory.Entry<ModbusMaster> entry,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
protected void |
MasterFactory.disposeService(UserInformation userInformation,
String configurationId,
ModbusMaster service) |
void |
MasterFactory.Listener.masterAdded(String id,
ModbusMaster master) |
void |
ModbusSlave.masterAdded(String id,
ModbusMaster master) |
void |
MasterFactory.Listener.masterRemoved(String id,
ModbusMaster master) |
void |
ModbusSlave.masterRemoved(String id,
ModbusMaster master) |
void |
ModbusSlave.start(ModbusMaster master,
JobManager jobManager) |
Modifier and Type | Method and Description |
---|---|
protected AbstractServiceConfigurationFactory.Entry<ModbusMaster> |
MasterFactory.updateService(UserInformation userInformation,
String configurationId,
AbstractServiceConfigurationFactory.Entry<ModbusMaster> entry,
Map<String,String> parameters) |
Constructor and Description |
---|
ModbusJobManager(ModbusMaster modbusMaster) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.