Package rasj

Interface RasImplementationInterface

    • Method Detail

      • getRasServer

        java.lang.String getRasServer()
      • dbIsOpen

        int dbIsOpen()
      • getClientID

        int getClientID()
      • getAccessMode

        int getAccessMode()
      • getErrorStatus

        java.lang.String getErrorStatus()
      • newDMap

        DMap newDMap()
        Description copied from interface: Implementation
        Create a new DMap object,
        not yet available in RasDaMan.
        Specified by:
        newDMap in interface Implementation
        Returns:
        The new DMap object.
        See Also:
        DMap
      • getObjectId

        java.lang.String getObjectId​(java.lang.Object obj)
        Description copied from interface: Implementation
        Get a String representation of the object's identifier.
        Specified by:
        getObjectId in interface Implementation
        Parameters:
        obj - The object whose identifier is being accessed.
        Returns:
        The object's identifier in the form of a String
      • getDatabase

        Database getDatabase​(java.lang.Object obj)
        Description copied from interface: Implementation
        Get the Database that contains the object obj,
        not yet available in RasDaMan.
        Specified by:
        getDatabase in interface Implementation
        Parameters:
        obj - The object.
        Returns:
        The Database that contains the object.
      • beginTA

        void beginTA()
      • isOpenTA

        boolean isOpenTA()
      • commitTA

        void commitTA()
      • abortTA

        void abortTA()
      • setMaxRetry

        void setMaxRetry​(int newRetry)
      • getMaxRetry

        int getMaxRetry()
      • setUserIdentification

        void setUserIdentification​(java.lang.String userName,
                                   java.lang.String plainPass)
      • setUserIdentificationHashed

        void setUserIdentificationHashed​(java.lang.String userName,
                                         java.lang.String md5HashedPass)
      • connectClient

        void connectClient​(java.lang.String userName,
                           java.lang.String hashedPass)
      • disconnectClient

        void disconnectClient()
      • getTypeStructure

        java.lang.String getTypeStructure​(java.lang.String typename,
                                          int typetype)