Package com.sun.corba.ee.impl.protocol
Class RequestIdImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.protocol.RequestIdImpl
-
-
Field Summary
Fields Modifier and Type Field Description private booleandefinedprivate static java.lang.StringUNDEFINEDstatic RequestIdUNKNOWN_CORBA_REQUEST_IDprivate intvalueprivate static ORBUtilSystemExceptionwrapper
-
Constructor Summary
Constructors Modifier Constructor Description privateRequestIdImpl()Creates a new instance of CorbaRequestIdImplRequestIdImpl(int requestId)Creates a new instance of CorbaRequestIdImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object requestId)Does this CorbaRequestId equal another CorbaRequestId ?intgetValue()Return the value of this CorbaRequestIdinthashCode()Return this CorbaRequestId's hashCodebooleanisDefined()Is there a numeric identifier for this CorbaRequestId ?java.lang.StringtoString()String representing this CorbaRequestId
-
-
-
Field Detail
-
wrapper
private static final ORBUtilSystemException wrapper
-
value
private final int value
-
defined
private final boolean defined
-
UNDEFINED
private static final java.lang.String UNDEFINED
- See Also:
- Constant Field Values
-
UNKNOWN_CORBA_REQUEST_ID
public static final RequestId UNKNOWN_CORBA_REQUEST_ID
-
-
Method Detail
-
getValue
public int getValue()
Return the value of this CorbaRequestId
-
isDefined
public boolean isDefined()
Is there a numeric identifier for this CorbaRequestId ?
-
equals
public boolean equals(java.lang.Object requestId)
Does this CorbaRequestId equal another CorbaRequestId ?- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Return this CorbaRequestId's hashCode- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
String representing this CorbaRequestId- Overrides:
toStringin classjava.lang.Object
-
-