Class
Use
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.test.comm
Class ChannelListeners.Listener
All Implemented Interfaces:
       ChannelListener, Runnable

public class ChannelListeners.Listener      
Implements:
ChannelListener
Runnable
 
Links:
Kernel Association Association Link
to Interface Channel
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Implementation Implementation Link
to Interface ChannelListener
 
 

Field Summary
private Channel
private LinkedList
private int
boolean
Constructor Summary
public void
Listener(Channel channel)
Method Summary
public int
public boolean
public void
public void
run()
public void
Field Detail
chann
private Channel chann
Multiplicity:
1
 

messages
private LinkedList messages
Multiplicity:
1
 

nrMsg
private int nrMsg
Multiplicity:
1
 

run
boolean run
Multiplicity:
1
 
Constructor Detail
Listener
public void Listener (Channel channel)
 
Stereotype:
create
 
Method Detail
getNrMessages
public int getNrMessages ()
 
 

isRunning
public boolean isRunning ()
 
 

onMessage
public void onMessage (Message message)
 
 

run
public void run ()
 
 

stop
public void stop ()
 
 

Class
Use
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD