|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRuntimeRepositoryLookup
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.
| Method Summary | |
|---|---|
IRuntimeRepository |
getRuntimeRepository()
Returns an instance of IRuntimeRepository that is used to load the product component
and generation of a serialized ProductConfiguration after deserialization. |
| Method Detail |
|---|
IRuntimeRepository getRuntimeRepository()
IRuntimeRepository that is used to load the product component
and generation of a serialized ProductConfiguration after deserialization.
IRuntimeRepository used to load product components and product component
generations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||