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.


Method Index

 o getAlloced()
 o getAllowed()
 o getAvail()
 o getCurrentPrivs()
 o getPossiblePrivs()

Methods

 o getAlloced
 public int getAlloced()
Returns:
int - number of bytes allocated by your server
 o getAllowed
 public int getAllowed()
Returns:
int - number of bytes your session are allowed to allocate on server. -1 mean no limit. (< available memory).
 o getAvail
 public int getAvail()
Returns:
int - number of bytes currently available on the server.
 o getCurrentPrivs
 public int getCurrentPrivs()
Returns:
int - the bits of privileges your client is granted. Bit definitions at AMarquee.QPRIV_xxxxxx
 o 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