|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionFactoryIF | |
---|---|
net.ontopia.topicmaps.impl.basic | The in-memory implementation of the core topic map interfaces. |
net.ontopia.topicmaps.impl.basic.index | Index classes for use with the basic implementation. |
net.ontopia.topicmaps.impl.rdbms | Relational database implementation of the core topic map interfaces. |
net.ontopia.topicmaps.impl.rdbms.index | Index classes for use with the rdbms implementation. |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
net.ontopia.utils | Contains utility classes and generic interfaces. |
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.basic |
---|
Fields in net.ontopia.topicmaps.impl.basic declared as CollectionFactoryIF | |
---|---|
protected CollectionFactoryIF |
SubjectIdentityCache.cfactory
|
Constructors in net.ontopia.topicmaps.impl.basic with parameters of type CollectionFactoryIF | |
---|---|
SubjectIdentityCache(TopicMapTransactionIF txn,
CollectionFactoryIF cfactory)
|
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.basic.index |
---|
Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type CollectionFactoryIF | |
---|---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory,
EventManagerIF emanager,
ObjectTreeManager otree)
|
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.rdbms |
---|
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type CollectionFactoryIF | |
---|---|
SubjectIdentityCache(TopicMapTransactionIF txn,
CollectionFactoryIF cfactory)
|
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.rdbms.index |
---|
Constructors in net.ontopia.topicmaps.impl.rdbms.index with parameters of type CollectionFactoryIF | |
---|---|
IndexManager(TopicMapTransactionIF transaction,
CollectionFactoryIF cfactory)
|
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.utils |
---|
Fields in net.ontopia.topicmaps.impl.utils declared as CollectionFactoryIF | |
---|---|
protected CollectionFactoryIF |
TopicModificationManager.cfactory
|
protected CollectionFactoryIF |
ObjectTreeManager.cfactory
|
protected CollectionFactoryIF |
AbstractTopicMapTransaction.cfactory
|
Methods in net.ontopia.topicmaps.impl.utils that return CollectionFactoryIF | |
---|---|
CollectionFactoryIF |
AbstractTopicMapTransaction.getCollectionFactory()
|
Constructors in net.ontopia.topicmaps.impl.utils with parameters of type CollectionFactoryIF | |
---|---|
ObjectTreeManager(EventManagerIF emanager,
CollectionFactoryIF cfactory)
|
|
TopicModificationManager(EventManagerIF emanager,
CollectionFactoryIF cfactory)
|
Uses of CollectionFactoryIF in net.ontopia.utils |
---|
Classes in net.ontopia.utils that implement CollectionFactoryIF | |
---|---|
class |
CollectionFactory
INTERNAL: A collection factory that returns non-synchronized standard java.util collection objects. |
class |
SynchronizedCollectionFactory
INTERNAL: A collection factory that returns synchronized standard java.util collection objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |