|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.config.transfer.jdbc.JdbcPropertySink
public final class JdbcPropertySink
Writes properties to a database via JDBC.
Properties are not stored within a transaction.
Constructor Summary | |
---|---|
JdbcPropertySink(de.smartics.properties.spi.config.ds.PropertiesStore store) Default constructor. |
Method Summary | |
---|---|
void |
clear() |
void |
close() This is a no-op. |
void |
write(Iterable<de.smartics.properties.api.config.domain.PropertyProvider> providers) |
void |
write(de.smartics.properties.api.config.domain.PropertyProvider provider) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcPropertySink(de.smartics.properties.spi.config.ds.PropertiesStore store)
store
- the store of the properties.
Method Detail |
---|
public void clear() throws de.smartics.properties.api.config.transfer.TransferException, de.smartics.properties.spi.config.ds.DataSourceException
clear
in interface
de.smartics.properties.api.config.transfer.PropertySink
de.smartics.properties.api.config.transfer.TransferException
de.smartics.properties.spi.config.ds.DataSourceException
public void write(de.smartics.properties.api.config.domain.PropertyProvider provider) throws de.smartics.properties.api.config.transfer.TransferException
write
in interface
de.smartics.properties.api.config.transfer.PropertySink
de.smartics.properties.api.config.transfer.TransferException
public void write(Iterable<de.smartics.properties.api.config.domain.PropertyProvider> providers) throws de.smartics.properties.api.config.transfer.TransferException
write
in interface
de.smartics.properties.api.config.transfer.PropertySink
de.smartics.properties.api.config.transfer.TransferException
public void close() throws de.smartics.properties.api.config.transfer.TransferException
This is a no-op.
close
in interface
de.smartics.properties.api.config.transfer.PropertySink
de.smartics.properties.api.config.transfer.TransferException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |