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 描述 Principal
PrincipalHolder. value
已过时。这个PrincipalHolder
对象持有的Principal
值。Methods in org.omg.CORBA that return Principal Modifier and Type 方法 描述 Principal
Any. extract_Principal()
已过时。被CORBA弃用2.2。Methods in org.omg.CORBA with parameters of type Principal Modifier and Type 方法 描述 void
Any. 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 方法 描述 Principal
InputStream. read_Principal()
已过时。被CORBA弃用2.2。Methods in org.omg.CORBA.portable with parameters of type Principal Modifier and Type 方法 描述 void
OutputStream. write_Principal(Principal value)
已过时。被CORBA弃用2.2。
-