Package org.eso.ias.cdb.rdb
Class RdbWriter
java.lang.Object
org.eso.ias.cdb.rdb.RdbWriter
- All Implemented Interfaces:
CdbWriter
Deprecated.
Writes IAS configuration into RDB.
- Author:
- acaproni
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Deprecated.Initialize the CDBvoid
shutdown()
Deprecated.Close the CDB and release the associated resourcesvoid
Deprecated.Write the ASCE in the CDB.void
writeClientConfig
(ClientConfigDao clientConfig) Deprecated.Write the configuration of the client with the passed identifiervoid
Deprecated.Write the DASU in the CDB.void
Deprecated.Write the ias in the CDB.void
writeIasio
(IasioDao iasio, boolean append) Deprecated.Write the IASIO in the CDB.void
writeIasios
(Set<IasioDao> iasios, boolean append) Deprecated.Write the IASIOs in the CDB.void
writePluginConfig
(PluginConfigDao pluginConfigDao) Deprecated.Write the configuration of the passed pluginvoid
writeSupervisor
(SupervisorDao superv) Deprecated.Write the Supervisor in the CDB.void
writeTemplate
(TemplateDao template) Deprecated.Persist the passed template to the CDBvoid
Deprecated.Write the transfer function in the CDB
-
Constructor Details
-
RdbWriter
public RdbWriter()Deprecated.
-
-
Method Details
-
writeIas
Deprecated.Write the ias in the CDB.- Specified by:
writeIas
in interfaceCdbWriter
- Parameters:
ias
- The IAS configuration to write in the file- Throws:
IasCdbException
- In case of error writing the IAS- See Also:
-
writeSupervisor
Deprecated.Write the Supervisor in the CDB.- Specified by:
writeSupervisor
in interfaceCdbWriter
- Parameters:
superv
- The Supervisor configuration to write in the file- Throws:
IasCdbException
- In case of error writing the Supervisor- See Also:
-
writeDasu
Deprecated.Write the DASU in the CDB.- Specified by:
writeDasu
in interfaceCdbWriter
- Parameters:
dasu
- The DASU configuration to write in the file- Throws:
IasCdbException
- In case of error writing the DASU- See Also:
-
writeAsce
Deprecated.Write the ASCE in the CDB.- Specified by:
writeAsce
in interfaceCdbWriter
- Parameters:
asce
- The ASCE configuration to write in the file- Throws:
IasCdbException
- In case of error writing the ASCE- See Also:
-
writeIasio
Deprecated.Write the IASIO in the CDB.This method delegates to
writeIasios(Set, boolean)
- Specified by:
writeIasio
in interfaceCdbWriter
- Parameters:
iasio
- The IASIO configuration to write in the fileappend
- : iftrue
the passed iasio is appended to the file otherwise a new file is created- Throws:
IasCdbException
- In case of error writing the IASIO- See Also:
-
writeIasios
Deprecated.Write the IASIOs in the CDB.- Specified by:
writeIasios
in interfaceCdbWriter
- Parameters:
iasios
- The IASIOs to write in the fileappend
- : iftrue
the passed iasios are appended to the file otherwise a new file is created- Throws:
IasCdbException
- In case of error writing the IASIOs- See Also:
-
writePluginConfig
Deprecated.Write the configuration of the passed plugin- Specified by:
writePluginConfig
in interfaceCdbWriter
- Parameters:
pluginConfigDao
- the configuraton of the plugin- Throws:
IasCdbException
- In case of error writing the configuration
-
writeTransferFunction
Deprecated.Write the transfer function in the CDB- Specified by:
writeTransferFunction
in interfaceCdbWriter
- Parameters:
tf
- The transfer function to write in the CDB- Throws:
IasCdbException
- In case of error writing the TF- See Also:
-
writeTemplate
Deprecated.Persist the passed template to the CDB- Specified by:
writeTemplate
in interfaceCdbWriter
- Parameters:
template
- The template Dao to write in the CDB- Throws:
IasCdbException
- In case of error writing the template
-
writeClientConfig
Deprecated.Write the configuration of the client with the passed identifier- Specified by:
writeClientConfig
in interfaceCdbWriter
- Parameters:
clientConfig
- the configuraton of the client- Throws:
IasCdbException
- In case of error writing the configuration
-
init
Deprecated.Initialize the CDB- Specified by:
init
in interfaceCdbWriter
- Throws:
IasCdbException
-
shutdown
Deprecated.Close the CDB and release the associated resources- Specified by:
shutdown
in interfaceCdbWriter
- Throws:
IasCdbException
-