This interface provides the functions for network to create or delete the network element.
Definition at line 423 of file networkmanager.idl.
| nwmgr::nwe::NetworkElementWriter corba::nwmgr::NetworkElementMgr::creNewElement | ( | in nwmgr::nw::NetworkId | id | ) | raises (common::OsbCorbaException) |
Creates an empty network element writer interface.
| id | The id of the network the element blonging to. |
| OsbCorbaException |
|
| void corba::nwmgr::NetworkElementMgr::delElement | ( | in nwmgr::nwe::NetworkElementId | id, | |
| in boolean | noWait | |||
| ) | raises (common::OsbCorbaException) |
Adds a new network element to the network. Deletes a network element from the network.
| id | The id of the newtork element to be deleted. | |
| noWait | Don't wait for database locks? |
| OsbCorbaException |
|
1.4.7