public class Exporter extends Object implements LifecycleAware
Constructor and Description |
---|
Exporter(Service service,
ConnectionInformation connectionInformation) |
Exporter(Service service,
ProtocolConfigurationFactory protocolConfigurationFactory,
Collection<InetSocketAddress> addresses) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Service> |
getServiceClass() |
void |
start() |
void |
stop() |
public Exporter(Service service, ProtocolConfigurationFactory protocolConfigurationFactory, Collection<InetSocketAddress> addresses)
public Exporter(Service service, ConnectionInformation connectionInformation) throws Exception
Exception
public void start() throws Exception
start
in interface LifecycleAware
Exception
public void stop() throws Exception
stop
in interface LifecycleAware
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.