All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.corba.AccountNotFoundExceptionHelper

java.lang.Object
   |
   +----bank.corba.AccountNotFoundExceptionHelper

public abstract class AccountNotFoundExceptionHelper
extends Object

IDL definition:
exception AccountNotFoundException {
string desc;
};


Variable Index

 o _type

Constructor Index

 o AccountNotFoundExceptionHelper()

Method Index

 o _orb()
 o extract(Any)
 o id()
 o insert(Any, AccountNotFoundException)
 o read(InputStream)
 o type()
 o write(OutputStream, AccountNotFoundException)

Variables

 o _type
 private static TypeCode _type

Constructors

 o AccountNotFoundExceptionHelper
 public AccountNotFoundExceptionHelper()

Methods

 o _orb
 private static ORB _orb()
 o extract
 public static AccountNotFoundException extract(Any any)
 o id
 public static String id()
 o insert
 public static void insert(Any any,
                           AccountNotFoundException value)
 o read
 public static AccountNotFoundException read(InputStream _input)
 o type
 public static TypeCode type()
 o write
 public static void write(OutputStream _output,
                          AccountNotFoundException value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index