org.openorb.orb.core
Class Principal

java.lang.Object
  extended byorg.omg.CORBA.Principal
      extended byorg.openorb.orb.core.Principal

public class Principal
extends org.omg.CORBA.Principal

Author:
Jerome Daniel

Constructor Summary
Principal(byte[] nam)
          Constructor with fields initialization.
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 byte[] name()
           
 void name(byte[] nam)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Principal

public Principal(byte[] nam)
Constructor with fields initialization.

Parameters:
nam - name struct member.
Method Detail

name

public void name(byte[] nam)

name

public byte[] name()

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()