dream
acceleo
accord
activexml
alitheia
apollon
asm
aspire
authzforce
azuki
barracudamvc
been
bonita
bpidelite
bpmadmin
bsframework
byline
c-jdbc
carol
celtix
chameleon
choreos
clif
cmi
compatibleone
contrail
cow
deployment
director
disl
docdoku
dotnetj
dragon
dragon-backup
dryverl
dysoweb
easybeans
eclipse-update
eclipsejdo
ecom
elastic-grid
emerginov
entropy
enusmv
federid
forgetraining1
fractal
frascati
fwkdemoiselle
gasp
gotm
howl
ing
interldap
introspector
ishmael
istx
ivy
jade
jalisto
jasmine
jaspte
jass
javaservice
jeffree
jibx2
jmimetypelib
jmob
jnetcontrol
jonas
jonas-doc
jonas-sandbox
jonas2
jonastck
jonathan
jope
joram
jorm
jotm
jsurvey
jwtgen
kalimucho
kelly
kerneos
kilim2
lemonldap
lewys
lewys.old
lomboz
massiv
maven
medor
mesh
mobe
mobilitools
modfact
monolog
nanoko
navilis
noah
novaforge
objectweb
objectweb-ja
ocelot
odettej
odis
ofccharts
oncepi
oncess
openccm
opencloudware
openediint
openmobileis
opensuit
ops
orchestra
osa-interop
oscar
oslcv3
owjudemo
oyster
pangu
pargres
perseus
petals
petalsmaster
pkuas
play
polyorb
q-impress
rfid
rmijdbc
rubbos
rubis
s4allsdk
salome-tmf
sat4j
scarbo
sequencer
service4all
simpledbm
sirocco
siwpas
slapos
snap
snmp4cloud
soda
sofa
spagic
spago
spago4q
spagobi
specifications
speedo
starwebservice
surf
telosys
tess
think
tribe
tsrr
weblab
wildcat
winqemu
wsabi4j2ee
wsunit
xapool
xmlc
xquare
xservice
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
dream
(root)
/
tags
/
dream-lib-2.3
/
src
/
main
/
java
/
org
/
objectweb
/
dream
/
protocol
/
messagePassing
/
overChannel
/
IdentifiedSessionManager.java
- Rev 2196
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
2196
1541d 18h
rnaudin
/tags/dream-lib-2.3/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
[maven-release-plugin] copy for tag dream-lib-2.3
2177
1577d 16h
rnaudin
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
Huge refactoring.
Enhance the concurence between Channels message traffic.
Enhance the stop of Fractal components
2127
1662d 17h
rnaudin
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
Port the work done by Mohamed Mokhtari on the new SSL channel ->
[ #311661 ] [Dream lib] Add the SSL Channel
[ #311662 ] [Dream lib] Add a router on the protocol to use
2118
1759d 23h
rnaudin
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
Add the parameter "connectionTimeout" to the TCP protocol, which permits to set a timeout when opening the client socket.
2081
1921d 19h
garciap
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
perseus dependency removed
1970
2020d 17h
garciap
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
message passing protocol finished for the bug related to component restart
1942
2031d 19h
garciap
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
Several modifications :
- Message passing protocol now supports re-bind after exception (dream bug #307697,
http://forge.objectweb.org/tracker/index.php?func=detail&aid=307697&group_id=118&atid=350126
)
- Load test are now easier to write via DreamLoadTestCase
- Tests added
1937
2034d 16h
garciap
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
code cleanup
1935
2035d 17h
garciap
/trunk/dreamlib/dream-lib/src/main/java/org/objectweb/dream/protocol/messagePassing/overChannel/IdentifiedSessionManager.java
- Message passing over channel protocol refactored and debugged
- FSR implementation removed because of too many bugs