public class ServantLocatorHelper
extends java.lang.Object
| Constructor and Description |
|---|
ServantLocatorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ServantLocator |
extract(Any a)
Extract ServantLocator from an any
|
static java.lang.String |
id()
Return the ServantLocator IDL ID
|
static void |
insert(Any a,
ServantLocator t)
Insert ServantLocator into an any
|
static ServantLocator |
narrow(Object obj)
Narrow CORBA::Object to ServantLocator
|
static ServantLocator |
read(InputStream istream)
Read ServantLocator from a marshalled stream
|
static TypeCode |
type()
Return the ServantLocator TypeCode
|
static ServantLocator |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ServantLocator
|
static void |
write(OutputStream ostream,
ServantLocator value)
Write ServantLocator into a marshalled stream
|
public static void insert(Any a, ServantLocator t)
a - an anyt - ServantLocator valuepublic static ServantLocator extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ServantLocator read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ServantLocator value)
ostream - the output streamvalue - ServantLocator valuepublic static ServantLocator narrow(Object obj)
obj - the CORBA Objectpublic static ServantLocator unchecked_narrow(Object obj)
obj - the CORBA Object