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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue()
return its valueboolean
isDefined()
Is there a numeric value for this CorbaRequestId ?
-