Package org.jpos.bsh

Class BSHLogListener.ScriptInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptInfo()  
      ScriptInfo​(bsh.NameSpace ns)  
      ScriptInfo​(java.lang.String code, long lastModified)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Getter for property code.
      long getLastCheck()
      Getter for property lastCheck.
      long getLastModified()
      Getter for property lastModified.
      bsh.NameSpace getNameSpace()
      Getter for property nameSpace.
      void setCode​(java.lang.String code)
      Setter for property code.
      void setLastCheck​(long lastCheck)
      Setter for property lastCheck.
      void setLastModified​(long lastModified)
      Setter for property lastModified.
      void setNameSpace​(bsh.NameSpace nameSpace)
      Setter for property nameSpace.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScriptInfo

        public ScriptInfo​(bsh.NameSpace ns)
      • ScriptInfo

        public ScriptInfo​(java.lang.String code,
                          long lastModified)
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Getter for property code.
        Returns:
        Value of property code.
      • setCode

        public void setCode​(java.lang.String code)
        Setter for property code.
        Parameters:
        code - New value of property code.
      • getLastModified

        public long getLastModified()
        Getter for property lastModified.
        Returns:
        Value of property lastModified.
      • setLastModified

        public void setLastModified​(long lastModified)
        Setter for property lastModified.
        Parameters:
        lastModified - New value of property lastModified.
      • getLastCheck

        public long getLastCheck()
        Getter for property lastCheck.
        Returns:
        Value of property lastCheck.
      • setLastCheck

        public void setLastCheck​(long lastCheck)
        Setter for property lastCheck.
        Parameters:
        lastCheck - New value of property lastCheck.
      • getNameSpace

        public bsh.NameSpace getNameSpace()
        Getter for property nameSpace.
        Returns:
        Value of property nameSpace.
      • setNameSpace

        public void setNameSpace​(bsh.NameSpace nameSpace)
        Setter for property nameSpace.
        Parameters:
        nameSpace - New value of property nameSpace.