Uses of Interface
net.ontopia.utils.CollectionFactoryIF
Packages that use CollectionFactoryIF
Package
Description
The in-memory implementation of the core topic map interfaces.
Index classes for use with the basic implementation.
Relational database implementation of the core topic map
interfaces.
Index classes for use with the rdbms implementation.
INTERNAL: Classes that are used by many implementations.
Contains utility classes and generic interfaces.
-
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as CollectionFactoryIFModifier and TypeFieldDescriptionprotected CollectionFactoryIFSubjectIdentityCache.cfactoryprotected CollectionFactoryIFTopicMap.cfactoryConstructors in net.ontopia.topicmaps.impl.basic with parameters of type CollectionFactoryIFModifierConstructorDescriptionSubjectIdentityCache(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 CollectionFactoryIFModifierConstructorDescriptionIndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory, EventManagerIF emanager, ObjectTreeManager otree, SubjectIdentityCache sicache) -
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.rdbms
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type CollectionFactoryIFModifierConstructorDescriptionSubjectIdentityCache(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 CollectionFactoryIFModifierConstructorDescriptionIndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory) -
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as CollectionFactoryIFModifier and TypeFieldDescriptionprotected CollectionFactoryIFAbstractTopicMapTransaction.cfactoryprotected CollectionFactoryIFObjectTreeManager.cfactoryprotected CollectionFactoryIFTopicModificationManager.cfactoryMethods in net.ontopia.topicmaps.impl.utils that return CollectionFactoryIFConstructors in net.ontopia.topicmaps.impl.utils with parameters of type CollectionFactoryIFModifierConstructorDescriptionObjectTreeManager(EventManagerIF emanager, CollectionFactoryIF cfactory) TopicModificationManager(EventManagerIF emanager, CollectionFactoryIF cfactory) -
Uses of CollectionFactoryIF in net.ontopia.utils
Classes in net.ontopia.utils that implement CollectionFactoryIFModifier and TypeClassDescriptionclassINTERNAL: A collection factory that returns non-synchronized standard java.util collection objects.classINTERNAL: A collection factory that returns synchronized standard java.util collection objects.