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.
-
value
-
The Principal value held by the PrincipalHolder.
-
PrincipalHolder()
-
Construct a new PrincipalHolder.
-
PrincipalHolder(Principal)
-
Construct the PrincipalHolder with the given Principal.
value
public Principal value
- The Principal value held by the PrincipalHolder.
PrincipalHolder
public PrincipalHolder()
- Construct a new PrincipalHolder.
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