This interface provides the functions for network element to create or delete the trunk group.
Definition at line 465 of file networkmanager.idl.
| nwmgr::trk::TrunkGroupWriter corba::nwmgr::TrunkGroupMgr::creNewTrkGroup | ( | in nwmgr::nwe::NetworkElementId | id | ) | raises (common::OsbCorbaException) |
Creates an empty trunk group writer interfcae.
| id | The id of network element the trunk group blonging to. |
| OsbCorbaException |
|
| void corba::nwmgr::TrunkGroupMgr::delTrkGroup | ( | in nwmgr::nwe::NetworkElementId | eid, | |
| in nwmgr::trk::TrunkGroupId | tid, | |||
| in boolean | noWait | |||
| ) | raises (common::OsbCorbaException) |
Adds a new trunk group to the network element. Deletes a trunk group from the network element.
| eid | The id of network element the trunk group beloning to. | |
| tid | The id of the trunk group to be deleted. | |
| noWait | Don't wait for database locks? |
| OsbCorbaException |
|
| nwmgr::trk::TrunkGroup corba::nwmgr::TrunkGroupMgr::getTrkGroup | ( | in nwmgr::trk::TrunkGroupId | id | ) | raises (common::OsbCorbaException) |
Gets a trunk group by id.
| id | The unique id of trunk group. |
| OsbCorbaException |
|
1.4.7