|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jms.jdbc.JdbcMessage
public class JdbcMessage
Represents a JDBC message.
Constructor Summary | |
---|---|
JdbcMessage(JdbcManager jdbcManager)
|
Method Summary | |
---|---|
void |
init()
Initializes the JdbcMessage |
long |
send(Message message,
int queue,
int priority,
long expireTime)
Sends the message to the queue. |
java.lang.String |
toString()
Returns a printable view of the queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JdbcMessage(JdbcManager jdbcManager)
Method Detail |
---|
public void init() throws ConfigException, java.sql.SQLException
ConfigException
java.sql.SQLException
public long send(Message message, int queue, int priority, long expireTime) throws java.sql.SQLException, java.io.IOException, JMSException
java.sql.SQLException
java.io.IOException
JMSException
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |