All Packages Class Hierarchy This Package Previous Next Index
Class orbasec.corba.U
java.lang.Object
|
+----orbasec.corba.U
- public class U
- extends Object
This class is for dealing with ulonglong of IDL. They match Java longs,
64bits. However, OmniBroker IDL2Java complier can't handle them yet.
-
U()
-
-
time2utct(long)
-
-
tolong(ulonglong)
-
-
tolong(ulonglong)
- Translate an org.omg.SECIOP.ulonglong structure to a Java long
type.
-
ull(long)
- Create a org.omg.SECIOP.ulonglong structure from a Java long
type.
-
utct2time(UtcT)
-
U
public U()
ull
public static ulonglong ull(long i)
- Create a org.omg.SECIOP.ulonglong structure from a Java long
type.
tolong
public static long tolong(ulonglong i)
- Translate an org.omg.SECIOP.ulonglong structure to a Java long
type.
tolong
public static long tolong(ulonglong i)
utct2time
public static long utct2time(UtcT t)
time2utct
public static UtcT time2utct(long timel)
All Packages Class Hierarchy This Package Previous Next Index