Uses of Class
org.omg.CORBA.ServiceDetail
Packages that use ServiceDetail
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
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.