Uses of Class
org.omg.CORBA.ServiceInformation

Packages that use ServiceInformation
org.omg.CORBA   
 

Uses of ServiceInformation in org.omg.CORBA
 

Fields in org.omg.CORBA declared as ServiceInformation
 ServiceInformation ServiceInformationHolder.value
           
 

Methods in org.omg.CORBA that return ServiceInformation
static ServiceInformation ServiceInformationHelper.extract(Any any)
           
static ServiceInformation ServiceInformationHelper.read(InputStream _input)
           
 

Methods in org.omg.CORBA with parameters of type ServiceInformation
static void ServiceInformationHelper.insert(Any any, ServiceInformation _value)
           
static void ServiceInformationHelper.write(OutputStream _output, ServiceInformation _value)
           
 

Constructors in org.omg.CORBA with parameters of type ServiceInformation
ServiceInformationHolder(ServiceInformation _value)