org.omg.CORBA
Class NO_MEMORYHelper

java.lang.Object
  extended byorg.omg.CORBA.NO_MEMORYHelper

public final class NO_MEMORYHelper
extends java.lang.Object

Generated from IDL definition of exception "NO_MEMORY"

Author:
JacORB IDL compiler

Constructor Summary
NO_MEMORYHelper()
           
 
Method Summary
static NO_MEMORY extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, NO_MEMORY s)
           
static NO_MEMORY read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, NO_MEMORY s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NO_MEMORYHelper

public NO_MEMORYHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          NO_MEMORY s)

extract

public static NO_MEMORY extract(Any any)

id

public static java.lang.String id()

read

public static NO_MEMORY read(InputStream in)

write

public static void write(OutputStream out,
                         NO_MEMORY s)