public interface Heaplet
Heap
. A heaplet can retrieve
object(s) it depends on from the heap.Object create(Name name, JsonValue config, Heap heap) throws HeapException
name
- the name of the object to be created.config
- the heaplet's configuration object.heap
- the heap where object dependencies can be retrieved.HeapException
- if an exception occurred during creation of the object or any of its dependencies.JsonValueException
- if the heaplet (or one of its dependencies) has a malformed configuration object.void destroy()
Copyright 2011-2015 ForgeRock AS.