|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.jms.message.MessageIdGenerator
A MessageIdGenerator.
| Field Summary | |
protected int |
blockSize
|
protected ConnectionFactoryDelegate |
cfd
|
protected long |
high
|
protected long |
nextID
|
| Constructor Summary | |
MessageIdGenerator(ConnectionFactoryDelegate cfd,
int blockSize)
|
|
| Method Summary | |
long |
getId()
|
protected void |
getNextBlock()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected long high
protected long nextID
protected int blockSize
protected ConnectionFactoryDelegate cfd
| Constructor Detail |
public MessageIdGenerator(ConnectionFactoryDelegate cfd,
int blockSize)
throws JMSException
| Method Detail |
protected void getNextBlock()
throws JMSException
JMSException
public long getId()
throws JMSException
JMSException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||