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_details
ServiceDetails数组,提供有关该服务的更多细节。Methods in org.omg.CORBA that return ServiceDetail Modifier and Type 方法 描述 static ServiceDetail
ServiceDetailHelper. extract(Any a)
static ServiceDetail
ServiceDetailHelper. read(InputStream in)
Methods in org.omg.CORBA with parameters of type ServiceDetail Modifier and Type 方法 描述 static void
ServiceDetailHelper. insert(Any a, ServiceDetail that)
static void
ServiceDetailHelper. 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对象。
-