org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryGraphServlet Class Reference

List of all members.

Public Member Functions

void doGet (HttpServletRequest req, HttpServletResponse res) throws IOException, ServletException

Static Public Member Functions

int getWidth (int length)
int getHeight ()

Detailed Description

Author:
Adriana Danes
Contributor Michel-Ange Anton

Definition at line 51 of file MemoryGraphServlet.java.


Member Function Documentation

void org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryGraphServlet.doGet HttpServletRequest  req,
HttpServletResponse  res
throws IOException, ServletException
 

Respond to a GET request for the content produced by this servlet.

Parameters:
req The servlet request we are processing
res The servlet response we are producing
Exceptions:
IOException if an input/output error occurs
ServletException if a servlet error occurs

Definition at line 80 of file MemoryGraphServlet.java.

References org.objectweb.jonas.webapp.jonasadmin.WhereAreYou.getCurrentDomainName(), and org.objectweb.jonas.webapp.jonasadmin.WhereAreYou.getCurrentJonasServerName().

Here is the call graph for this function:

int org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryGraphServlet.getHeight  )  [static]
 

Returns:
the picture height

Definition at line 210 of file MemoryGraphServlet.java.

int org.objectweb.jonas.webapp.jonasadmin.monitoring.MemoryGraphServlet.getWidth int  length  )  [static]
 

Parameters:
length the data array size (data.length)
Returns:
the picture width when displaying an array of the specified size

Definition at line 203 of file MemoryGraphServlet.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:13 2005 for JOnAS by  doxygen 1.3.9.1