org.omg.CORBA
クラス NO_MEMORYHelper

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

public abstract class NO_MEMORYHelper
extends java.lang.Object


コンストラクタの概要
NO_MEMORYHelper()
           
 
メソッドの概要
static NO_MEMORY extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, NO_MEMORY t)
           
static NO_MEMORY read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, NO_MEMORY v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NO_MEMORYHelper

public NO_MEMORYHelper()
メソッドの詳細

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 is)

write

public static void write(OutputStream os,
                         NO_MEMORY v)