|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.services.persistence.MessageStoreFactory
public abstract class MessageStoreFactory
| Constructor Summary | |
|---|---|
MessageStoreFactory()
|
|
| Method Summary | |
|---|---|
static MessageStoreFactory |
getInstance()
|
abstract MessageStore |
getMessageStore()
|
abstract MessageStore |
getMessageStore(java.net.URI type)
|
abstract void |
reset()
Reload the plugins. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MessageStoreFactory()
| Method Detail |
|---|
public abstract MessageStore getMessageStore()
public abstract MessageStore getMessageStore(java.net.URI type)
type - the unique identifier representing the type of this MessageStore.
null if no suitable store is available.public static MessageStoreFactory getInstance()
public abstract void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||