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

Uses of Class
com.ibm.tivoli.maximo.dbmanage.connection.MTContext

  • Packages that use MTContext 
    Package Description
    com.ibm.tivoli.maximo.dbmanage.connection  
    com.ibm.tivoli.maximo.integrity  
    com.ibm.tivoli.maximo.integrity.check  
    com.ibm.tivoli.maximo.integrity.unittest  
    • Uses of MTContext in com.ibm.tivoli.maximo.dbmanage.connection

      Fields in com.ibm.tivoli.maximo.dbmanage.connection declared as MTContext 
      Modifier and Type Field and Description
      static MTContext MTContext.LANDLORD 
      static MTContext MTContext.MASTER 
      Methods in com.ibm.tivoli.maximo.dbmanage.connection that return MTContext 
      Modifier and Type Method and Description
      MTContext ContextSql.getContext() 
      MTContext MTConnection.getContext()
      Get the current context.
      MTContext MTConnection.getContextForQuery(java.lang.String sql) 
      Methods in com.ibm.tivoli.maximo.dbmanage.connection with parameters of type MTContext 
      Modifier and Type Method and Description
      void MTSQLException.addException(MTContext context, java.sql.SQLException se)
      Add the exception and the context where the exception was thrown.
      int MTContext.compareTo(MTContext arg0) 
      java.sql.Connection MTConnection.getContextConnection(MTContext context) 
      void MTConnection.pushContext(MTContext context) 
      void MTConnection.setTargetContext(MTContext c) 
      Constructors in com.ibm.tivoli.maximo.dbmanage.connection with parameters of type MTContext 
      Constructor and Description
      ContextSql(MTContext context, java.lang.String sql) 
    • Uses of MTContext in com.ibm.tivoli.maximo.integrity

      Methods in com.ibm.tivoli.maximo.integrity that return MTContext 
      Modifier and Type Method and Description
      MTContext ICMessage.getContext() 
      Methods in com.ibm.tivoli.maximo.integrity with parameters of type MTContext 
      Modifier and Type Method and Description
      java.sql.Connection DatabaseInformation.getConnection(MTContext c)
      Get the connection for the context.
      void ICMessage.setContext(MTContext context)
      Set the tenant context for this message.
    • Uses of MTContext in com.ibm.tivoli.maximo.integrity.check

      Fields in com.ibm.tivoli.maximo.integrity.check declared as MTContext 
      Modifier and Type Field and Description
      protected MTContext CheckTenantData.currentTenant 
      Constructors in com.ibm.tivoli.maximo.integrity.check with parameters of type MTContext 
      Constructor and Description
      TenantSpecificRepair(MTContext context, Repair repair, DatabaseInformation di) 
    • Uses of MTContext in com.ibm.tivoli.maximo.integrity.unittest

      Methods in com.ibm.tivoli.maximo.integrity.unittest that return MTContext 
      Modifier and Type Method and Description
      protected MTContext ICCheckUnitTest.getTestTenant() 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes