|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountDao
Method Summary | |
---|---|
long |
getBalance(int accno)
|
String |
getOwner(int accno)
|
void |
withdraw(int accno,
int amount)
|
Method Detail |
---|
long getBalance(int accno) throws Exception
Exception
String getOwner(int accno) throws Exception
Exception
void withdraw(int accno, int amount) throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |