Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.DynamicAny.DynStructHelper
public abstract class DynStructHelper extends Object
DynStruct objects support the manipulation of IDL struct and exception values. Members of the exceptions are handled in the same way as members of a struct.
Constructor and Description |
---|
DynStructHelper()
|
Modifier and Type | Method and Description |
---|---|
static DynStruct |
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
DynStruct that)
|
static DynStruct |
narrow(Object obj)
|
static DynStruct |
read(InputStream istream)
|
static TypeCode |
type()
|
static DynStruct |
unchecked_narrow(Object obj)
|
static void |
write(OutputStream ostream,
DynStruct value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynStructHelper()
Method Detail |
---|
public static void insert(Any a, DynStruct that)
public static DynStruct extract(Any a)
public static TypeCode type()
public static String id()
public static DynStruct read(InputStream istream)
public static void write(OutputStream ostream, DynStruct value)
public static DynStruct narrow(Object obj)
public static DynStruct unchecked_narrow(Object obj)
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.