public class Site extends Object
Constructor and Description |
---|
Site(String id,
String driverName,
Properties properties,
String schema,
long delay,
String customSelectSql,
String customDeleteSql) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCustomDeleteSql() |
String |
getCustomSelectSql() |
String |
getDriverName() |
String |
getId() |
long |
getLastProcess() |
Properties |
getProperties() |
String |
getSchema() |
int |
hashCode() |
boolean |
isDue() |
void |
markProcessed() |
long |
nextStart() |
void |
setLastProcess(long lastProcess) |
public String getCustomDeleteSql()
public String getCustomSelectSql()
public String getSchema()
public long nextStart()
public boolean isDue()
public void markProcessed()
public void setLastProcess(long lastProcess)
public long getLastProcess()
public String getId()
public String getDriverName()
public Properties getProperties()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.