

This interface offers functionality fo modifying the attributes of a trunk resource. This interface has its own copy of trunk resource, upon committing the changes, the local copy is updated.
Definition at line 164 of file trunkresource.idl.
| void corba::res::TrunkResourceWriter::addTrkGroup | ( | in nwmgr::trk::TrunkGroupId | id, | |
| in common::Date | start, | |||
| in boolean | noWait | |||
| ) | raises (common::OsbCorbaException) |
Add trunk group to the list of trunk resource.
Updates database as well. updData() is not required after this function is called.
| id | Id of trunk group to be added. | |
| start | Start date of assignment period. | |
| noWait | Set to true if waiting is desired when lock is already acquired by others. If waiting is not desired, set flag to true. |
| OsbCorbaException |
|
| void corba::res::TrunkResourceWriter::delTrkGroup | ( | in nwmgr::trk::TrunkGroupId | id, | |
| in boolean | noWait | |||
| ) | raises (common::OsbCorbaException) |
Delete trunk group from list of the trunk resouce.
Updates database as well. updData() is not required after this function is called.
| id | Id of trunk group to be removed. | |
| noWait | Set to true if waiting is desired when lock is already acquired by others. If waiting is not desired, set flag to true. |
| OsbCorbaException |
|
| void corba::res::TrunkResourceWriter::setDesc | ( | in common::Utf8String | desc | ) |
Sets the description of the trunk resource.
| void corba::res::TrunkResourceWriter::setExtNetwork | ( | in nwmgr::nw::NetworkId | id | ) | raises (SameNetwork, TrunksAssigned, StatusIsAssigned) |
Sets external network of the trunk resource.
| id | The external network id. |
| SameNetwork | ||
| TrunksAssigned | ||
| StatusIsAssigned |
1.4.7