|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.DynamicAny.AnySeqHelper
public abstract class AnySeqHelper
A helper operations for the array of Any. This class shares
the same AnySeqHolder as the AnySeqHelper.
| Constructor Summary | |
|---|---|
AnySeqHelper()
|
|
| Method Summary | |
|---|---|
static Any[] |
extract(Any any)
Delegates call to AnySeqHelper.extract(org.omg.CORBA.Any). |
static String |
id()
Get the AnySeq repository id. |
static void |
insert(Any any,
Any[] those)
Delegates call to AnySeqHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.Any[]). |
static Any[] |
read(InputStream input)
Delegates call to AnySeqHelper.read(org.omg.CORBA.portable.InputStream). |
static TypeCode |
type()
Get the typecode as officially defined for this helper. |
static void |
write(OutputStream output,
Any[] value)
Delegates call to AnySeqHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.Any[]). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnySeqHelper()
| Method Detail |
|---|
public static Any[] extract(Any any)
AnySeqHelper.extract(org.omg.CORBA.Any).
public static String id()
public static void insert(Any any,
Any[] those)
AnySeqHelper.insert(org.omg.CORBA.Any, org.omg.CORBA.Any[]).
public static Any[] read(InputStream input)
AnySeqHelper.read(org.omg.CORBA.portable.InputStream).
input - a org.omg.CORBA.portable stream to read from.public static TypeCode type()
id().
public static void write(OutputStream output,
Any[] value)
AnySeqHelper.write(org.omg.CORBA.portable.OutputStream, org.omg.CORBA.Any[]).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||