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

com.newstep.solid.comm.rtt
Class RttChannelFactory
com.newstep.solid.comm.ChannelFactory
  |
  +--com.newstep.solid.comm.rtt.RttChannelFactory
All Implemented Interfaces:
       ProtocolBuilder

public class RttChannelFactory      
Implements:
ProtocolBuilder
 
Links:
Implementation Implementation Link
to Interface ProtocolBuilder
 
Generalization Generalization Link
to Class ChannelFactory
 
 

Method Summary
public void
connectChannel(ProtocolElement rttChannel, Channel firstLeg)
public void
public void
public Channel
Method Detail
connectChannel
public void connectChannel (ProtocolElement rttChannel, Channel firstLeg)
 
Connects the Rtt Channel stack with the transport channel
 

connectRedunantProtocol
public void connectRedunantProtocol (ProtocolElement rttChannel, ProtocolElement redChannel)
 
Connects two Rtt Channel stacks at the RedundantElement layer
 

connectRedundantChannel
public void connectRedundantChannel (ProtocolElement element, Channel secondChannel)
 
Creates a redundant Rtt channel and connects it to the redundant protocol element.
(HeartBeatProtocolElement, FrameElement)
 

createChannel
public Channel createChannel ()
 
Creates an Rtt Channel stack composed of protocol elements:
RttChannel -> RedundantElement -> HeartBeatElement -> FramingElement
 

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