org.omg.CosNaming.NamingContextPackage
public class AlreadyBoundHelper extends Object
Method Summary | |
---|---|
static AlreadyBound | extract(Any a)
Extract AlreadyBound from an any
|
static String | id()
Return the AlreadyBound IDL ID |
static void | insert(Any a, AlreadyBound t)
Insert AlreadyBound into an any |
static AlreadyBound | read(InputStream istream)
Read AlreadyBound from a marshalled stream |
static TypeCode | type()
Return the AlreadyBound TypeCode |
static void | write(OutputStream ostream, AlreadyBound value)
Write AlreadyBound into a marshalled stream |
Parameters: a an any
Returns: the extracted AlreadyBound value
Returns: an ID
Parameters: a an any t AlreadyBound value
Parameters: istream the input stream
Returns: the readed AlreadyBound value
Returns: a TypeCode
Parameters: ostream the output stream value AlreadyBound value