Uses of Class
org.omg.GIOP.ReplyStatusType_1_0

Packages that use ReplyStatusType_1_0
org.omg.GIOP   
 

Uses of ReplyStatusType_1_0 in org.omg.GIOP
 

Fields in org.omg.GIOP declared as ReplyStatusType_1_0
 ReplyStatusType_1_0 ReplyStatusType_1_0Holder.value
           
static ReplyStatusType_1_0 ReplyStatusType_1_0.NO_EXCEPTION
           
static ReplyStatusType_1_0 ReplyStatusType_1_0.USER_EXCEPTION
           
static ReplyStatusType_1_0 ReplyStatusType_1_0.SYSTEM_EXCEPTION
           
static ReplyStatusType_1_0 ReplyStatusType_1_0.LOCATION_FORWARD
           
 ReplyStatusType_1_0 ReplyHeader_1_0.reply_status
           
 

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

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

Constructors in org.omg.GIOP with parameters of type ReplyStatusType_1_0
ReplyStatusType_1_0Holder(ReplyStatusType_1_0 initial)
           
ReplyHeader_1_0(ServiceContext[] service_context, int request_id, ReplyStatusType_1_0 reply_status)