Method Summary |
|
public void | add(DeployGenerator<C> generator) Adds a deploy generator. |
public void | destroy() Closes the deploys. |
public C | findController(String name) Returns the matching entry. |
public ArrayList<C> | getControllers() Returns the deployed entries. |
public void | init() Initialize the container. |
public boolean | isModifiedImpl() Returns true if the deployment has modified. |
public boolean | logModified(Logger log) Logs the reason for modification. |
public void | remove(DeployGenerator<C> generator) Removes a deploy. |
public void | remove(String name) Called to explicitly remove an entry from the cache. |
public void | start() Start the container. |
public void | stop() Closes the stop. |
public String | toString() |
public void | update() Forces updates. |
public C | update(String name) Callback from the DeployGenerator when the deployment changes.
update is only called when a deployment is added
or removed, e.g. |
C | updateImpl(String name) Callback from the DeployGenerator when the deployment changes.
update is only called when a deployment is added
or removed, e.g. |