org.omg.CORBA
Class NO_MEMORYHelper

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

public class NO_MEMORYHelper
extends java.lang.Object


Constructor Summary
NO_MEMORYHelper()
           
 
Method Summary
static NO_MEMORY extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, NO_MEMORY t)
           
static NO_MEMORY read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, NO_MEMORY value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NO_MEMORYHelper

public NO_MEMORYHelper()
Method Detail

insert

public static void insert(Any a,
                          NO_MEMORY t)

extract

public static NO_MEMORY extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static NO_MEMORY read(InputStream istream)

write

public static void write(OutputStream ostream,
                         NO_MEMORY value)