Class fi.hut.tcm.jacob.conduits.Transporter
java.lang.Object
|
+--fi.hut.tcm.jacob.conduits.Transporter
- Subclasses:
- MessageTransporter
- public abstract class Transporter
- extends java.lang.Object
- implements Visitor, java.lang.Runnable
Transporter
Transporter is the abstract base class for all Visitors that carry
information within the conduit graph.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
next
protected Side next
Transporter
protected Transporter()
- Creates a new Transporter. Provided for subclasses, should not be
called directly.
Transporter
protected Transporter(Side at)
setNext
protected void setNext(Side side)
proceed
protected abstract void proceed(Side side)
start
protected void start(Side at)
start
protected void start()
at
public void at(Mux mux,
Side at)
- Description copied from interface:
- Specified by:
- at in interface Visitor
at
public void at(Session session,
Side at)
- Description copied from interface:
- Specified by:
- at in interface Visitor
at
public void at(Adaptor adaptor,
Side at)
- Description copied from interface:
- Specified by:
- at in interface Visitor
at
public void at(ConduitFactory factory,
Side at)
- Description copied from interface:
- Specified by:
- at in interface Visitor
run
public void run()
- Description copied from interface:
- Specified by:
- run() in interface java.lang.Runnable