psdi.mbo

Interface MboServerInterface

    • Method Detail

      • getMaximoDD

        MaximoDD getMaximoDD()
        Get the Maximo Data Dictionary loaded on this server.
      • getSchemaOwner

        java.lang.String getSchemaOwner()
        Returs the database schema owner.
      • getDBConnection

        java.sql.Connection getDBConnection(ConnectionKey conKey)
        Gets a database connection for reading and writing to the database. The ConnectionKey is used to distinguish one connection from other. The ConnectionKey can be obtained from UserInfo object or it can be created if a UserInfo object is available. When this function is called, always it must be called with a freeDBConnection() passing the same ConnectionKey object used to get the connection.
      • freeDBConnection

        void freeDBConnection(ConnectionKey conKey)
        Makes the connection used by the ConnectionKey object available for others.
      • freeMboSet

        void freeMboSet()
        Used by the framework to keep object references. Not called directly by the programmer
      • verifyUser

        boolean verifyUser(java.lang.String userCheck,
                           java.lang.String passCheck,
                           UserInfo userinfo,
                           java.lang.String app,
                           java.lang.String reason,
                           java.lang.String transid,
                           java.lang.String[] keyvalue)
                    throws MXException,
                           java.rmi.RemoteException
        Throws:
        MXException
        java.rmi.RemoteException