public abstract class ExporterBase extends Object implements HiveExporter
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.scada.core.ConnectionInformation |
connectionInformation |
protected Hive |
hive |
| Constructor and Description |
|---|
ExporterBase(Class<?> hiveClass,
org.eclipse.scada.core.ConnectionInformation connectionInformation)
Deprecated.
|
ExporterBase(Hive hive,
org.eclipse.scada.core.ConnectionInformation connectionInformation) |
ExporterBase(String hiveClassName,
org.eclipse.scada.core.ConnectionInformation connectionInformation)
Deprecated.
|
protected Hive hive
protected org.eclipse.scada.core.ConnectionInformation connectionInformation
public ExporterBase(Hive hive, org.eclipse.scada.core.ConnectionInformation connectionInformation) throws Exception
Exception@Deprecated public ExporterBase(Class<?> hiveClass, org.eclipse.scada.core.ConnectionInformation connectionInformation) throws Exception
Exception@Deprecated public ExporterBase(String hiveClassName, org.eclipse.scada.core.ConnectionInformation connectionInformation) throws Exception
Exceptionpublic Class<?> getHiveClass()
public org.eclipse.scada.core.ConnectionInformation getConnectionInformation()