

This interface offers functionality fo modifying the attributes of a network. This interface has its own copy of newtork, upon committing the changes, the local copy is updated into network manager.
Definition at line 119 of file network.idl.
| void corba::nwmgr::nw::NetworkWriter::commitChanges | ( | in boolean | noWait | ) | raises (common::OsbCorbaException) |
Commits all changes done to the network.
| 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::nw::NetworkWriter::setConnectionPt | ( | in tcat::cp::ConnectionPtId | id | ) |
Sets the connection point of the network.
| void corba::nwmgr::nw::NetworkWriter::setDesc | ( | in common::Utf8String | desc | ) |
Sets the description of the network.
| void corba::nwmgr::nw::NetworkWriter::setName | ( | in common::Utf8String | name | ) |
Sets the name of the network.
| void corba::nwmgr::nw::NetworkWriter::setNwAddrInfo | ( | in NwAddrInfo | addrInfo | ) |
Sets the network address information.
| void corba::nwmgr::nw::NetworkWriter::setTimeZone | ( | in nwmgr::TimeZoneId | id | ) |
Sets the time zone information.
1.4.7