Uses of Class
org.omg.CORBA.Principal
-
Packages that use Principal 软件包 描述 org.omg.CORBA 提供OMG CORBA API与JavaORB编程语言的映射,包括ORB类,它被实现为程序员可以将其用作全功能对象请求代理(ORB)。org.omg.CORBA.portable 提供可移植性层,即一组ORB API,使一个供应商生成的代码可以在另一个供应商的ORB上运行。 -
-
Uses of Principal in org.omg.CORBA
Fields in org.omg.CORBA declared as Principal Modifier and Type Field 描述 PrincipalPrincipalHolder. value已过时。这个PrincipalHolder对象持有的Principal值。Methods in org.omg.CORBA that return Principal Modifier and Type 方法 描述 PrincipalAny. extract_Principal()已过时。被CORBA弃用2.2。Methods in org.omg.CORBA with parameters of type Principal Modifier and Type 方法 描述 voidAny. insert_Principal(Principal p)已过时。被CORBA弃用2.2。Constructors in org.omg.CORBA with parameters of type Principal Constructor 描述 PrincipalHolder(Principal initial)已过时。构造一个新的PrincipalHolder对象,其value字段初始化为给定的Principal对象。 -
Uses of Principal in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return Principal Modifier and Type 方法 描述 PrincipalInputStream. read_Principal()已过时。被CORBA弃用2.2。Methods in org.omg.CORBA.portable with parameters of type Principal Modifier and Type 方法 描述 voidOutputStream. write_Principal(Principal value)已过时。被CORBA弃用2.2。
-