Class ORBVersionImpl
java.lang.Object
com.sun.corba.ee.impl.orb.ORBVersionImpl
- All Implemented Interfaces:
ORBVersion, Comparable<ORBVersion>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ORBVersionstatic final ORBVersionstatic final ORBVersionstatic final ORBVersionstatic final ORBVersionprivate bytestatic final ORBVersion -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(ORBVersion obj) booleanbyteinthashCode()booleanlessThan(ORBVersion version) toString()voidwrite(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:
getORBTypein interfaceORBVersion
-
write
- Specified by:
writein interfaceORBVersion
-
toString
-
equals
-
hashCode
-
lessThan
- Specified by:
lessThanin interfaceORBVersion
-
compareTo
- Specified by:
compareToin interfaceComparable<ORBVersion>
-