| org.objectweb.jonas.jtests.beans.message.Sender1_1
Sender1_1 | public interface Sender1_1 extends EJBObject(Code) | | Sender1_1 remote interface
|
check | int check(int val, int nb, int sec) throws RemoteException(Code) | | Check messages received.
Parameters: val - value looked in messages received Parameters: nb - nb of messages that could be received Parameters: sec - nb of seconds max to wait for all messages actual nb of messages received |
clean | void clean(int val) throws RemoteException(Code) | | Clean all entity beans for this value
Parameters: val - value looked in messages |
sendOnDestination | void sendOnDestination(String dest, int val, int nb) throws RemoteException(Code) | | send messages on destination
Parameters: dest - destination (topic or queue JNDI name) Parameters: val - value set in messages Parameters: nb - number of messages sent |
sendOnDestinationTx | void sendOnDestinationTx(String dest, int val, int nb) throws RemoteException(Code) | | send messages on destination - transacted method.
Parameters: dest - destination (topic or queue JNDI name) Parameters: val - value set in messages Parameters: nb - nb of messages sent |
|
|