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

Interface fi.hut.tcm.jacob.conduits.Conduit

Implementing Classes:
BaseConduit

public abstract interface Conduit
Conduit Conduit is an interface specifying the common behaviour for all conduits: Sessions, Muxes, Adaptors, ConduitFactories and Protocols.


Field Summary
static int A
           
static int B
           
 
Method Summary
java.lang.Object clone()
           
void dump()
           
int getId()
           
Side getSide(int index)
           
int getSideCount()
           
 

Field Detail

A

public static final int A

B

public static final int B
Method Detail

getSide

public Side getSide(int index)

getSideCount

public int getSideCount()

clone

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

dump

public void dump()

getId

public int getId()

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