|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableInterceptor.InvalidSlotHelper
public class InvalidSlotHelper
Helper class for : InvalidSlot
| Constructor Summary | |
|---|---|
InvalidSlotHelper()
|
|
| Method Summary | |
|---|---|
static InvalidSlot |
extract(Any a)
Extract InvalidSlot from an any |
static java.lang.String |
id()
Return the InvalidSlot IDL ID |
static void |
insert(Any a,
InvalidSlot t)
Insert InvalidSlot into an any |
static InvalidSlot |
read(InputStream istream)
Read InvalidSlot from a marshalled stream |
static TypeCode |
type()
Return the InvalidSlot TypeCode |
static void |
write(OutputStream ostream,
InvalidSlot value)
Write InvalidSlot into a marshalled stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidSlotHelper()
| Method Detail |
|---|
public static void insert(Any a,
InvalidSlot t)
a - an anyt - InvalidSlot valuepublic static InvalidSlot extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static InvalidSlot read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
InvalidSlot value)
ostream - the output streamvalue - InvalidSlot value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||