Concurrent Programming with Java
Lab Manual, Version 1.0, F. Astha Ekadiyanto, 2002.

[Contents] [Next] [Previous]

Lab 2: Building Application


Registering Rbs Objects to Msc (addRbs)

Be careful not to remove any referencec to Rbs objects before we register the into Msc (the same as any Cell Objects before we register the into Rbs through Rbs Construction). Registering Rbs Objects into Msc can be performed by executing the addRbs(Rbs) method in the Msc Object. Access the by simply right click over the Msc Object referer in the Object Panel.

Now, the same as what we did with the Rbs construction, passing argument to the addRbs(Rbs) method is simply keying in the name of instance (or Object Referer) of the Rbs at work. Here, we just click on the Rbs and the registration is complete. After registration to Msc, the Rbs instance/object referer can be removed from the Object Panel.

Please continue to create all the Rbs and register the into the Msc. You may have to observe the topology to make sure doing the right things.


[Contents] [Next] [Previous]