Class RemoteCollectionFactory

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, step.core.collections.CollectionFactory

    public class RemoteCollectionFactory
    extends java.lang.Object
    implements step.core.collections.CollectionFactory
    • Constructor Detail

      • RemoteCollectionFactory

        public RemoteCollectionFactory​(java.util.Properties properties)
      • RemoteCollectionFactory

        public RemoteCollectionFactory()
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException
      • getCollection

        public <T> step.core.collections.Collection<T> getCollection​(java.lang.String name,
                                                                     java.lang.Class<T> entityClass)
        Specified by:
        getCollection in interface step.core.collections.CollectionFactory