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