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