public class PullManager extends java.lang.Object implements ConfigurationFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FACTORY_ID |
| Constructor and Description |
|---|
PullManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(UserInformation userInformation,
java.lang.String configurationId)
receive configuration delete request
|
void |
dispose() |
void |
run() |
void |
runOnce() |
protected void |
transferEntry(Site site,
ConnectionContext localContext,
ConnectionContext context,
java.sql.ResultSet resultSet) |
protected void |
transferSite(Site site,
ConnectionContext localContext,
ConnectionContext context) |
void |
update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties)
receive configuration update
|
public static final java.lang.String FACTORY_ID
public PullManager()
throws InvalidSyntaxException
InvalidSyntaxExceptionpublic void dispose()
public void run()
public void runOnce()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void update(UserInformation userInformation,
java.lang.String configurationId,
java.util.Map<java.lang.String,java.lang.String> properties)
throws java.lang.Exception
ConfigurationFactoryupdate in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changeproperties - the new propertiesjava.lang.Exception - can be thrown if anything goes wrong changing the configurationprotected void transferSite(Site site, ConnectionContext localContext, ConnectionContext context) throws java.sql.SQLException
java.sql.SQLExceptionprotected void transferEntry(Site site, ConnectionContext localContext, ConnectionContext context, java.sql.ResultSet resultSet) throws java.sql.SQLException
java.sql.SQLExceptionpublic void delete(UserInformation userInformation,
java.lang.String configurationId)
throws java.lang.Exception
ConfigurationFactorydelete in interface ConfigurationFactoryuserInformation - the principal that performed the change, may be nullconfigurationId - the configuration object to changejava.lang.Exception - can be thrown if anything goes wrong changing the configuration
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