public interface ORBVersion extends Comparable
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) |
compareTo
static 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
byte getORBType()
void write(OutputStream os)
boolean lessThan(ORBVersion version)
Copyright © 2019 JBoss by Red Hat. All rights reserved.