@ManagedData @Description(value="The version of the ORB") public interface ORBVersion extends Comparable<ORBVersion>
| Modifier and Type | Field and Description |
|---|---|
static byte |
FOREIGN |
static byte |
JDK1_3_1_01 |
static byte |
NEW |
static byte |
NEWER |
static byte |
OLD |
static byte |
PEORB |
| Modifier and Type | Method and Description |
|---|---|
byte |
getORBType() |
boolean |
lessThan(ORBVersion version) |
void |
write(OutputStream os) |
compareTostatic final byte FOREIGN
static final byte OLD
static final byte NEW
static final byte JDK1_3_1_01
static final byte NEWER
static final byte PEORB
@ManagedAttribute @Description(value="ORB version (0=FOREIGN,1=OLD,2=NEW,3=JDK1_3_1_01,10=NEWER,20=PEORB)") byte getORBType()
void write(OutputStream os)
boolean lessThan(ORBVersion version)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.