

This interface offers functionality fo modifying the attributes of a trunk group. This interface has its own copy of trunk group, upon committing the changes, the local copy is updated into network element.
Definition at line 124 of file trunkgroup.idl.
| nwmgr::numanalyzer::NumberAnalyzerWriter corba::nwmgr::trk::TrunkGroupWriter::addNewNumberAnalyzer | ( | ) |
Add a new number analyzer to the trunk group.
| TrunkGroupId corba::nwmgr::trk::TrunkGroupWriter::commitChanges | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Commits all changes done to the trunk group.
| noWait | Set to false if waiting is desired when lock is already acquired by others. If waiting is not desired, set to true. |
| OsbCorbaException |
|
| void corba::nwmgr::trk::TrunkGroupWriter::delNumberAnalyzer | ( | ) |
Delete a number analyzer from the trunk group.
| nwmgr::numanalyzer::NumberAnalyzerWriter corba::nwmgr::trk::TrunkGroupWriter::getNumberAnalyzerWriter | ( | ) | raises (common::OsbCorbaException) |
Get a number analyzer writer.
| void corba::nwmgr::trk::TrunkGroupWriter::saveNumberAnalyzer | ( | ) |
Save changes done to the number analyzer.
This function does not save the number analyzer into the database. It only registers with the network element writer that the number analyzer must be save into the database on commitChanges().
| void corba::nwmgr::trk::TrunkGroupWriter::setDirection | ( | in Direction | dir | ) |
Sets the direction of the trunk group.
| dir | The new direction. |
| OsbCorbaException |
|
| void corba::nwmgr::trk::TrunkGroupWriter::setExtElement | ( | in nwmgr::nwe::NetworkElementId | extNweId | ) |
Sets external network element id of the trunk gourp.
| extNweId | The external NetworkElement id. |
| OsbCorbaException |
|
| void corba::nwmgr::trk::TrunkGroupWriter::setLinkType | ( | in LinkType | lkType | ) |
Sets the link type of the trunk group.
| lkType | The new link type. |
| OsbCorbaException |
|
| void corba::nwmgr::trk::TrunkGroupWriter::setName | ( | in common::Utf8String | name | ) |
Sets the name of the trunk group.
| name | The new name of the trunk group. |
| OsbCorbaException |
|
1.4.7