Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class fi.hut.tcm.jacob.conduits.Terminator

java.lang.Object
  |
  +--fi.hut.tcm.jacob.conduits.BaseConduit
        |
        +--fi.hut.tcm.jacob.conduits.Sedaptor
              |
              +--fi.hut.tcm.jacob.conduits.Adaptor
                    |
                    +--fi.hut.tcm.jacob.conduits.Terminator

public final class Terminator
extends Adaptor
Terminator Drops all messages that arrive.


Fields inherited from class fi.hut.tcm.jacob.conduits.BaseConduit
id, SIDE_NUMBER, sides
 
Method Summary
void adapt(Message message)
          Handles the received message by dropping it on the floor.
java.lang.Object clone()
           
 
Methods inherited from class fi.hut.tcm.jacob.conduits.Adaptor
accept, adapt, filter, getSideCount
 
Methods inherited from class fi.hut.tcm.jacob.conduits.Sedaptor
addTimeout, cancelTimeout, getMessageSource, newMessage, releaseMessage, returnMessage, sendMessage, stopMessage
 
Methods inherited from class fi.hut.tcm.jacob.conduits.BaseConduit
accept, clone, dump, getId, getSide, getSideCount, initialSideCount, initSides
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Method Detail

adapt

public void adapt(Message message)
Handles the received message by dropping it on the floor.
Overrides:
adapt in class Adaptor

clone

public java.lang.Object clone()
                      throws java.lang.CloneNotSupportedException
Overrides:
clone in class BaseConduit

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD