Class org.omg.CORBA.PrincipalHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.PrincipalHolder

java.lang.Object
   |
   +----org.omg.CORBA.PrincipalHolder

public final class PrincipalHolder
extends Object
A Holder class for principals for use with out and in/out IDL parameters.

Variable Index

 o value
The Principal value held by the PrincipalHolder.

Constructor Index

 o PrincipalHolder()
Construct a new PrincipalHolder.
 o PrincipalHolder(Principal)
Construct the PrincipalHolder with the given Principal.

Variables

 o value
  public Principal value
The Principal value held by the PrincipalHolder.

Constructors

 o PrincipalHolder
  public PrincipalHolder()
Construct a new PrincipalHolder.
 o PrincipalHolder
  public PrincipalHolder(Principal initial)
Construct the PrincipalHolder with the given Principal.
Parameters:
the - Principal used to initialize the PrincipalHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index