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 void
MessageMediatorImpl. 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 class
CancelRequestMessage_1_0
This implements the GIOP 1.0 CancelRequest header.class
CancelRequestMessage_1_1
This implements the GIOP 1.1 CancelRequest header.class
CancelRequestMessage_1_2
This 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 CancelRequestMessage
MessageBase. 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 void
MessageHandler. handleInput(CancelRequestMessage header)
-