All Packages Class Hierarchy This Package Previous Next Index
bank.corba._CorbaBankApplicationManagerInterfaceImplBase | +----bank.corba._sk_CorbaBankApplicationManagerInterface
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 ); };
protected _sk_CorbaBankApplicationManagerInterface()
protected _sk_CorbaBankApplicationManagerInterface(String name)
All Packages Class Hierarchy This Package Previous Next Index