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