org.omg.CORBA
Class NO_IMPLEMENTHelper

java.lang.Object
  |
  +--org.omg.CORBA.NO_IMPLEMENTHelper

public class NO_IMPLEMENTHelper
extends java.lang.Object

Helper class for : NO_IMPLEMENT

Author:
OpenORB Compiler

Constructor Summary
NO_IMPLEMENTHelper()
           
 
Method Summary
static NO_IMPLEMENT extract(Any a)
          Extract NO_IMPLEMENT from an any
static java.lang.String id()
          Return the NO_IMPLEMENT IDL ID
static void insert(Any a, NO_IMPLEMENT t)
          Insert NO_IMPLEMENT into an any
static NO_IMPLEMENT read(InputStream istream)
          Read NO_IMPLEMENT from a marshalled stream
static TypeCode type()
          Return the NO_IMPLEMENT TypeCode
static void write(OutputStream ostream, NO_IMPLEMENT value)
          Write NO_IMPLEMENT into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NO_IMPLEMENTHelper

public NO_IMPLEMENTHelper()
Method Detail

insert

public static void insert(Any a,
                          NO_IMPLEMENT t)
Insert NO_IMPLEMENT into an any
Parameters:
a - an any
t - NO_IMPLEMENT value

extract

public static NO_IMPLEMENT extract(Any a)
Extract NO_IMPLEMENT from an any
Parameters:
a - an any
Returns:
the extracted NO_IMPLEMENT value

type

public static TypeCode type()
Return the NO_IMPLEMENT TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the NO_IMPLEMENT IDL ID
Returns:
an ID

read

public static NO_IMPLEMENT read(InputStream istream)
Read NO_IMPLEMENT from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed NO_IMPLEMENT value

write

public static void write(OutputStream ostream,
                         NO_IMPLEMENT value)
Write NO_IMPLEMENT into a marshalled stream
Parameters:
ostream - the output stream
value - NO_IMPLEMENT value