org.jboss.ejb3.mdb
Interface ProducerManager
- All Known Implementing Classes:
- ProducerManagerImpl
public interface ProducerManager
All @Producers implement this interface. It allows the user to interact with the @Producer to connect(),
setUsername
void setUsername(java.lang.String user)
setPassword
void setPassword(java.lang.String passwd)
connect
void connect()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
close
void close()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
commit
void commit()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
rollback
void rollback()
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException