Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.security.ConnectionKey

  • Packages that use ConnectionKey 
    Package Description
    com.ibm.tivoli.maximo.intservice  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews  
    com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data  
    com.ibm.tivoli.maximo.skd.resources  
    psdi.configure
    This package includes classes for applying configuration changes to the database.
    psdi.mbo  
    psdi.security
    The Security package manages runtime information pertaining to active sessions and their security profiles.
    psdi.server  
    • Uses of ConnectionKey in com.ibm.tivoli.maximo.intservice

      Methods in com.ibm.tivoli.maximo.intservice with parameters of type ConnectionKey 
      Modifier and Type Method and Description
      void WebMethodService.freeDBConnection(ConnectionKey conKey) 
      java.sql.Connection WebMethodService.getDBConnection(ConnectionKey conKey) 
    • Uses of ConnectionKey in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews with parameters of type ConnectionKey 
      Modifier and Type Method and Description
      static AlternateAvailHashMap ResourceHoursViewModelHelper.getAlternateAvailHashMap(java.lang.String projectId, ConnectionKey connectionKey, boolean isEnabled) 
    • Uses of ConnectionKey in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data

      Methods in com.ibm.tivoli.maximo.miniapps.scheduler.resourceviews.data with parameters of type ConnectionKey 
      Modifier and Type Method and Description
      void AlternateAvailHashMap.populateFromDd(ConnectionKey connectionKey) 
    • Uses of ConnectionKey in com.ibm.tivoli.maximo.skd.resources

      Methods in com.ibm.tivoli.maximo.skd.resources with parameters of type ConnectionKey 
      Modifier and Type Method and Description
      void SKDResourceLoadCalculator.deleteSKDLaborHrs(long SKDProjectId, ConnectionKey connectionKey) 
      void SKDGSLPResourceLoadCalculator.deleteSKDLaborHrs(long SKDProjectId, ConnectionKey connectionKey) 
    • Uses of ConnectionKey in psdi.configure

      Fields in psdi.configure declared as ConnectionKey 
      Modifier and Type Field and Description
      protected ConnectionKey CommonShell.conKey
      Database connection key, if established via MXServer.
    • Uses of ConnectionKey in psdi.mbo

      Methods in psdi.mbo with parameters of type ConnectionKey 
      Modifier and Type Method and Description
      void DBShortcut.connect(ConnectionKey conKey)
      This method obtains a SQL.Connection to the database connected by MXServer The returned connection is obtained by MXserver.
      void MboServerInterface.freeDBConnection(ConnectionKey conKey)
      Makes the connection used by the ConnectionKey object available for others.
      java.sql.Connection MboServerInterface.getDBConnection(ConnectionKey conKey)
      Gets a database connection for reading and writing to the database.
    • Uses of ConnectionKey in psdi.security

      Subclasses of ConnectionKey in psdi.security 
      Modifier and Type Class and Description
      class  SystemConnectionKey
      SystemConnectionKey used to get system connection for DBManager pool.
      Methods in psdi.security that return ConnectionKey 
      Modifier and Type Method and Description
      ConnectionKey UserInfo.getConnectionKey()
      Returns a ConnectionKey which can be used to get a database connection.
    • Uses of ConnectionKey in psdi.server

      Methods in psdi.server that return ConnectionKey 
      Modifier and Type Method and Description
      ConnectionKey DBManager.getSystemConnectionKey()
      Returns SystemConnectionKey object to use to get System connection.
      Methods in psdi.server with parameters of type ConnectionKey 
      Modifier and Type Method and Description
      void DBManager.freeConnection(ConnectionKey conKey) 
      void OracleProxyDBManager.freeConnectionDetail(ConnectionKey conKey) 
      void AppService.freeDBConnection(ConnectionKey conKey)
      Makes the connection used by the ConnectionKey object available for others.
      java.sql.Connection DBManager.getConnection(ConnectionKey conKey) 
      java.sql.Connection OracleProxyDBManager.getConnectionDetail(ConnectionKey conKey)
      Get's a connection.
      java.sql.Connection AppService.getDBConnection(ConnectionKey conKey)
      Gets a database connection for reading and writing to the database.
      boolean DBManager.setApiPingConn(java.net.InetAddress inetAddress, ConnectionKey conKey) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes