com.atomikos.osgi.sample.internal.dao
Interface AccountDao

All Known Implementing Classes:
AccountDaoImpl

public interface AccountDao


Method Summary
 long getBalance(int accno)
           
 String getOwner(int accno)
           
 void withdraw(int accno, int amount)
           
 

Method Detail

getBalance

long getBalance(int accno)
                throws Exception
Throws:
Exception

getOwner

String getOwner(int accno)
                throws Exception
Throws:
Exception

withdraw

void withdraw(int accno,
              int amount)
              throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.