Class RLimit


  • public class RLimit
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RLimit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHard()  
      int getSoft()  
      void setHard​(int hard)  
      void setSoft​(int soft)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • RLimit

        public RLimit()
    • Method Detail

      • getSoft

        public int getSoft()
      • setSoft

        public void setSoft​(int soft)
      • getHard

        public int getHard()
      • setHard

        public void setHard​(int hard)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object