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