Uses of Class
org.omg.CORBA.ServiceDetail
Packages that use ServiceDetail
-
Uses of ServiceDetail in org.omg.CORBA
Fields in org.omg.CORBA declared as ServiceDetailModifier and TypeFieldDescriptionServiceInformation.service_detailsArray of ServiceDetails giving more details about the service.Methods in org.omg.CORBA that return ServiceDetailModifier and TypeMethodDescriptionstatic ServiceDetailstatic ServiceDetailServiceDetailHelper.read(InputStream in) Methods in org.omg.CORBA with parameters of type ServiceDetailModifier and TypeMethodDescriptionstatic voidServiceDetailHelper.insert(Any a, ServiceDetail that) static voidServiceDetailHelper.write(OutputStream out, ServiceDetail that) Constructors in org.omg.CORBA with parameters of type ServiceDetailModifierConstructorDescriptionServiceInformation(int[] __service_options, ServiceDetail[] __service_details) Constructs a ServiceInformation object with the given service_options and service_details.