Interface IRuntimeRepositoryLookup

All Superinterfaces:
Serializable

public interface IRuntimeRepositoryLookup extends Serializable
A IRuntimeRepositoryLookup is an interface for a class that is able to provide a runtime repository. It is used to serialize policy components especially the ProductConfiguration .

An implementation needs to be serializable hence this interface already implements the Serializable interface. After serializing and deserializing an object of this type the method getRuntimeRepository() needs to return an IRuntimeRepository with the same content as before.