public class Connection extends Object
Constructor and Description |
---|
Connection(ConnectionFactory connectionFactory,
String id,
Integer timeout,
String connectionClass,
String uri,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
void |
add(AbstractQuery query) |
void |
add(Update update) |
protected Connection |
createConnection() |
Connection |
getConnection() |
Integer |
getTimeout() |
void |
register(Hive hive,
FolderCommon rootFolder,
ScheduledExecutorService timer) |
void |
unregister(Hive hive) |
public Connection(ConnectionFactory connectionFactory, String id, Integer timeout, String connectionClass, String uri, Properties properties)
public void add(AbstractQuery query)
public void register(Hive hive, FolderCommon rootFolder, ScheduledExecutorService timer)
public void unregister(Hive hive)
protected Connection createConnection() throws Exception
Exception
public Connection getConnection() throws Exception
Exception
public Integer getTimeout()
public void add(Update update)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.