org.omg.CORBA
Class PolicyErrorHelper
java.lang.Object
|
+--org.omg.CORBA.PolicyErrorHelper
- public class PolicyErrorHelper
- extends java.lang.Object
Helper class for : PolicyError
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyErrorHelper
public PolicyErrorHelper()
insert
public static void insert(Any a,
PolicyError t)
- Insert PolicyError into an any
- Parameters:
a
- an anyt
- PolicyError value
extract
public static PolicyError extract(Any a)
- Extract PolicyError from an any
- Parameters:
a
- an any- Returns:
- the extracted PolicyError value
type
public static TypeCode type()
- Return the PolicyError TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the PolicyError IDL ID
- Returns:
- an ID
read
public static PolicyError read(InputStream istream)
- Read PolicyError from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed PolicyError value
write
public static void write(OutputStream ostream,
PolicyError value)
- Write PolicyError into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- PolicyError value