org.omg.CORBA
Class Principal

java.lang.Object
  extended by org.omg.CORBA.Principal

Deprecated. by CORBA 2.2.

public class Principal
extends Object

This class was used to store the client identity in the past. The client identity is stored in the form of the byte array.


Constructor Summary
Principal()
          Deprecated.  
 
Method Summary
 byte[] name()
          Deprecated. by CORBA 2.2
 void name(byte[] a_name)
          Deprecated. by CORBA 2.2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Principal

public Principal()
Deprecated. 

Method Detail

name

public byte[] name()
Deprecated. by CORBA 2.2

Gets the name of the Principal.

Returns:
a name of the Pricipal.

name

public void name(byte[] a_name)
Deprecated. by CORBA 2.2

Sets the name of the Principal to the given value.

Parameters:
a_name - a value to set the name to.