Uses of Class
communication.SynchronizedBuffer

Packages that use SynchronizedBuffer
communication   
service   
 

Uses of SynchronizedBuffer in communication
 

Fields in communication declared as SynchronizedBuffer
protected  SynchronizedBuffer CommunicationElement.msgBuffer
          Internal buffer for received messages
protected  SynchronizedBuffer CommunicationElement.Receiver.msgBuffer
          Message buffer in which received messages are placed
 

Constructors in communication with parameters of type SynchronizedBuffer
CommunicationElement.Receiver(SynchronizedBuffer msgBuffer, TCPElement tcp)
           
 

Uses of SynchronizedBuffer in service
 

Fields in service declared as SynchronizedBuffer
protected  SynchronizedBuffer<Message> Service.buffer
          Buffer containing the received messages for the service
 

Fields in service with type parameters of type SynchronizedBuffer
protected  java.util.HashMap<MessageType,SynchronizedBuffer> MessageDispatcher.serviceMap
          This hash map associates a buffer to each type of message
 

Methods in service that return SynchronizedBuffer
 SynchronizedBuffer<Message> MessageDispatcher.associateService(MessageType type)
          For a given message type, create and associate a dedicated buffer