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 描述 ServiceInformationServiceInformationHolder. value这ServiceInformationHolder对象在其value字段中持有的ServiceInformation值。Methods in org.omg.CORBA that return ServiceInformation Modifier and Type 方法 描述 static ServiceInformationServiceInformationHelper. extract(Any a)static ServiceInformationServiceInformationHelper. read(InputStream in)Methods in org.omg.CORBA with parameters of type ServiceInformation Modifier and Type 方法 描述 static voidServiceInformationHelper. insert(Any a, ServiceInformation that)static voidServiceInformationHelper. write(OutputStream out, ServiceInformation that)Constructors in org.omg.CORBA with parameters of type ServiceInformation Constructor 描述 ServiceInformationHolder(ServiceInformation arg)构造一个新的ServiceInformationHolder对象,其value字段初始化为给定的ServiceInformation对象。
-