Uses of Class
org.omg.IOP.ServiceContext

Packages that use ServiceContext
org.omg.GIOP   
org.omg.IOP   
 

Uses of ServiceContext in org.omg.GIOP
 

Fields in org.omg.GIOP declared as ServiceContext
 ServiceContext[] RequestHeader_1_0.service_context
           
 ServiceContext[] RequestHeader_1_1.service_context
           
 ServiceContext[] ReplyHeader_1_2.service_context
           
 ServiceContext[] ReplyHeader_1_0.service_context
           
 ServiceContext[] RequestHeader_1_2.service_context
           
 

Constructors in org.omg.GIOP with parameters of type ServiceContext
ReplyHeader_1_0(ServiceContext[] _service_context, int _request_id, ReplyStatusType_1_2 _reply_status)
           
ReplyHeader_1_2(int _request_id, ReplyStatusType_1_2 _reply_status, ServiceContext[] _service_context)
           
RequestHeader_1_0(ServiceContext[] _service_context, int _request_id, boolean _response_expected, byte[] _object_key, java.lang.String _operation, byte[] _requesting_principal)
           
RequestHeader_1_1(ServiceContext[] _service_context, int _request_id, boolean _response_expected, byte[] _reserved, byte[] _object_key, java.lang.String _operation, byte[] _requesting_principal)
           
RequestHeader_1_2(int _request_id, byte _response_flags, byte[] _reserved, TargetAddress _target, java.lang.String _operation, ServiceContext[] _service_context)
           
 

Uses of ServiceContext in org.omg.IOP
 

Fields in org.omg.IOP declared as ServiceContext
 ServiceContext[] ServiceContextListHolder.value
           
 ServiceContext ServiceContextHolder.value
           
 

Methods in org.omg.IOP that return ServiceContext
static ServiceContext[] ServiceContextListHelper.extract(org.omg.CORBA.Any a)
           
static ServiceContext ServiceContextHelper.extract(org.omg.CORBA.Any a)
           
static ServiceContext[] ServiceContextListHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static ServiceContext ServiceContextHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in org.omg.IOP with parameters of type ServiceContext
static void ServiceContextHelper.insert(org.omg.CORBA.Any a, ServiceContext that)
           
static void ServiceContextListHelper.insert(org.omg.CORBA.Any a, ServiceContext[] that)
           
static void ServiceContextHelper.write(org.omg.CORBA.portable.OutputStream ostream, ServiceContext value)
           
static void ServiceContextListHelper.write(org.omg.CORBA.portable.OutputStream ostream, ServiceContext[] value)
           
 

Constructors in org.omg.IOP with parameters of type ServiceContext
ServiceContextHolder(ServiceContext initialValue)
           
ServiceContextListHolder(ServiceContext[] initialValue)
           
 



Copyright © 2008. All Rights Reserved.