All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bank.corba._CorbaBankApplicationManagerInterfaceImplBase

bank.corba._CorbaBankApplicationManagerInterfaceImplBase

public abstract class _CorbaBankApplicationManagerInterfaceImplBase
implements CorbaBankApplicationManagerInterface

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 __ids
 o _wrapper

Constructor Index

 o _CorbaBankApplicationManagerInterfaceImplBase()
 o _CorbaBankApplicationManagerInterfaceImplBase(String)

Method Index

 o _execute(CorbaBankApplicationManagerInterface, int, InputStream, OutputStream)
 o _execute(MethodPointer, InputStream, OutputStream)
 o _ids()
 o _methods()
 o _this()

Variables

 o _wrapper
 protected CorbaBankApplicationManagerInterface _wrapper
 o __ids
 private static String __ids[]

Constructors

 o _CorbaBankApplicationManagerInterfaceImplBase
 public _CorbaBankApplicationManagerInterfaceImplBase()
 o _CorbaBankApplicationManagerInterfaceImplBase
 protected _CorbaBankApplicationManagerInterfaceImplBase(String name)

Methods

 o _execute
 public static boolean _execute(CorbaBankApplicationManagerInterface _self,
                                int _method_id,
                                InputStream _input,
                                OutputStream _output)
 o _execute
 public boolean _execute(MethodPointer method,
                         InputStream input,
                         OutputStream output)
 o _ids
 public String[] _ids()
 o _methods
 public MethodPointer[] _methods()
 o _this
 public CorbaBankApplicationManagerInterface _this()

All Packages  Class Hierarchy  This Package  Previous  Next  Index