org.omg.CORBA
public abstract class RepositoryIdHelper extends Object
Method Summary | |
---|---|
static String | extract(Any a)
Extract the Repository Id from Any ((uses {@link Any#extract_string}).
|
static String | id()
Return the Repository Id repository id. |
static void | insert(Any a, String that)
Insert the Repository Id into Any (uses {@link Any#insert_string}).
|
static String | read(InputStream istream)
Calls {@link InputStream#read_string()}.
|
static TypeCode | type()
Return an string alias typecode, named "RepositoryId" |
static void | write(OutputStream ostream, String value)
Calls {@link OutputStream#write_string(String)}.
|
Parameters: a the Any to extract from.
Returns: "IDL:omg.org/CORBA/RepositoryId:1.0", always.
Parameters: a the Any to insert into. that the string to insert.
Parameters: istream the stream to read from.
Parameters: ostream the stream to write into. value the string (Repository Id) value to write.