org.omg.CORBA
Class NO_RESOURCESHelper

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

public final class NO_RESOURCESHelper
extends java.lang.Object

Generated from IDL definition of exception "NO_RESOURCES"

Author:
JacORB IDL compiler

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

Constructor Detail

NO_RESOURCESHelper

public NO_RESOURCESHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          NO_RESOURCES s)

extract

public static NO_RESOURCES extract(Any any)

id

public static java.lang.String id()

read

public static NO_RESOURCES read(InputStream in)

write

public static void write(OutputStream out,
                         NO_RESOURCES s)