Uses of Class
org.omg.CORBA.ServiceInformation
-
Packages that use ServiceInformation 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB
编程语言的映射,包括ORB
类,它被实现为使得程序员可以将其用作全功能的对象请求代理(ORB)。 -
-
Uses of ServiceInformation in org.omg.CORBA
Fields in org.omg.CORBA declared as ServiceInformation Modifier and Type Field 描述 ServiceInformation
ServiceInformationHolder. value
这ServiceInformationHolder
对象在其value
字段中持有的ServiceInformation
值。Methods in org.omg.CORBA that return ServiceInformation Modifier and Type 方法 描述 static ServiceInformation
ServiceInformationHelper. extract(Any a)
static ServiceInformation
ServiceInformationHelper. read(InputStream in)
Methods in org.omg.CORBA with parameters of type ServiceInformation Modifier and Type 方法 描述 static void
ServiceInformationHelper. insert(Any a, ServiceInformation that)
static void
ServiceInformationHelper. write(OutputStream out, ServiceInformation that)
Constructors in org.omg.CORBA with parameters of type ServiceInformation Constructor 描述 ServiceInformationHolder(ServiceInformation arg)
构造一个新的ServiceInformationHolder
对象,其value
字段初始化为给定的ServiceInformation
对象。
-