Class DatabaseActorExecutionClassProducer

    • Field Detail

      • m_URL

        protected String m_URL
        the database URL.
      • m_User

        protected String m_User
        the database user.
      • m_Password

        protected BasePassword m_Password
        the database password.
    • Constructor Detail

      • DatabaseActorExecutionClassProducer

        public DatabaseActorExecutionClassProducer()
    • Method Detail

      • setURL

        public void setURL​(String value)
        Sets the database URL.
        Parameters:
        value - the URL
      • getURL

        public String getURL()
        Returns the database URL.
        Returns:
        the URL
      • URLTipText

        public String URLTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setUser

        public void setUser​(String value)
        Sets the database user.
        Parameters:
        value - the user
      • getUser

        public String getUser()
        Returns the database user.
        Returns:
        the user
      • userTipText

        public String userTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • passwordTipText

        public String passwordTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • main

        public static void main​(String[] args)
        Executes the producer from commandline.
        Parameters:
        args - the commandline arguments, use -help for help