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