You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <tu...@ws.apache.org> on 2007/09/13 21:27:32 UTC

[jira] Resolved: (TUSCANY-1675) Provide a setter method to set a different workScheduler on NonBlockingInterceptor

     [ https://issues.apache.org/jira/browse/TUSCANY-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-1675.
--------------------------------------

    Resolution: Fixed

Patch applied.

> Provide a setter method to set a different workScheduler on NonBlockingInterceptor
> ----------------------------------------------------------------------------------
>
>                 Key: TUSCANY-1675
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1675
>             Project: Tuscany
>          Issue Type: Bug
>            Reporter: Rashmi Hunt
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-1.0
>
>         Attachments: NonBlockingInterceptor.java
>
>
> Often times it's required to set/configure a different workmanager on invocation chain other than the default one which is 
> configured per Tuscany runtime.  This feature is useful for extension frameworks to be able to set a desired workmanager
> on an invocation chain if needed.
> A simple setter in NonBlockingInterceptor will provide a solution for this issue. Using this setter, extension frameworks can 
> set desired workmanager on InvocationChain during post wire processing.
>     /**
>      *  Sets desired workScheduler to NonBlockingInterceptor. This is a usefull function for the extension framework
>      *  to set desired workmanager on the InvocationChain, other than default workmanager which is set per Tuscany runtime.
>      *  Using this function, extension framework can set desired workmanager on InvocationChain during post wire processing.
>      *  @param workScheduler workScheduler which contains workmanager
>      */
>     public void setWorkScheduler(WorkScheduler workScheduler){
>         this.workScheduler = workScheduler;
>     }

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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org