Class RemoteComponentRepositoryDB

java.lang.Object
com.zfabrik.components.provider.util.FSComponentExtRepositoryDB<com.zfabrik.components.provider.util.FSCRDBComponent>
com.zfabrik.components.provider.util.FSComponentRepositoryDB
com.zfabrik.hubcr.RemoteComponentRepositoryDB
All Implemented Interfaces:
Serializable

public class RemoteComponentRepositoryDB extends com.zfabrik.components.provider.util.FSComponentRepositoryDB
The repository component DB for use with remote component repository
Author:
hb
See Also:
  • Field Summary

    Fields inherited from class com.zfabrik.components.provider.util.FSComponentExtRepositoryDB

    FIND_CACHE_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    Copy constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    void
    setRevision(long revision)
     

    Methods inherited from class com.zfabrik.components.provider.util.FSComponentRepositoryDB

    createSyntheticComponent

    Methods inherited from class com.zfabrik.components.provider.util.FSComponentExtRepositoryDB

    clearCache, delegate, equals, findComponents, getCacheHits, getCacheQueries, getCacheSize, getComponents, getComponentsOfModule, getModules, getRevision, hasComponentModule, hashCode, hasModule, moduleOf, putComponent, removeComponent, removeModule

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoteComponentRepositoryDB

      public RemoteComponentRepositoryDB()
    • RemoteComponentRepositoryDB

      public RemoteComponentRepositoryDB(RemoteComponentRepositoryDB db)
      Copy constructor
      Parameters:
      db -
  • Method Details

    • getRevision

      public long getRevision()
    • setRevision

      public void setRevision(long revision)