Uses of Class
org.omg.GIOP.MsgType_1_1

Packages that use MsgType_1_1
org.omg.GIOP   
 

Uses of MsgType_1_1 in org.omg.GIOP
 

Fields in org.omg.GIOP declared as MsgType_1_1
static MsgType_1_1 MsgType_1_1.Request
           
static MsgType_1_1 MsgType_1_1.Reply
           
static MsgType_1_1 MsgType_1_1.CancelRequest
           
static MsgType_1_1 MsgType_1_1.LocateRequest
           
static MsgType_1_1 MsgType_1_1.LocateReply
           
static MsgType_1_1 MsgType_1_1.CloseConnection
           
static MsgType_1_1 MsgType_1_1.MessageError
           
static MsgType_1_1 MsgType_1_1.Fragment
           
 MsgType_1_1 MsgType_1_1Holder.value
           
 

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

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

Constructors in org.omg.GIOP with parameters of type MsgType_1_1
MsgType_1_1Holder(MsgType_1_1 initial)