Uses of Class
org.omg.GIOP.LocateStatusType_1_0

Packages that use LocateStatusType_1_0
org.omg.GIOP   
 

Uses of LocateStatusType_1_0 in org.omg.GIOP
 

Fields in org.omg.GIOP declared as LocateStatusType_1_0
 LocateStatusType_1_0 LocateReplyHeader_1_0.locate_status
           
static LocateStatusType_1_0 LocateStatusType_1_0.UNKNOWN_OBJECT
           
static LocateStatusType_1_0 LocateStatusType_1_0.OBJECT_HERE
           
static LocateStatusType_1_0 LocateStatusType_1_0.OBJECT_FORWARD
           
 LocateStatusType_1_0 LocateStatusType_1_0Holder.value
           
 

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

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

Constructors in org.omg.GIOP with parameters of type LocateStatusType_1_0
LocateReplyHeader_1_0(int request_id, LocateStatusType_1_0 locate_status)
           
LocateStatusType_1_0Holder(LocateStatusType_1_0 initial)