com.atomikos.osgi.sample
Interface AccountManager

All Known Implementing Classes:
AccountManagerImpl

public interface AccountManager


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

Method Detail

getBalance

long getBalance(int accno)
                throws Exception
Throws:
Exception

withdraw

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

getOwner

String getOwner(int accno)
                throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.