public interface ViewInstanceHandlerList
| Modifier and Type | Method and Description |
|---|---|
void |
addViewInstance(ViewInstanceEntity viewInstanceDefinition)
Add a handler for the given view instance.
|
void |
removeViewInstance(ViewInstanceEntity viewInstanceDefinition)
Remove the handler for the given view instance.
|
void |
shareSessionCacheToViews(org.eclipse.jetty.server.session.SessionCache serverSessionCache)
Shares specified sessionCache between all views' handlers
|
void addViewInstance(ViewInstanceEntity viewInstanceDefinition) throws org.apache.ambari.view.SystemException
viewInstanceDefinition - the view instanceorg.apache.ambari.view.SystemException - if a handler the view instance can not be addedvoid shareSessionCacheToViews(org.eclipse.jetty.server.session.SessionCache serverSessionCache)
serverSessionCache - the sessionCache instancevoid removeViewInstance(ViewInstanceEntity viewInstanceDefinition)
viewInstanceDefinition - the view instanceCopyright © 2022 Apache Software Foundation. All rights reserved.