[SAGA-RG] notes from the Java binding meeting at OGF22

Ceriel Jacobs ceriel at cs.vu.nl
Wed Feb 27 03:47:46 CST 2008


Thilo Kielmann wrote:
> Andre's notes pretty much speak for themselves ;-)
> 
> Thilo
> ----- Forwarded message from Andre Merzky <andre at merzky.net> -----
> 
>> From: Andre Merzky <andre at merzky.net>
>> To: Thilo Kielmann <kielmann at cs.vu.nl>
>> Subject: notes

>>   - job
>>     
>>     Q: Daniel: Task<Object> -> Task<?extendsObject>
>>     A: aha

Well, I wanted that, but unfortunately:

     [javac] /home/ceriel/workspace/Saga/src/org/ogf/saga/job/Job.java:21: unexpected type
     [javac] found   : ? extends java.lang.Object
     [javac] required: class or interface without bounds
     [javac] public interface Job extends Task<? extends Object>, Async, AsyncAttributes, Permissions {
     [javac]                                  ^
     [javac] 1 error

Ceriel


More information about the saga-rg mailing list