MonitorListenerpublic interface MonitorListener This interface defines the methods that must be implemented by objects
that are interested in call backs from server runtime monitors. |
Methods Summary |
---|
public boolean | deploy(MonitorableEntry entry, java.io.File archive)Callback from the auto deploy monitor when a new archive is detected.
| public boolean | reload(MonitorableEntry entry)Callback from the reload monitor for this given entry.
This is done when user updates the $APP_ROOT/.reload file
indicating the server runtime for a dynamic reload.
|
|