Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.CancelRequestMessage
-
Packages that use CancelRequestMessage Package Description com.sun.corba.ee.impl.protocol com.sun.corba.ee.impl.protocol.giopmsgheaders -
-
Uses of CancelRequestMessage in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol with parameters of type CancelRequestMessage Modifier and Type Method Description voidMessageMediatorImpl. handleInput(CancelRequestMessage header) -
Uses of CancelRequestMessage in com.sun.corba.ee.impl.protocol.giopmsgheaders
Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement CancelRequestMessage Modifier and Type Class Description classCancelRequestMessage_1_0This implements the GIOP 1.0 CancelRequest header.classCancelRequestMessage_1_1This implements the GIOP 1.1 CancelRequest header.classCancelRequestMessage_1_2This implements the GIOP 1.2 CancelRequest header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return CancelRequestMessage Modifier and Type Method Description static CancelRequestMessageMessageBase. createCancelRequest(GIOPVersion gv, int request_id)Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type CancelRequestMessage Modifier and Type Method Description voidMessageHandler. handleInput(CancelRequestMessage header)
-