All Packages Class Hierarchy This Package Previous Next Index
bank.corba._CorbaBankApplicationManagerInterfaceImplBase
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 CorbaBankApplicationManagerInterface _wrapper
private static String __ids[]
public _CorbaBankApplicationManagerInterfaceImplBase()
protected _CorbaBankApplicationManagerInterfaceImplBase(String name)
public static boolean _execute(CorbaBankApplicationManagerInterface _self, int _method_id, InputStream _input, OutputStream _output)
public boolean _execute(MethodPointer method, InputStream input, OutputStream output)
public String[] _ids()
public MethodPointer[] _methods()
public CorbaBankApplicationManagerInterface _this()
All Packages Class Hierarchy This Package Previous Next Index