All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iBus.layers.BADNET

java.lang.Object
   |
   +----iBus.ProtocolObject
           |
           +----iBus.layers.BADNET

public class BADNET
extends ProtocolObject
BADNET duplicates, reorders, and trows away messages. This class is needed for testing iBus Protocol Objects.

PARAMETERS:

POSITION IN STACK:

EVENTS PRODUCED:

EVENTS HANDLED:

EVENTS CONSUMED:


Constructor Index

 o BADNET()
Creates a protocol object and assigns a name to it.

Method Index

 o dnInit()
Initialize the protocol object after the protocol stack has been created.
 o upHandleEvent(Event)
Called by the protocol object below to pass an event up to me.

Constructors

 o BADNET
 public BADNET()
Creates a protocol object and assigns a name to it.

Methods

 o dnInit
 public synchronized void dnInit()
Initialize the protocol object after the protocol stack has been created. Also checks that the right parameters were given to the protocol object.

Overrides:
dnInit in class ProtocolObject
 o upHandleEvent
 public void upHandleEvent(Event event)
Called by the protocol object below to pass an event up to me. An event can be the arrival of a posting, the detection of a failure, a flow control request, etc.

Parameters:
event - determines the type of event
Overrides:
upHandleEvent in class ProtocolObject

All Packages  Class Hierarchy  This Package  Previous  Next  Index