Bug 243787 - [tcf] Decouple the notions of messages dispatching, communication channel and serialization
Summary: [tcf] Decouple the notions of messages dispatching, communication channel and...
Status: NEW
Alias: None
Product: TCF
Classification: Tools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 13:13 EDT by Gaetan Morice CLA
Modified: 2011-04-28 00:14 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gaetan Morice CLA 2008-08-11 13:13:02 EDT
Build ID: I20080617-2000

Steps To Reproduce:
Messages dispatching and serialization are implemented in :org.eclipse.tm.tcf.core.AbstractChannel
and communication channel is implemented in :
org.eclipse.tm.tcf.core.ChannelTCP


More information:
In conjunction with bug #243774 it would be easier to add new communication channels to decouple these notions. In the current implementation the message routing and the serialization are made in the abstract channel and the communication mean is delegate to the sub-classes.