public abstract class ExporterBase extends Object implements LifecycleAware
Modifier and Type | Field and Description |
---|---|
protected ConnectionInformation |
connectionInformation |
protected Service |
service |
Constructor and Description |
---|
ExporterBase(Service service,
ConnectionInformation connectionInformation) |
Modifier and Type | Method and Description |
---|---|
ConnectionInformation |
getConnectionInformation() |
Class<?> |
getServiceClass() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
start, stop
protected Service service
protected ConnectionInformation connectionInformation
public ExporterBase(Service service, ConnectionInformation connectionInformation) throws Exception
Exception
public Class<?> getServiceClass()
public ConnectionInformation getConnectionInformation()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.