java types
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 23 Apr 2008 15:22:45 +0000 (15:22 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 23 Apr 2008 15:22:45 +0000 (15:22 +0000)
org.glite.lb.types/types.T

index ab3406d..23a972f 100644 (file)
                intlist=>'"intSequenceType"',
                stslist=>'"statusSequenceType"',
                taglist=>'"tagSequenceType"',
+       },
+       'java'=>{
+               bool=>'"bool"',
+               string=>'"String"',
+               int=>'"int"',
+               jobid=>'"Jobid"',
+               notifid=>'"Jobid"',
+               port=>'"int"',
+               float=>'"float"',
+               double=>'"double"',
+               logsrc=>'"Sources"',
        }
 );