|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectRing
Startup class that creates channel and assign to Users, NIC and Resource
| Field Summary | |
(package private) One2OneChannel |
U1andU2
Channel for User1 and User2 communication |
(package private) One2OneChannel |
U2andU3
Channel for User2 and User3 communication |
(package private) One2OneChannel |
U3andU1
Channel for User3 and User1 communication |
(package private) One2OneChannelInt |
UsertoNICchanInt1
Channel for User1 and its NIC communication |
(package private) One2OneChannelInt |
UsertoNICchanInt2
Channel for User2 and its NIC communication |
(package private) One2OneChannelInt |
UsertoNICchanInt3
Channel for User3 and its NIC communication |
| Constructor Summary | |
Ring()
Constructor to initialize channels |
|
| Method Summary | |
protected void |
initialize()
create process and simulate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
One2OneChannel U1andU2
One2OneChannel U2andU3
One2OneChannel U3andU1
One2OneChannelInt UsertoNICchanInt1
One2OneChannelInt UsertoNICchanInt2
One2OneChannelInt UsertoNICchanInt3
| Constructor Detail |
public Ring()
| Method Detail |
protected void initialize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||