ants
Class ChannelObject

java.lang.Object
  |
  +--ants.ChannelObject

public class ChannelObject
extends java.lang.Object

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

ChannelObject

public ChannelObject(Channel c)
Method Detail

getAddress

public ChannelAddress getAddress()

getBandwidth

public int getBandwidth()

getLatency

public int getLatency()

getMTU

public int getMTU()

getBER

public int getBER()