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.


Constructor Index

 o U()

Method Index

 o time2utct(long)
 o tolong(ulonglong)
 o tolong(ulonglong)
Translate an org.omg.SECIOP.ulonglong structure to a Java long type.
 o ull(long)
Create a org.omg.SECIOP.ulonglong structure from a Java long type.
 o utct2time(UtcT)

Constructors

 o U
 public U()

Methods

 o ull
 public static ulonglong ull(long i)
Create a org.omg.SECIOP.ulonglong structure from a Java long type.

 o tolong
 public static long tolong(ulonglong i)
Translate an org.omg.SECIOP.ulonglong structure to a Java long type.

 o tolong
 public static long tolong(ulonglong i)
 o utct2time
 public static long utct2time(UtcT t)
 o time2utct
 public static UtcT time2utct(long timel)

All Packages  Class Hierarchy  This Package  Previous  Next  Index