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

com.newstep.solid.test.comm.udp
Class Acceptor
All Implemented Interfaces:
       Callable, ChannelAccessPointListener, ChannelListener, ChannelStatusListener

public class Acceptor      
Implements:
Callable
ChannelAccessPointListener
ChannelStatusListener
ChannelListener
 
Links:
Kernel Association Association Link
to Class ChannelAccessPoint
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
package
 
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:
package
 
Kernel Association Association Link
to Class Message
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
package
 
Implementation Implementation Link
to Interface ChannelAccessPointListener
 
Implementation Implementation Link
to Interface ChannelListener
 
Implementation Implementation Link
to Interface ChannelStatusListener
 
 

Field Summary
boolean
CountDownLatch
boolean
Logger
CountDownLatch
int
int
Constructor Summary
public void
Acceptor(ChannelAccessPoint cap, Integer nrOfMessages)
Method Summary
public Integer
public void
public void
public void
setUp(Address address)
public void
Field Detail
cap
ChannelAccessPoint cap
Multiplicity:
1
 

channel
Channel channel
Multiplicity:
1
 

channelClosed
boolean channelClosed
Multiplicity:
1
 

connectLatch
CountDownLatch connectLatch
Multiplicity:
1
 

isConnected
boolean isConnected
Multiplicity:
1
 

logger
Logger logger
Multiplicity:
1
 

message
Message message
Multiplicity:
1
 

messageLatch
CountDownLatch messageLatch
Multiplicity:
1
 

nrMessages
int nrMessages
Multiplicity:
1
 

nrOfMessages
int nrOfMessages
Multiplicity:
1
 
Constructor Detail
Acceptor
public void Acceptor (ChannelAccessPoint cap, Integer nrOfMessages)
 
Stereotype:
create
 
Method Detail
call
public Integer call ()
 
Throws:
Exception
 

notify
public void notify (Channel chan)
 
 

onMessage
public void onMessage (Message messa)
 
 

setUp
public void setUp (Address address)
 
 

statusChanged
public void statusChanged (Channel chan, ChannelState state)
 
 

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