All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.corba.CorbaBankApplicationManagerInterfaceHelper

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

public abstract class CorbaBankApplicationManagerInterfaceHelper
extends Object

IDL definition:
interface CorbaBankApplicationManagerInterface {
boolean verifyAccount(
in long accountNumber
);
long depositAccount(
in long accountNumber,
in long amount
)
raises(
::bank::corba::AccountNotFoundException
);
long withdrawAccount(
in long accountNumber,
in long amount
)
raises(
::bank::corba::AccountNotFoundException
);
long checkBalanceAccount(
in long accountNumber
)
raises(
::bank::corba::AccountNotFoundException
);
};


Variable Index

 o _type

Constructor Index

 o CorbaBankApplicationManagerInterfaceHelper()

Method Index

 o _orb()
 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, CorbaBankApplicationManagerInterface)
 o narrow(Object)
 o narrow(Object, boolean)
 o read(InputStream)
 o type()
 o write(OutputStream, CorbaBankApplicationManagerInterface)

Variables

 o _type
 private static TypeCode _type

Constructors

 o CorbaBankApplicationManagerInterfaceHelper
 public CorbaBankApplicationManagerInterfaceHelper()

Methods

 o _orb
 private static ORB _orb()
 o bind
 public static CorbaBankApplicationManagerInterface bind(ORB orb)
 o bind
 public static CorbaBankApplicationManagerInterface bind(ORB orb,
                                                         String name)
 o bind
 public static CorbaBankApplicationManagerInterface bind(ORB orb,
                                                         String name,
                                                         String host,
                                                         BindOptions options)
 o extract
 public static CorbaBankApplicationManagerInterface extract(Any any)
 o id
 public static String id()
 o insert
 public static void insert(Any any,
                           CorbaBankApplicationManagerInterface value)
 o narrow
 public static CorbaBankApplicationManagerInterface narrow(Object object)
 o narrow
 private static CorbaBankApplicationManagerInterface narrow(Object object,
                                                            boolean is_a)
 o read
 public static CorbaBankApplicationManagerInterface read(InputStream _input)
 o type
 public static TypeCode type()
 o write
 public static void write(OutputStream _output,
                          CorbaBankApplicationManagerInterface value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index