All Packages Class Hierarchy This Package Previous Next Index
Class amarquee.QRunInfo
java.lang.Object
|
+----amarquee.QRunInfo
- public class QRunInfo
- extends Object
You can get this class from the QMessage.getQRunInfo() method when an aMarqueeInfo(AMarqueeEvent e)
arrives. It contains some info about the current server status.
-
getAlloced()
-
-
getAllowed()
-
-
getAvail()
-
-
getCurrentPrivs()
-
-
getPossiblePrivs()
-
getAlloced
public int getAlloced()
- Returns:
- int - number of bytes allocated by your server
getAllowed
public int getAllowed()
- Returns:
- int - number of bytes your session are allowed to allocate on server.
-1 mean no limit. (< available memory).
getAvail
public int getAvail()
- Returns:
- int - number of bytes currently available on the server.
getCurrentPrivs
public int getCurrentPrivs()
- Returns:
- int - the bits of privileges your client is granted.
Bit definitions at AMarquee.QPRIV_xxxxxx
getPossiblePrivs
public int getPossiblePrivs()
- Returns:
- int - the bits of privileges your client can request.
Bit definitions at AMarquee.QPRIV_xxxxxx
All Packages Class Hierarchy This Package Previous Next Index