Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.addins.jspTags
Class BIThinSession

java.lang.Object
  |
  +--oracle.dss.appmodule.client.BISession
        |
        +--oracle.dss.addins.thin.common.BaseThinSession
              |
              +--oracle.dss.addins.jspTags.BIThinSession
All Implemented Interfaces:
oracle.dss.addins.thin.common.BIBaseApplication, ErrorHandlerCallback, java.util.EventListener, javax.servlet.http.HttpSessionBindingListener

public class BIThinSession
extends oracle.dss.addins.thin.common.BaseThinSession
implements javax.servlet.http.HttpSessionBindingListener

A class provides OLAP and Catalog services to rest of BI JSP Tags


Method Summary
 java.util.Dictionary getState()
          Retrieves the state information for the BI Beans that are defined in the BIThinSessionTag
 java.lang.String getStateString()
          Retrieves the state information in the form of a String.

 

Methods inherited from class oracle.dss.addins.thin.common.BaseThinSession
getDefaultQuery, getErrorHandlerProvider, getRootContext, getSaveConfirmationId, getSaveConfirmationPage, isAutoRefreshPersistenceUI, isPreviewMode, loadView, setAutoRefreshPersistenceUI, setSaveConfirmationId, setSaveConfirmationPage, setupBiCustomization, valueBound, valueUnbound

 

Methods inherited from class oracle.dss.appmodule.client.BISession
addErrorHandler, connect, disconnect, getBIUser, getConfigFileName, getDebugMode, getErrorHandler, getLocale, getManagerFactory, getManagerFactory, getProperty, isConfigFileSpecified, removeErrorHandler, removeProperty, setAuthenticationProvider, setBIUser, setConfigFileName, setConnectionProvider, setLocale, setProperty, setSecurityConfigEntries, setSecurityConfigFileName, setUserCommunityProvider

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface javax.servlet.http.HttpSessionBindingListener
valueBound, valueUnbound

 

Methods inherited from interface oracle.dss.addins.thin.common.BIBaseApplication
createObjectFromState, getErrorHandler, getLocale, getObjectManager, getServletRequest, isStateful, setLocale, setStateful

 

Method Detail

getState

public java.util.Dictionary getState()
Retrieves the state information for the BI Beans that are defined in the BIThinSessionTag
Returns:
the State information

getStateString

public java.lang.String getStateString()
Retrieves the state information in the form of a String. If no state information exists, a null string is returned. The query parameter values are encoded for url reserved characters like '?', '%" etc.
Returns:
the state string

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.