org.jboss.test.naming.interfaces
Interface TestENC

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

public interface TestENC
extends EJBObject (src)


Method Summary
 void accessENC()
          Test access of the various types of java:comp entries
 long stressENC(long iterations)
          Perform interations count lookups against the ENC
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

stressENC

public long stressENC(long iterations)
               throws java.rmi.RemoteException
Perform interations count lookups against the ENC

Returns:
the time spent in the method
Throws:
java.rmi.RemoteException

accessENC

public void accessENC()
               throws java.rmi.RemoteException
Test access of the various types of java:comp entries

Throws:
java.rmi.RemoteException