

Definition at line 119 of file device.idl.
| void corba::dvc::DeviceWriter::setPool | ( | in imgmt::PoolId | poolId | ) | raises (common::OsbCorbaException) |
Set the inventory pool.
| poolId | The new inventory pool of the device. |
| OsbCorbaException | if changing to pool is not allowed: currently none. |
| void corba::dvc::DeviceWriter::setStatus | ( | in DeviceStatus | newStatus | ) | raises (common::OsbCorbaException) |
Set the device status.
| newStatus | New status of the device. |
| OsbCorbaException | if the current status is assigned. | |
| OsbCorbaException | if newStatus is assigned or quarantine. |
| void corba::dvc::DeviceWriter::updData | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Update the device data to the database.
| noWait | Don't wait if locked by another session? |
| OsbCorbaException | if the update of the device data to the dabase fails. |
| void corba::dvc::DeviceWriter::updStatus | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Update the device status to the database.
| noWait | Don't wait if locked by another session? |
| OsbCorbaException | if the update of the device status to the dabase fails. |
1.4.7