org.jboss.test.jmsra.bean
Interface Publisher

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

public interface Publisher
extends EJBObject (src)


Field Summary
static java.lang.String JMS_MESSAGE_NR
           
 
Method Summary
 void beanError(int messageNr)
           
 void beanOk(int messageNr)
           
 void simple(int messageNr)
           
 void simpleFail(int messageNr)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

JMS_MESSAGE_NR

public static final java.lang.String JMS_MESSAGE_NR
See Also:
Constant Field Values (src)
Method Detail

simple

public void simple(int messageNr)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

simpleFail

public void simpleFail(int messageNr)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

beanOk

public void beanOk(int messageNr)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

beanError

public void beanError(int messageNr)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException