]
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: