org.omg.CORBA
Class PERSIST_STOREHelper

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

public final class PERSIST_STOREHelper
extends java.lang.Object

Generated from IDL definition of exception "PERSIST_STORE"

Author:
JacORB IDL compiler

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

Constructor Detail

PERSIST_STOREHelper

public PERSIST_STOREHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          PERSIST_STORE s)

extract

public static PERSIST_STORE extract(Any any)

id

public static java.lang.String id()

read

public static PERSIST_STORE read(InputStream in)

write

public static void write(OutputStream out,
                         PERSIST_STORE s)