|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jms.message.MessageIdGeneratorFactory
public class MessageIdGeneratorFactory
This class manages instances of MessageIdGenerator. It ensures there is one instance per instance of JMS server as specified by the server id.
| Field Summary | |
|---|---|
static MessageIdGeneratorFactory |
instance
|
| Method Summary | |
|---|---|
void |
checkInGenerator(int serverId)
|
MessageIdGenerator |
checkOutGenerator(int serverId)
|
void |
clear()
|
boolean |
containsMessageIdGenerator(int serverId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static MessageIdGeneratorFactory instance
| Method Detail |
|---|
public boolean containsMessageIdGenerator(int serverId)
public MessageIdGenerator checkOutGenerator(int serverId)
throws JMSException
JMSExceptionpublic void checkInGenerator(int serverId)
public void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||