Uses of Class
org.omg.GIOP.MsgType_1_0

Packages that use MsgType_1_0
org.omg.GIOP   
 

Uses of MsgType_1_0 in org.omg.GIOP
 

Fields in org.omg.GIOP declared as MsgType_1_0
 MsgType_1_0 MsgType_1_0Holder.value
           
static MsgType_1_0 MsgType_1_0.Request
           
static MsgType_1_0 MsgType_1_0.Reply
           
static MsgType_1_0 MsgType_1_0.CancelRequest
           
static MsgType_1_0 MsgType_1_0.LocateRequest
           
static MsgType_1_0 MsgType_1_0.LocateReply
           
static MsgType_1_0 MsgType_1_0.CloseConnection
           
static MsgType_1_0 MsgType_1_0.MessageError
           
 

Methods in org.omg.GIOP that return MsgType_1_0
static MsgType_1_0 MsgType_1_0Helper.extract(Any any)
           
static MsgType_1_0 MsgType_1_0Helper.read(InputStream in)
           
static MsgType_1_0 MsgType_1_0.from_int(int value)
           
 

Methods in org.omg.GIOP with parameters of type MsgType_1_0
static void MsgType_1_0Helper.insert(Any any, MsgType_1_0 s)
           
static void MsgType_1_0Helper.write(OutputStream out, MsgType_1_0 s)
           
 

Constructors in org.omg.GIOP with parameters of type MsgType_1_0
MsgType_1_0Holder(MsgType_1_0 initial)