Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----org.omg.CORBA.Principal
Principal
, encoded as a sequence of bytes.
Method Summary | |
void | name(byte[] value)
Principal object to the given value.
|
byte[] | name()
Principal object.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public abstract void name(byte[] value)
Principal
object to the given value.
value
- the value to be set in the Principal
public abstract byte[] name()
Principal
object.Principal
objectContents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |