org.omg.CosCollection
Class KeyInvalidHelper

java.lang.Object
  extended byorg.omg.CosCollection.KeyInvalidHelper

public final class KeyInvalidHelper
extends java.lang.Object

Generated from IDL definition of exception "KeyInvalid"

Author:
JacORB IDL compiler

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

Constructor Detail

KeyInvalidHelper

public KeyInvalidHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          KeyInvalid s)

extract

public static KeyInvalid extract(Any any)

id

public static java.lang.String id()

read

public static KeyInvalid read(InputStream in)

write

public static void write(OutputStream out,
                         KeyInvalid s)