You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Therning (JIRA)" <ji...@apache.org> on 2008/03/25 23:19:24 UTC

[jira] Created: (DIRMINA-559) State machines for IoFilter cannot be created

State machines for IoFilter cannot be created
---------------------------------------------

                 Key: DIRMINA-559
                 URL: https://issues.apache.org/jira/browse/DIRMINA-559
             Project: MINA
          Issue Type: Bug
          Components: Statemachine
    Affects Versions: 2.0.0-M1
            Reporter: Niklas Therning
            Assignee: Niklas Therning
            Priority: Minor
             Fix For: 2.0.0-M2


Currently, it is not possible to create a state machine proxy for IoFilter since this interface has methods which doesn't take an IoSession as argument (e.g. onPreAdd())

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


[jira] Closed: (DIRMINA-559) State machines for IoFilter cannot be created

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

Niklas Therning closed DIRMINA-559.
-----------------------------------


> State machines for IoFilter cannot be created
> ---------------------------------------------
>
>                 Key: DIRMINA-559
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-559
>             Project: MINA
>          Issue Type: Bug
>          Components: Statemachine
>    Affects Versions: 2.0.0-M1
>            Reporter: Niklas Therning
>            Assignee: Niklas Therning
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>
> Currently, it is not possible to create a state machine proxy for IoFilter since this interface has methods which doesn't take an IoSession as argument (e.g. onPreAdd())

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


[jira] Resolved: (DIRMINA-559) State machines for IoFilter cannot be created

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

Niklas Therning resolved DIRMINA-559.
-------------------------------------

    Resolution: Fixed

StateMachineProxyFactory has been renamed to StateMachineProxyBuilder and there are now some boolean flags which control whether methods on the proxied interfaces which cannot be converted into events should be ignored.

> State machines for IoFilter cannot be created
> ---------------------------------------------
>
>                 Key: DIRMINA-559
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-559
>             Project: MINA
>          Issue Type: Bug
>          Components: Statemachine
>    Affects Versions: 2.0.0-M1
>            Reporter: Niklas Therning
>            Assignee: Niklas Therning
>            Priority: Minor
>             Fix For: 2.0.0-M2
>
>
> Currently, it is not possible to create a state machine proxy for IoFilter since this interface has methods which doesn't take an IoSession as argument (e.g. onPreAdd())

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