org.jboss.test.idgen.interfaces
Interface IdCounter

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

public interface IdCounter
extends EJBObject (src)


Method Summary
 java.lang.String getName()
           
 long getNextValue()
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getNextValue

public long getNextValue()
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException