public class Connection
extends java.lang.Object
| Constructor and Description |
|---|
Connection(ConnectionFactory connectionFactory,
java.lang.String id,
java.lang.Integer timeout,
java.lang.String connectionClass,
java.lang.String uri,
java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(AbstractQuery query) |
void |
add(Update update) |
protected java.sql.Connection |
createConnection() |
java.sql.Connection |
getConnection() |
java.lang.Integer |
getTimeout() |
void |
register(Hive hive,
FolderCommon rootFolder,
java.util.concurrent.ScheduledExecutorService timer) |
void |
unregister(Hive hive) |
public Connection(ConnectionFactory connectionFactory, java.lang.String id, java.lang.Integer timeout, java.lang.String connectionClass, java.lang.String uri, java.lang.String username, java.lang.String password)
public void add(AbstractQuery query)
public void register(Hive hive, FolderCommon rootFolder, java.util.concurrent.ScheduledExecutorService timer)
public void unregister(Hive hive)
protected java.sql.Connection createConnection()
throws java.lang.Exception
java.lang.Exceptionpublic java.sql.Connection getConnection()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Integer getTimeout()
public void add(Update update)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0