Package com.sun.corba.ee.spi.protocol
Interface RequestId
- All Known Implementing Classes:
RequestIdImpl
public interface RequestId
Represents a Corba protocol request id.
-
Method Summary
-
Method Details
-
getValue
int getValue()return its value- Returns:
- ID
-
isDefined
boolean isDefined()Is there a numeric value for this CorbaRequestId ?- Returns:
- if a numeric value is defined
-