org.jboss.test.testbeancluster.interfaces
Interface SessionToEntity

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

public interface SessionToEntity
extends EJBObject (src)


Method Summary
 NodeAnswer (src) accessEntity()
           
 java.lang.String createEntity()
           
 int getAccessCount()
           
 NodeAnswer (src) validateAccessCount(int count)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

createEntity

public java.lang.String createEntity()
                              throws CreateException (src) ,
                                     java.rmi.RemoteException
Throws:
CreateException (src)
java.rmi.RemoteException

accessEntity

public NodeAnswer (src)  accessEntity()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAccessCount

public int getAccessCount()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

validateAccessCount

public NodeAnswer (src)  validateAccessCount(int count)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException