org.jboss.test.jmsra.bean
Interface PublisherCMP

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

public interface PublisherCMP
extends EJBObject (src)

PublisherCMP.java Created: Tue Apr 24 22:37:41 2001


Method Summary
 void error(int nr)
           
 java.lang.Integer getNr()
           
 void ok(int nr)
           
 void setNr(java.lang.Integer nr)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getNr

public java.lang.Integer getNr()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setNr

public void setNr(java.lang.Integer nr)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

ok

public void ok(int nr)
        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

error

public void error(int nr)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException