org.omg.CORBA
Class FREE_MEMHelper

java.lang.Object
  extended by org.omg.CORBA.FREE_MEMHelper

public final class FREE_MEMHelper
extends Object


Constructor Summary
FREE_MEMHelper()
           
 
Method Summary
static FREE_MEM extract(Any any)
           
static String id()
           
static void insert(Any any, FREE_MEM val)
           
static FREE_MEM read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, FREE_MEM val)
           
 
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

insert

public static void insert(Any any,
                          FREE_MEM val)

extract

public static FREE_MEM extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static FREE_MEM read(InputStream in)

write

public static void write(OutputStream out,
                         FREE_MEM val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.