Uses of Class
org.omg.CORBA.ServiceDetail
-
Packages that use ServiceDetail 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB编程语言的映射,包括ORB类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。 -
-
Uses of ServiceDetail in org.omg.CORBA
Fields in org.omg.CORBA declared as ServiceDetail Modifier and Type Field 描述 ServiceDetail[]ServiceInformation. service_detailsServiceDetails数组,提供有关该服务的更多细节。Methods in org.omg.CORBA that return ServiceDetail Modifier and Type 方法 描述 static ServiceDetailServiceDetailHelper. extract(Any a)static ServiceDetailServiceDetailHelper. read(InputStream in)Methods in org.omg.CORBA with parameters of type ServiceDetail Modifier and Type 方法 描述 static voidServiceDetailHelper. insert(Any a, ServiceDetail that)static voidServiceDetailHelper. write(OutputStream out, ServiceDetail that)Constructors in org.omg.CORBA with parameters of type ServiceDetail Constructor 描述 ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)使用给定的service_options和service_details构造一个ServiceInformation对象。
-