Package com.sun.corba.ee.spi.orb
Interface ORBVersion
-
- All Superinterfaces:
java.lang.Comparable<ORBVersion>
- All Known Implementing Classes:
ORBVersionImpl
@ManagedData @Description("The version of the ORB") public interface ORBVersion extends java.lang.Comparable<ORBVersion>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getORBType()
boolean
lessThan(ORBVersion version)
void
write(OutputStream os)
-
-
-
Field Detail
-
FOREIGN
static final byte FOREIGN
- See Also:
- Constant Field Values
-
OLD
static final byte OLD
- See Also:
- Constant Field Values
-
NEW
static final byte NEW
- See Also:
- Constant Field Values
-
JDK1_3_1_01
static final byte JDK1_3_1_01
- See Also:
- Constant Field Values
-
NEWER
static final byte NEWER
- See Also:
- Constant Field Values
-
PEORB
static final byte PEORB
- See Also:
- Constant Field Values
-
-
Method Detail
-
getORBType
@ManagedAttribute @Description("ORB version (0=FOREIGN,1=OLD,2=NEW,3=JDK1_3_1_01,10=NEWER,20=PEORB)") byte getORBType()
-
write
void write(OutputStream os)
-
lessThan
boolean lessThan(ORBVersion version)
-
-