This interface allows a single client to work with devices and resources.
Definition at line 61 of file dvcrsrcmgr.idl.
| void corba::imgmt::DvcRsrcMgr::destroy | ( | ) |
Destroy the object and its servant, releasing all memory.
| dvc::UimCard corba::imgmt::DvcRsrcMgr::getUimCard | ( | in dvc::DeviceId | uimId | ) | raises (common::OsbCorbaException) |
Get an UIM card.
| uimId | The object id of the UIM card. |
| OsbCorbaException | if the UIM is not found. |
| dvc::DeviceIds corba::imgmt::DvcRsrcMgr::getUimCards | ( | ) | raises (common::OsbCorbaException) |
Get id's of selected UIM cards.
| dvc::UimCardWriter corba::imgmt::DvcRsrcMgr::getUimCardWriter | ( | in dvc::DeviceId | uimId | ) | raises (common::OsbCorbaException) |
Get a writable UIM card.
| uimId | The object id of the UIM card. |
| OsbCorbaException | if the UIM is not found. |
| dvc::UimCardFilter corba::imgmt::DvcRsrcMgr::getUimFilter | ( | ) |
Get the filter for UIM cards.
| void corba::imgmt::DvcRsrcMgr::ping | ( | ) |
Check if the object is still active.
| void corba::imgmt::DvcRsrcMgr::refreshUimCards | ( | ) | raises (common::OsbCorbaException) |
Refresh the currently selected UIM cards.
| OsbCorbaException | in case of a severe error, but not if a card is no more found. |
| void corba::imgmt::DvcRsrcMgr::searchUims | ( | in dvc::UimCardFilter | filter | ) | raises (common::OsbCorbaException) |
Select (search) UIM cards.
| filter | Filter to use, it is stored by calling setUimFilter() and can later be retrieved with getUimFilter(). |
| OsbCorbaException | in case of a severe error. |
| void corba::imgmt::DvcRsrcMgr::setUimFilter | ( | in dvc::UimCardFilter | filter | ) |
Set the filter for UIM cards.
1.4.7