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

com.newstep.solid.netio
Class ProtocolElement
Direct Known Subclasses:
       ContinuityElement, MessageFramingElement, RedundancyElement, SlipFramingElement

public abstract class ProtocolElement      
Abstract.
 
Links:
Kernel Association Association Link
to Interface ProtocolListener
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
protected
Custom properties
link:
aggregation
 
Dependency Dependency Link
to Interface ProtocolMessage
Custom properties
link:
dependency
 
 

Field Summary
Method Summary
public void
public abstract void
Field Detail
protocolListener
ProtocolListener protocolListener
 

protocolListener
protected ProtocolListener protocolListener
Multiplicity:
1
 
Method Detail
getProtocolListener
public ProtocolListener getProtocolListener ()
 
 

setProtocolListener
public void setProtocolListener (ProtocolListener listener)
 
 

write
public abstract void write (ProtocolMessage message)
 
Abstract.
 

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