org.mortbay.setuid
Class RLimit

java.lang.Object
  extended by org.mortbay.setuid.RLimit

public class RLimit
extends Object


Constructor Summary
RLimit()
           
 
Method Summary
 int getHard()
           
 int getSoft()
           
 void setHard(int hard)
           
 void setSoft(int soft)
           
 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 String toString()
Overrides:
toString in class Object


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.