You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@etch.apache.org by "scott comer (JIRA)" <ji...@apache.org> on 2008/11/20 17:20:44 UTC

[jira] Created: (ETCH-17) SessionListener needs to be more independent

SessionListener needs to be more independent
--------------------------------------------

                 Key: ETCH-17
                 URL: https://issues.apache.org/jira/browse/ETCH-17
             Project: Etch
          Issue Type: Improvement
          Components: csharp-binding, java-binding
    Affects Versions: 1.0.1, 1.0.0
            Reporter: scott comer
            Assignee: scott comer
             Fix For: 1.0.2


SessionListener depends upon Socket. alternative transports may not use Socket, they
might use some other means to transport data.

SessionListener should be updated to be generic, with a parameter for what type of
session object is accepted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ETCH-17) SessionListener needs to be more independent

Posted by "scott comer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ETCH-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

scott comer resolved ETCH-17.
-----------------------------

    Resolution: Fixed

> SessionListener needs to be more independent
> --------------------------------------------
>
>                 Key: ETCH-17
>                 URL: https://issues.apache.org/jira/browse/ETCH-17
>             Project: Etch
>          Issue Type: Improvement
>          Components: csharp-binding, java-binding
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: scott comer
>            Assignee: scott comer
>             Fix For: 1.0.2
>
>
> SessionListener depends upon Socket. alternative transports may not use Socket, they
> might use some other means to transport data.
> SessionListener should be updated to be generic, with a parameter for what type of
> session object is accepted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ETCH-17) SessionListener needs to be more independent

Posted by "scott comer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ETCH-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12649411#action_12649411 ] 

scott comer commented on ETCH-17:
---------------------------------

fixed for java-binding: trunk rev 719286

> SessionListener needs to be more independent
> --------------------------------------------
>
>                 Key: ETCH-17
>                 URL: https://issues.apache.org/jira/browse/ETCH-17
>             Project: Etch
>          Issue Type: Improvement
>          Components: csharp-binding, java-binding
>    Affects Versions: 1.0.0, 1.0.1
>            Reporter: scott comer
>            Assignee: scott comer
>             Fix For: 1.0.2
>
>
> SessionListener depends upon Socket. alternative transports may not use Socket, they
> might use some other means to transport data.
> SessionListener should be updated to be generic, with a parameter for what type of
> session object is accepted.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.