ProducerManagerpublic interface ProducerManager All @Producers implement this interface. It allows the user to interact with the @Producer to connect(), |
Methods Summary |
---|
public void | close()
| public void | commit()
| public void | connect()
| public void | rollback()
| public void | setPassword(java.lang.String passwd)
| public void | setUsername(java.lang.String user)
|
|