|
xmlBlaster 2.1.0 client API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I_EntryFactory | |
|---|---|
| org.xmlBlaster.client.queuemsg | |
| org.xmlBlaster.util | Java helper classes for server and client programming. |
| org.xmlBlaster.util.queue.jdbc | |
| Uses of I_EntryFactory in org.xmlBlaster.client.queuemsg |
|---|
| Classes in org.xmlBlaster.client.queuemsg that implement I_EntryFactory | |
|---|---|
class |
ClientEntryFactory
The implementation of the interface which can be used to convert an object which implements the interface I_Entry to an Object and back. |
| Uses of I_EntryFactory in org.xmlBlaster.util |
|---|
| Fields in org.xmlBlaster.util declared as I_EntryFactory | |
|---|---|
protected I_EntryFactory |
Global.entryFactory
|
| Methods in org.xmlBlaster.util that return I_EntryFactory | |
|---|---|
I_EntryFactory |
Global.getEntryFactory()
The factory creating queue or msgUnitStore entries from persistent store. |
| Uses of I_EntryFactory in org.xmlBlaster.util.queue.jdbc |
|---|
| Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_EntryFactory | |
|---|---|
static CommonTableDatabaseAccessor |
CommonTableDatabaseAccessor.createInstance(Global glob,
I_EntryFactory factory,
java.lang.String confType,
java.lang.String confVersion,
java.util.Properties properties)
The Properties to use as a default are these from the QueuePlugin with the configuration name specified by defaultConfName (default is 'JDBC'). |
| Constructors in org.xmlBlaster.util.queue.jdbc with parameters of type I_EntryFactory | |
|---|---|
CommonTableDatabaseAccessor(JdbcConnectionPool pool,
I_EntryFactory factory,
java.lang.String managerName,
I_Storage storage)
|
|
CommonTableDatabaseAccessorDelegate(JdbcConnectionPool pool,
I_EntryFactory factory,
java.lang.String managerName,
I_Storage storage)
|
|
|
xmlBlaster 2.1.0 client API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||