|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use I_EntryFactory | |
| org.xmlBlaster.client.queuemsg | |
| org.xmlBlaster.engine | The core implementation. |
| org.xmlBlaster.engine.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.engine |
| Methods in org.xmlBlaster.engine that return I_EntryFactory | |
I_EntryFactory |
ServerScope.getEntryFactory()
The factory creating queue or msgUnitStore entries from persistent store. |
| Uses of I_EntryFactory in org.xmlBlaster.engine.queuemsg |
| Classes in org.xmlBlaster.engine.queuemsg that implement I_EntryFactory | |
class |
ServerEntryFactory
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 |
| Fields in org.xmlBlaster.util.queue.jdbc declared as I_EntryFactory | |
private I_EntryFactory |
JdbcManagerCommonTable.factory
|
| Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_EntryFactory | |
static JdbcManagerCommonTable |
JdbcManagerCommonTable.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 | |
JdbcManagerCommonTable(JdbcConnectionPool pool,
I_EntryFactory factory,
java.lang.String managerName,
I_Storage storage)
|
|
JdbcManagerCommonTableDelegate(JdbcConnectionPool pool,
I_EntryFactory factory,
java.lang.String managerName,
I_Storage storage)
|
|
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||