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 boolean
defined
private static java.lang.String
UNDEFINED
static RequestId
UNKNOWN_CORBA_REQUEST_ID
private int
value
private static ORBUtilSystemException
wrapper
-
Constructor Summary
Constructors Modifier Constructor Description private
RequestIdImpl()
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 boolean
equals(java.lang.Object requestId)
Does this CorbaRequestId equal another CorbaRequestId ?int
getValue()
Return the value of this CorbaRequestIdint
hashCode()
Return this CorbaRequestId's hashCodeboolean
isDefined()
Is there a numeric identifier for this CorbaRequestId ?java.lang.String
toString()
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
Return this CorbaRequestId's hashCode- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
String representing this CorbaRequestId- Overrides:
toString
in classjava.lang.Object
-
-