Modifier and Type | Method and Description |
---|---|
protected void |
JdbcStorageDao.performStoreEvent(Event event,
ConnectionContext connectionContext) |
protected void |
AbstractJdbcStorageDao.performStoreEvent(Event event,
ConnectionContext connectionContext) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcDao.store(ConnectionContext connectionContext,
Event event) |
void |
JdbcDao.storeReplication(ConnectionContext connectionContext,
Event event) |
void |
JdbcDao.update(ConnectionContext connectionContext,
Event event) |
Modifier and Type | Method and Description |
---|---|
protected int |
JdbcStorageDao.processOnce(ConnectionContext connectionContext) |
protected void |
JdbcStorageDao.processRow(ConnectionContext connectionContext,
ResultSet resultSet) |
Constructor and Description |
---|
RowHandler(ConnectionContext connectionContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
PullManager.transferEntry(Site site,
ConnectionContext localContext,
ConnectionContext context,
ResultSet resultSet) |
protected void |
PullManager.transferSite(Site site,
ConnectionContext localContext,
ConnectionContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcStorageDAOImpl.internalDeleteConfiguration(ConnectionContext connectionContext,
String factoryId,
String configurationId) |
protected List<Entry> |
JdbcStorageDAOImpl.internalLoad(ConnectionContext connectionContext,
String sql,
Object... parameters) |
protected Map<String,String> |
JdbcStorageDAOImpl.internalStoreConfiguration(ConnectionContext connectionContext,
String factoryId,
String configurationId,
Map<String,String> properties,
boolean fullSet) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
JdbcValueMapper.doReload(org.eclipse.scada.da.mapper.osgi.jdbc.JdbcValueMapper.Configuration configuration,
ConnectionContext connectionContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcStorageDaoBase64Impl.deleteNode(ConnectionContext context,
String nodeId) |
protected void |
JdbcStorageDaoBlobImpl.deleteNode(ConnectionContext connectionContext,
String nodeId) |
protected void |
JdbcStorageDaoBase64Impl.insertNode(ConnectionContext connectionContext,
DataNode node,
String data) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcAuthenticationService.handleSetPassword(ConnectionContext connection,
String user,
String password) |
protected UserInformation |
JdbcAuthenticationService.performAuthentication(ConnectionContext connection,
String username,
Map<PasswordEncoding,String> passwords) |
protected UserInformation |
JdbcAuthenticationService.performLookup(ConnectionContext connection,
String username) |
Modifier and Type | Class and Description |
---|---|
class |
CommonConnectionContext |
static class |
CommonConnectionTask.ConnectionContextImplementation |
Modifier and Type | Method and Description |
---|---|
protected abstract R |
CommonConnectionTask.performTask(ConnectionContext connectionContext) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.