Package com.sun.corba.ee.impl.orb
Class ORBVersionImpl
java.lang.Object
com.sun.corba.ee.impl.orb.ORBVersionImpl
- All Implemented Interfaces:
ORBVersion
,Comparable<ORBVersion>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ORBVersion
static final ORBVersion
static final ORBVersion
static final ORBVersion
static final ORBVersion
private byte
static final ORBVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(ORBVersion obj) boolean
byte
int
hashCode()
boolean
lessThan
(ORBVersion version) toString()
void
write
(OutputStream os)
-
Field Details
-
orbType
private byte orbType -
FOREIGN
-
OLD
-
NEW
-
JDK1_3_1_01
-
NEWER
-
PEORB
-
-
Constructor Details
-
ORBVersionImpl
public ORBVersionImpl(byte orbType)
-
-
Method Details
-
getORBType
public byte getORBType()- Specified by:
getORBType
in interfaceORBVersion
-
write
- Specified by:
write
in interfaceORBVersion
-
toString
-
equals
-
hashCode
public int hashCode() -
lessThan
- Specified by:
lessThan
in interfaceORBVersion
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ORBVersion>
-