Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.netio.tcp
Class TcpIpAccessPoint
com.newstep.solid.netio.AccessPoint
  |
  +--com.newstep.solid.netio.tcp.TcpIpAccessPoint
Direct Known Subclasses:
       TcpStreamAccessPoint

public abstract class TcpIpAccessPoint      
Abstract.
 
Links:
Kernel Association Association Link
to Class SelectorThread
Associates type:
aggregationByValue
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
Custom properties
link:
aggregationByValue
 
Generalization Generalization Link
to Class AccessPoint
 
 

Field Summary
private final static String
private static Logger
protected SelectorThread
private String
Constructor Summary
public void
TcpIpAccessPoint(String name)
Method Summary
private void
protected void
Field Detail
className
private final static String className
Final.
Multiplicity:
1
Static.
 

logger
private static Logger logger
Multiplicity:
1
Static.
 

selectorThread
protected SelectorThread selectorThread
Multiplicity:
1
 

threadName
private String threadName
Multiplicity:
1
 
Constructor Detail
TcpIpAccessPoint
public void TcpIpAccessPoint (String name)
 
Stereotype:
create
 
Method Detail
startSelector
private void startSelector ()
 
Creates and starts the selector thread and waits for it to start up before
returning to the caller. In other words, it guarantees that the selector thread
is up and running after the execution of this method.
 

stopSelector
protected void stopSelector ()
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD