|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jms.message.MessageIdGenerator
public class MessageIdGenerator
A MessageIdGenerator.
| Field Summary | |
|---|---|
protected int |
blockSize
|
protected long |
high
|
protected long |
nextID
|
| Constructor Summary | |
|---|---|
MessageIdGenerator(int blockSize)
|
|
| Method Summary | |
|---|---|
long |
getId(ConnectionEndpoint connection)
|
protected void |
getNextBlock(ConnectionEndpoint connection)
|
| 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
| Constructor Detail |
|---|
public MessageIdGenerator(int blockSize)
throws JMSException
JMSException| Method Detail |
|---|
protected void getNextBlock(ConnectionEndpoint connection)
throws JMSException
JMSException
public long getId(ConnectionEndpoint connection)
throws JMSException
JMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||