Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
dfcf4008
Commit
dfcf4008
authored
Jun 15, 2010
by
Guillaume Surrel
Browse files
Minor javadoc fixes/
parent
f86b4b09
Changes
1
Hide whitespace changes
Inline
Side-by-side
joram/src/fr/dyade/aaa/agent/PoolNetwork.java
View file @
dfcf4008
...
...
@@ -1010,9 +1010,9 @@ public class PoolNetwork extends StreamNetwork implements PoolNetworkMBean {
MessageSoftList
sendList
;
/**
*
Time in milliseconds of last use of this session, this attribute is set
during
* connection, then updated at each sending or receiving. It is used
to choose unused
* sessions.
* Time in milliseconds of last use of this session, this attribute is set
*
during
connection, then updated at each sending or receiving. It is used
*
to chose unused
sessions.
*/
private
long
last
=
0L
;
...
...
@@ -1483,13 +1483,12 @@ public class PoolNetwork extends StreamNetwork implements PoolNetworkMBean {
throw
e
;
}
}
/**
* Try to send the first message of the list to the corresponding remote server.
* Be careful, its method should not be synchronized (in that case, the overall
* synchronization of the connection -method start- can dead-lock).
*
* @param msg The message to send.
* Try to send the first message of the list to the corresponding remote
* server. Be careful, this method should not be synchronized (in that case,
* the overall synchronization of the connection -method start- can
* dead-lock).
*/
final
void
send
()
{
if
(
sock
!=
null
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment