Uses of Class
org.omg.GIOP.ReplyStatusType_1_2

Packages that use ReplyStatusType_1_2
org.jacorb.orb.dsi   
org.jacorb.orb.giop   
org.omg.GIOP   
 

Uses of ReplyStatusType_1_2 in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return ReplyStatusType_1_2
 ReplyStatusType_1_2 ServerRequest.status()
           
 

Uses of ReplyStatusType_1_2 in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return ReplyStatusType_1_2
 ReplyStatusType_1_2 ReplyInputStream.getStatus()
          Returns the reply status of this reply.
 

Constructors in org.jacorb.orb.giop with parameters of type ReplyStatusType_1_2
ReplyOutputStream(int request_id, ReplyStatusType_1_2 reply_status, int giop_minor, boolean is_locate_reply)
           
 

Uses of ReplyStatusType_1_2 in org.omg.GIOP
 

Fields in org.omg.GIOP declared as ReplyStatusType_1_2
 ReplyStatusType_1_2 ReplyStatusType_1_2Holder.value
           
static ReplyStatusType_1_2 ReplyStatusType_1_2.NO_EXCEPTION
           
static ReplyStatusType_1_2 ReplyStatusType_1_2.USER_EXCEPTION
           
static ReplyStatusType_1_2 ReplyStatusType_1_2.SYSTEM_EXCEPTION
           
static ReplyStatusType_1_2 ReplyStatusType_1_2.LOCATION_FORWARD
           
static ReplyStatusType_1_2 ReplyStatusType_1_2.LOCATION_FORWARD_PERM
           
static ReplyStatusType_1_2 ReplyStatusType_1_2.NEEDS_ADDRESSING_MODE
           
 ReplyStatusType_1_2 ReplyHeader_1_2.reply_status
           
 

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

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

Constructors in org.omg.GIOP with parameters of type ReplyStatusType_1_2
ReplyStatusType_1_2Holder(ReplyStatusType_1_2 initial)
           
ReplyHeader_1_2(int request_id, ReplyStatusType_1_2 reply_status, ServiceContext[] service_context)