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