| Modifier and Type | Field and Description |
|---|---|
static RequestId |
UNKNOWN_CORBA_REQUEST_ID |
| Constructor and Description |
|---|
RequestIdImpl(int requestId)
Creetes a new instance of CorbaRequestIdImpl
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object requestId)
Does this CorbaRequestId equal another CorbaRequestId ?
|
int |
getValue()
Return the value of this CorbaRequestId
|
int |
hashCode()
Return this CorbaRequestId's hashCode
|
boolean |
isDefined()
Is there a numeric identifier for this CorbaRequestId ?
|
String |
toString()
String representing this CorbaRequestId
|
public static final RequestId UNKNOWN_CORBA_REQUEST_ID
public RequestIdImpl(int requestId)
public int getValue()
public boolean isDefined()
public boolean equals(Object requestId)
public int hashCode()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.