public class Exporter extends Object implements org.eclipse.scada.utils.lifecycle.LifecycleAware
| Constructor and Description |
|---|
Exporter(Hive service,
org.eclipse.scada.core.ConnectionInformation connectionInformation) |
Exporter(Hive service,
org.eclipse.scada.protocol.ngp.common.ProtocolConfigurationFactory protocolConfigurationFactory,
Collection<InetSocketAddress> addresses) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExporterInformation> |
getExporterInformation() |
Class<? extends Hive> |
getServiceClass() |
Set<InetSocketAddress> |
getStartedAddresses() |
Set<org.eclipse.scada.core.ConnectionInformation> |
getStartedConnectionInformations() |
void |
start() |
void |
stop() |
public Exporter(Hive service, org.eclipse.scada.protocol.ngp.common.ProtocolConfigurationFactory protocolConfigurationFactory, Collection<InetSocketAddress> addresses)
public void start()
throws Exception
start in interface org.eclipse.scada.utils.lifecycle.LifecycleAwareExceptionpublic Set<InetSocketAddress> getStartedAddresses()
public Set<org.eclipse.scada.core.ConnectionInformation> getStartedConnectionInformations()
public Set<ExporterInformation> getExporterInformation()