|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.quercus.profile.ProfileStore
public class ProfileStore
Stores the most recent profiles
| Constructor Summary | |
|---|---|
ProfileStore()
|
|
| Method Summary | |
|---|---|
static void |
addReport(ProfileReport report)
Adds a new report |
static ProfileReport |
findReport(long index)
Returns the report with the given index |
static long |
generateId()
|
static java.util.ArrayList<ProfileReport> |
getReports()
Returns the current reports |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProfileStore()
| Method Detail |
|---|
public static long generateId()
public static void addReport(ProfileReport report)
public static java.util.ArrayList<ProfileReport> getReports()
public static ProfileReport findReport(long index)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||