|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.RepositoryHelper
Helper class for : Repository
Constructor Summary | |
RepositoryHelper()
|
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepositoryHelper()
Method Detail |
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |