|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.inet.protocol.cbt.CBTInterface
Holds the CBT-related information regarding a network interface for
a specific CBT state.
CBTState| Field Summary | |
double |
expireTime
Time when this interface expires (not refreshed by echo messages). |
java.lang.Object |
extension
|
boolean |
isBroadcast
True if the interface is a broadcast LAN. |
boolean |
isHostIf
True if the interface is connected to at least an end host member and implies that the interface is not an upstream interface (downstream). |
boolean |
isRouterIf
True if the interface is connected to at least a router. |
boolean |
isUpstream
True if the interface leads to the upstream router and implies that the interface is also a router interface but not a host interface. |
| Constructor Summary | |
CBTInterface(boolean upstream_,
boolean broadcast_,
boolean hostIf_,
boolean routerIf_,
java.lang.Object extension_)
|
|
| Method Summary | |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public boolean isUpstream
public boolean isBroadcast
public boolean isHostIf
public boolean isRouterIf
public double expireTime
public java.lang.Object extension
| Constructor Detail |
public CBTInterface(boolean upstream_,
boolean broadcast_,
boolean hostIf_,
boolean routerIf_,
java.lang.Object extension_)
| Method Detail |
public java.lang.String toString()
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||