|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.AnyHolder
public final class AnyHolder
Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.
Field Summary | |
---|---|
Any |
value
|
Constructor Summary | |
---|---|
AnyHolder()
|
|
AnyHolder(Any initial)
|
Method Summary | |
---|---|
void |
_read(InputStream is)
|
TypeCode |
_type()
|
void |
_write(OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Any value
Constructor Detail |
---|
public AnyHolder()
public AnyHolder(Any initial)
Method Detail |
---|
public void _read(InputStream is)
_read
in interface Streamable
public void _write(OutputStream os)
_write
in interface Streamable
public TypeCode _type()
_type
in interface Streamable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |