Uses of Class
com.tensegrity.palowebviewer.server.PaloConfiguration

Packages that use PaloConfiguration
com.tensegrity.palowebviewer.modules.engine.server   
com.tensegrity.palowebviewer.server   
com.tensegrity.palowebviewer.server.paloaccessor   
com.tensegrity.palowebviewer.server.security   
 

Uses of PaloConfiguration in com.tensegrity.palowebviewer.modules.engine.server
 

Methods in com.tensegrity.palowebviewer.modules.engine.server that return PaloConfiguration
 PaloConfiguration IEngineContext.getConfiguration()
           
 

Uses of PaloConfiguration in com.tensegrity.palowebviewer.server
 

Methods in com.tensegrity.palowebviewer.server that return PaloConfiguration
static PaloConfiguration PaloConfigurator.getConfiguration(java.util.Properties props)
           
 

Methods in com.tensegrity.palowebviewer.server with parameters of type PaloConfiguration
 void PaloConnectionFactory.initialize(PaloConfiguration cfg)
           
 void IConnectionFactory.initialize(PaloConfiguration cfg)
           
protected abstract  void PaloConfigurator.BasePropertyConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.RightManagerConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.PoolMaxConnectionsConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ShowCubeDimensionsConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ShowDbExplorerConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ShowFavoriteViewsConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.NavigationPanelWidthConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ShowNavigationPanelConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ShowDatabaseDimensionsConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ReloadOnLogincConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.FractionNumberConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.POVShowLevelsConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.POVLoadSelectedPathConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.TDShowLevelsConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.UserConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.PasswordConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ColumnMinVisibleStringConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.ColumnMaxVisibleStringConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.HintTimeConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
protected  void PaloConfigurator.NotificationMissingExpandedElementConfigurator.onKeyMatch(java.lang.String value, PaloConfiguration config)
           
 void PaloConfigurator.IPropertyConfigurator.parse(PaloConfiguration config, java.util.regex.Matcher m, java.lang.String value)
           
 void PaloConfigurator.BasePropertyConfigurator.parse(PaloConfiguration config, java.util.regex.Matcher m, java.lang.String value)
           
 void PaloConfigurator.ServerConfigurator.parse(PaloConfiguration config, java.util.regex.Matcher m, java.lang.String value)
           
 

Constructors in com.tensegrity.palowebviewer.server with parameters of type PaloConfiguration
GlobalConnectionPool(PaloConfiguration configurator)
           
GlobalConnectionPool(PaloConfiguration configurator, IConnectionFactory factory)
           
 

Uses of PaloConfiguration in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type PaloConfiguration
static XServer[] PaloHelper.getXServers(IConnectionPool pool, PaloConfiguration cfg, XRoot root)
           
 XRoot PaloAccessor.init(XRoot root, IConnectionPool pool, PaloConfiguration cfg)
          initializes root object.
 

Uses of PaloConfiguration in com.tensegrity.palowebviewer.server.security
 

Methods in com.tensegrity.palowebviewer.server.security with parameters of type PaloConfiguration
static IAuthenificator AuthenificatorFactory.getAuthenificator(java.lang.String authenificatorClassName, PaloConfiguration cfg)
          Create authenificator by class name
 

Constructors in com.tensegrity.palowebviewer.server.security with parameters of type PaloConfiguration
TestEnviromentAuthenificator(PaloConfiguration cfg)