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