Uses of Class
com.hyperion.css.CSSSystem

Packages that use CSSSystem
com.hyperion.css   
 

Uses of CSSSystem in com.hyperion.css
 

Methods in com.hyperion.css that return CSSSystem
static CSSSystem CSSSystem.getCSSSystem()
          Returns an instance of CSSSystem if the the system has been already initialized, returns null otherwise.
static CSSSystem CSSSystem.getInstance()
          Deprecated.  
static CSSSystem CSSSystem.getInstance(java.util.Map context, java.lang.String logPath)
          Returns an initialized singleton instance of CSSSystem using the configuration from EPM Registry.
static CSSSystem CSSSystem.getInstance(java.util.Map context, java.net.URL configURL, java.lang.String logPath)
          Deprecated. (non-Javadoc) This is an EPM mode only API.

Returns an initialized singleton instance of CSSSystem using the specified configURL. Note that if the CSSSystem was already initialized using configuration from registry, the system will not initialize again, but the same instance would be returned. A warning would be logged.

If Native directory is not reachable, the initialization logic will try to reconnect to it for a few attempts. If Native directory is not reachable even after retry attempts, this method will fail with exception.

The context can specify the following:

  1. locale
  2. NO_CACHE - Note that setting this option will only defer the cache building from initialize time to when required.

The directory location of where the client log file should be created is required, In case of invalid log location, the log will be created in the JVM temp folder.

 



Copyright © 2005-2009 Oracle Corporation.