| org.objectweb.jonas.jtests.beans.message.Sender1_2
Sender1_2 | public interface Sender1_2 extends EJBObject(Code) | | Sender1_2 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 |
sendOnDestinationWithTxAfterSession | void sendOnDestinationWithTxAfterSession(String dest, int val, int nb, boolean commit) throws RemoteException(Code) | | send messages on destination
the transaction is demarcated after the session creation
Parameters: dest - destination (topic or queue JNDI name) Parameters: val - value set in messages Parameters: nb - nb of messages sent boolean commit transaction if true |
sendOnDestinationWithTxBeforeSession | void sendOnDestinationWithTxBeforeSession(String dest, int val, int nb, boolean commit) throws RemoteException(Code) | | send messages on destination
the transaction is demarcated before the session creation
Parameters: dest - destination (topic or queue JNDI name) Parameters: val - value set in messages Parameters: nb - number of messages sent boolean commit transaction if true |
|
|