Oracle Data-aware Controls Reference

Uses of Class
oracle.dacf.dataset.SessionInfo

Packages that use SessionInfo
oracle.dacf.dataset This packages provides that classes, facilities and mechanisms necessary for defining that data model for the DAC Java client. 
oracle.dacf.dataset.connections   
 

Uses of SessionInfo in oracle.dacf.dataset
 

Methods in oracle.dacf.dataset that return SessionInfo
 SessionInfo ResultSetInfo.getSession()
          return the session associated with this ResultSetInfo
 

Methods in oracle.dacf.dataset with parameters of type SessionInfo
 void ResultSetInfo.setSession(SessionInfo sessInfo)
          specify the owning session for this ResultSetInfo.
static boolean DataSetUtils.checkSessionInfoParams(SessionInfo sessInfo)
          check if session info object has been setup with all necessary information.
protected static boolean DataSetUtils._checkBasicProperties(SessionInfo sessInfo)
           
protected static boolean DataSetUtils._checkAppModule(SessionInfo sessInfo)
           
protected static boolean DataSetUtils._checkXMLFile(SessionInfo sessInfo)
           
 boolean CustomConnect.connect(oracle.jbo.ApplicationModule appModule, SessionInfo sessInfo)
          Deprecated. Called by the DAC framework to do the actual connect.
 

Uses of SessionInfo in oracle.dacf.dataset.connections
 

Methods in oracle.dacf.dataset.connections with parameters of type SessionInfo
 void ConnectionInfo.setCustomConnect(CustomConnect customConnect, SessionInfo sessionInfo)
          Deprecated. use setCustomConnection instead.
 void Connection.setCustomConnect(CustomConnect customConnect, SessionInfo sessionInfo)
          Deprecated. use setCustomConnection instead
 


Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.