corba::nwmgr::TrunkGroupMgr Interface Reference

List of all members.

Detailed Description

The object factory for trunk groups.

This interface provides the functions for network element to create or delete the trunk group.

Definition at line 465 of file networkmanager.idl.

Public Member Functions


Member Function Documentation

nwmgr::trk::TrunkGroupWriter corba::nwmgr::TrunkGroupMgr::creNewTrkGroup ( in nwmgr::nwe::NetworkElementId  id  )  raises (common::OsbCorbaException)

Creates an empty trunk group writer interfcae.

Parameters:
id The id of network element the trunk group blonging to.
Returns:
A trunk group writer, which contains a local copy of empty trunk group object.
Exceptions:
OsbCorbaException 
  • in case the network id is not validate.

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.

Parameters:
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?
Exceptions:
OsbCorbaException 
  • in case writelock network fails, or
  • in case the database operation failes.

nwmgr::trk::TrunkGroup corba::nwmgr::TrunkGroupMgr::getTrkGroup ( in nwmgr::trk::TrunkGroupId  id  )  raises (common::OsbCorbaException)

Gets a trunk group by id.

Parameters:
id The unique id of trunk group.
Returns:
The trunk group instance.
Exceptions:
OsbCorbaException 
  • in case readlock trunk resource fails
  • in case the trunk group can not be found


The documentation for this interface was generated from the following file:
Generated on Sat Sep 2 14:24:38 2006 for OSB Library by  doxygen 1.4.7