Class TransactionServiceImpl

    • Constructor Detail

      • TransactionServiceImpl

        public TransactionServiceImpl()
    • Method Detail

      • getName

        public java.lang.String getName()
                                 throws XMLDBException
        Returns the name associated with the Configurable object.
        Specified by:
        getName in interface Service
        Returns:
        the name of the object.
        Throws:
        XMLDBException - with expected error codes.
        ErrorCodes.VENDOR_ERROR for any vendor specific errors that occur.
      • getVersion

        public java.lang.String getVersion()
                                    throws XMLDBException
        Gets the Version attribute of the Service object
        Specified by:
        getVersion in interface Service
        Returns:
        The Version value
        Throws:
        XMLDBException - with expected error codes.
        ErrorCodes.VENDOR_ERROR for any vendor specific errors that occur.
      • setCollection

        public void setCollection​(Collection col)
                           throws XMLDBException
        Sets the Collection attribute of the Service object
        Specified by:
        setCollection in interface Service
        Parameters:
        col - The new Collection value
        Throws:
        XMLDBException - with expected error codes.
        ErrorCodes.VENDOR_ERROR for any vendor specific errors that occur.