API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. PrincipalHolder View Source
Author(s)
Since
JDK1.2
Version
1.14, 09/09/97
Serial
Hierarchy
 Object
      PrincipalHolder
Implements
 Streamable
Subclasses
Description
@Deprecated
publicfinal class PrincipalHolder
  The Holder for Principal.
See also:   
Constructors
public PrincipalHolder ()
Constructs a new PrincipalHolder object with its value field initialized to null.
public PrincipalHolder (Principal initial)
  Constructs a new PrincipalHolder object with its value field initialized to the given Principal object.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
public TypeCode _type () [Specified in Streamable]
public void _write (OutputStream output) [Specified in Streamable]
Fields
Hide/Show inherited fields
public Principal value
The Principal value held by this PrincipalHolder object.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar