Class RemoteCollectionFactory

java.lang.Object
step.client.collections.remote.RemoteCollectionFactory
All Implemented Interfaces:
step.core.collections.CollectionFactory

public class RemoteCollectionFactory extends Object implements step.core.collections.CollectionFactory
  • Constructor Details

    • RemoteCollectionFactory

      public RemoteCollectionFactory(Properties properties)
    • RemoteCollectionFactory

      public RemoteCollectionFactory()
    • RemoteCollectionFactory

      public RemoteCollectionFactory(ControllerCredentials credentials)
    • RemoteCollectionFactory

      public RemoteCollectionFactory(AbstractRemoteClient client)
  • Method Details

    • close

      public void close() throws IOException
      Specified by:
      close in interface step.core.collections.CollectionFactory
      Throws:
      IOException
    • getCollection

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

      public step.core.collections.Collection<step.core.collections.EntityVersion> getVersionedCollection(String name)
      Specified by:
      getVersionedCollection in interface step.core.collections.CollectionFactory