org.jboss.test.perf.interfaces
Interface Session

All Superinterfaces:
EJBObject (src) , java.rmi.Remote

public interface Session
extends EJBObject (src)


Method Summary
 void create(int low, int high)
           
 void read(int id)
           
 void read(int low, int high)
           
 void remove(int low, int high)
           
 void write(int id)
           
 void write(int low, int high)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

create

public void create(int low,
                   int high)
            throws java.rmi.RemoteException,
                   CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

remove

public void remove(int low,
                   int high)
            throws java.rmi.RemoteException,
                   RemoveException (src) 
Throws:
java.rmi.RemoteException
RemoveException (src)

read

public void read(int id)
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

read

public void read(int low,
                 int high)
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

write

public void write(int id)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

write

public void write(int low,
                  int high)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException