org.objectweb.jonas.stests.manac
Interface Manager


public interface Manager

Manager remote interface

Author:
Philippe Durieux

Method Summary
 boolean checkAccount(int a)
           
 boolean checkAll()
           
 void createAll(int nb)
           
 void delAccount(int d1)
           
 void getAccount(int c1)
           
 void movement()
           
 void reinitAll()
           
 void setAccounts(int d1, int d2, int c1, int c2)
           
 void setDelay(int delay)
           
 void setValue(int v)
           
 

Method Detail

createAll

public void createAll(int nb)
               throws java.rmi.RemoteException

reinitAll

public void reinitAll()
               throws java.rmi.RemoteException

setDelay

public void setDelay(int delay)
              throws java.rmi.RemoteException

setAccounts

public void setAccounts(int d1,
                        int d2,
                        int c1,
                        int c2)
                 throws java.rmi.RemoteException

getAccount

public void getAccount(int c1)
                throws java.rmi.RemoteException

delAccount

public void delAccount(int d1)
                throws java.rmi.RemoteException,
                       javax.ejb.RemoveException

setValue

public void setValue(int v)
              throws java.rmi.RemoteException

movement

public void movement()
              throws java.rmi.RemoteException

checkAll

public boolean checkAll()
                 throws java.rmi.RemoteException

checkAccount

public boolean checkAccount(int a)
                     throws java.rmi.RemoteException