All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.Principal

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

public abstract class Principal
extends Object

IDL definition:
interface Principal {
attribute ::CORBA::OctetSequence name;
};


Constructor Index

 o Principal()

Method Index

 o name()

Reader for attribute: ::CORBA::Principal::name.

 o name(byte[])

Writer for attribute: ::CORBA::Principal::name.

Constructors

 o Principal
 public Principal()

Methods

 o name
 public abstract void name(byte name[])

Writer for attribute: ::CORBA::Principal::name.

attribute ::CORBA::OctetSequence name;

 o name
 public abstract byte[] name()

Reader for attribute: ::CORBA::Principal::name.

attribute ::CORBA::OctetSequence name;


All Packages  Class Hierarchy  This Package  Previous  Next  Index