Uses of Interface
net.ontopia.utils.CollectionFactoryIF
-
Packages that use CollectionFactoryIF Package Description 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 Modifier and Type Field Description protected CollectionFactoryIFSubjectIdentityCache. cfactoryprotected CollectionFactoryIFTopicMap. cfactoryConstructors in net.ontopia.topicmaps.impl.basic with parameters of type CollectionFactoryIF Constructor Description 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 Constructor Description IndexManager(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 CollectionFactoryIF Constructor Description 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 Constructor Description IndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory) -
Uses of CollectionFactoryIF in net.ontopia.topicmaps.impl.utils
Fields in net.ontopia.topicmaps.impl.utils declared as CollectionFactoryIF Modifier and Type Field Description protected CollectionFactoryIFAbstractTopicMapTransaction. cfactoryprotected CollectionFactoryIFObjectTreeManager. cfactoryprotected CollectionFactoryIFTopicModificationManager. cfactoryMethods in net.ontopia.topicmaps.impl.utils that return CollectionFactoryIF Modifier and Type Method Description CollectionFactoryIFAbstractTopicMapTransaction. getCollectionFactory()Constructors in net.ontopia.topicmaps.impl.utils with parameters of type CollectionFactoryIF Constructor Description 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 Modifier and Type Class Description classCollectionFactoryINTERNAL: A collection factory that returns non-synchronized standard java.util collection objects.classSynchronizedCollectionFactoryINTERNAL: A collection factory that returns synchronized standard java.util collection objects.
-