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
- Java Class bank.corba.AccountNotFoundExceptionHelper
- Source File bank/corba/AccountNotFoundExceptionHelper.java
- IDL Source File bankif.idl
- IDL Absolute Name ::bank::corba::AccountNotFoundException
- Repository Identifier IDL:bank/corba/AccountNotFoundException:1.0
IDL definition:
exception AccountNotFoundException {
string desc;
};
-
_type
-
-
AccountNotFoundExceptionHelper()
-
-
_orb()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, AccountNotFoundException)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, AccountNotFoundException)
-
_type
private static TypeCode _type
AccountNotFoundExceptionHelper
public AccountNotFoundExceptionHelper()
_orb
private static ORB _orb()
extract
public static AccountNotFoundException extract(Any any)
id
public static String id()
insert
public static void insert(Any any,
AccountNotFoundException value)
read
public static AccountNotFoundException read(InputStream _input)
type
public static TypeCode type()
write
public static void write(OutputStream _output,
AccountNotFoundException value)
All Packages Class Hierarchy This Package Previous Next Index