|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ants.ChannelObject
This class is simply a wrapper for a real channel to separate the things that capsule code can reach --- it should be integrated with the channel proper some time
Constructor Summary | |
ChannelObject(Channel c)
|
Method Summary | |
ChannelAddress |
getAddress()
|
int |
getBandwidth()
|
int |
getBER()
|
int |
getLatency()
|
int |
getMTU()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ChannelObject(Channel c)
Method Detail |
public ChannelAddress getAddress()
public int getBandwidth()
public int getLatency()
public int getMTU()
public int getBER()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |