org.omg.CORBA
Class NO_IMPLEMENTHelper

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

public class NO_IMPLEMENTHelper
extends java.lang.Object


Constructor Summary
NO_IMPLEMENTHelper()
           
 
Method Summary
static NO_IMPLEMENT extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, NO_IMPLEMENT t)
           
static NO_IMPLEMENT read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, NO_IMPLEMENT value)
           
 
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)

extract

public static NO_IMPLEMENT extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static NO_IMPLEMENT read(InputStream istream)

write

public static void write(OutputStream ostream,
                         NO_IMPLEMENT value)