org.jboss.osgi.repository.spi
Class AbstractRepositoryCachePlugin

java.lang.Object
  extended by org.jboss.osgi.repository.spi.AbstractRepositoryCachePlugin
All Implemented Interfaces:
RepositoryCachePlugin

public class AbstractRepositoryCachePlugin
extends Object
implements RepositoryCachePlugin

An abstract RepositoryCachePlugin that does nothing

Since:
16-Jan-2012
Author:
thomas.diesler@jboss.com

Constructor Summary
AbstractRepositoryCachePlugin()
           
 
Method Summary
 Collection<Capability> findProviders(Requirement req)
           
 Collection<Capability> storeCapabilities(Collection<Capability> caps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRepositoryCachePlugin

public AbstractRepositoryCachePlugin()
Method Detail

findProviders

public Collection<Capability> findProviders(Requirement req)
Specified by:
findProviders in interface RepositoryCachePlugin

storeCapabilities

public Collection<Capability> storeCapabilities(Collection<Capability> caps)
                                         throws RepositoryStorageException
Specified by:
storeCapabilities in interface RepositoryCachePlugin
Throws:
RepositoryStorageException


Copyright © 2012. All Rights Reserved.