[gatein-issues] [JBoss JIRA] Updated: (GTNWSRP-64) Remove use of WSRP 2 specific classes from exports API

Chris Laprun (JIRA) jira-events at lists.jboss.org
Thu Sep 23 07:13:29 EDT 2010


     [ https://jira.jboss.org/browse/GTNWSRP-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Laprun updated GTNWSRP-64:
--------------------------------

    Fix Version/s: 2.0.0-Beta
                       (was: 2.0.0-Alpha02)


> Remove use of WSRP 2 specific classes from exports API
> ------------------------------------------------------
>
>                 Key: GTNWSRP-64
>                 URL: https://jira.jboss.org/browse/GTNWSRP-64
>             Project: GateIn WSRP
>          Issue Type: Feature Request
>          Components: Producer
>    Affects Versions: 2.0.0-Alpha01
>            Reporter: Chris Laprun
>            Assignee: Matt Wringe
>             Fix For: 2.0.0-Beta
>
>
> Lifetime setExportLifetime(ExportContext exportContext, Lifetime lifetime) throws OperationFailed, OperationNotSupported;
> => void setExportLifetime(ExportContext exportContext, long terminationTime, long refreshDuration) throws UnsupportedOperationException;
> Lifetime updateExportLifetime(ExportContext exportContext, Lifetime lifetime);
> => void updateExportLifetime(ExportContext exportContext, long terminationTime, long refreshDuration);
> Lifetime should be computed when needed (in particular, currentTime) and WSRP 2 shouldn't leak into the internal APIs.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list