Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

Uses of Class
org.omg.CORBA.Principal

Packages that use Principal
org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). 
org.omg.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. 
 

Uses of Principal in org.omg.CORBA
 

Fields in org.omg.CORBA declared as Principal
 Principal PrincipalHolder.value
          Deprecated. The Principal value held by this PrincipalHolder object.
 

Methods in org.omg.CORBA that return Principal
abstract  Principal Any.extract_Principal()
          Deprecated. Deprecated by CORBA 2.2.
 

Methods in org.omg.CORBA with parameters of type Principal
abstract  void Any.insert_Principal(Principal p)
          Deprecated. Deprecated by CORBA 2.2.
 

Constructors in org.omg.CORBA with parameters of type Principal
PrincipalHolder.PrincipalHolder(Principal initial)
          Deprecated. Constructs a new PrincipalHolder object with its value field initialized to the given Principal object.
 

Uses of Principal in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable that return Principal
abstract  Principal InputStream.read_Principal()
          Deprecated. Deprecated by CORBA 2.2.
 

Methods in org.omg.CORBA.portable with parameters of type Principal
abstract  void OutputStream.write_Principal(Principal value)
          Deprecated. Deprecated by CORBA 2.2.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.