org.omg.CORBA
Class FREE_MEMHelper

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

public final class FREE_MEMHelper
extends java.lang.Object

Generated from IDL definition of exception "FREE_MEM"

Author:
JacORB IDL compiler

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

Constructor Detail

FREE_MEMHelper

public FREE_MEMHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          FREE_MEM s)

extract

public static FREE_MEM extract(Any any)

id

public static java.lang.String id()

read

public static FREE_MEM read(InputStream in)

write

public static void write(OutputStream out,
                         FREE_MEM s)