Uses of Class
org.omg.CORBA.Principal

Packages that use Principal
org.jacorb.orb   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of Principal in org.jacorb.orb
 

Methods in org.jacorb.orb that return Principal
 Principal CDRInputStream.read_Principal()
           
 Principal Any.extract_Principal()
           
 

Methods in org.jacorb.orb with parameters of type Principal
 void CDROutputStream.write_Principal(Principal value)
           
 void Any.insert_Principal(Principal p)
           
 

Uses of Principal in org.omg.CORBA
 

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

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

Uses of Principal in org.omg.CORBA.portable
 

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

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