|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.ServantHelper
public class ServantHelper
Helper class for : Servant
| Constructor Summary | |
|---|---|
ServantHelper()
|
|
| Method Summary | |
|---|---|
static Servant |
extract(Any a)
Extract Servant from an any |
static java.lang.String |
id()
Return the Servant IDL ID |
static void |
insert(Any a,
Servant t)
Insert Servant into an any |
static Servant |
read(InputStream istream)
Read Servant from a marshalled stream |
static TypeCode |
type()
Return the Servant TypeCode |
static void |
write(OutputStream ostream,
Servant value)
Write Servant 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 ServantHelper()
| Method Detail |
|---|
public static void insert(Any a,
Servant t)
a - an anyt - Servant valuepublic static Servant extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static Servant read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
Servant value)
ostream - the output streamvalue - Servant value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||