public class PortletInfo extends Object
| Constructor and Description |
|---|
PortletInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getActionErrorCount() |
int |
getActionRequestCount() |
long |
getActionRequestProcessingTime() |
float |
getAverageActionTime() |
float |
getAverageRenderTime() |
String |
getMaxActionRequestUri() |
long |
getMaxActionTime() |
String |
getMaxRenderRequestUri() |
long |
getMaxRenderTime() |
int |
getRenderErrorCount() |
int |
getRenderRequestCount() |
long |
getRenderRequestProcessingTime() |
boolean |
isUsed() |
void |
newActionCall(long time,
boolean error) |
void |
newRenderCall(long time,
boolean error) |
public long getRenderRequestProcessingTime()
public long getActionRequestProcessingTime()
public long getMaxRenderTime()
public long getMaxActionTime()
public String getMaxRenderRequestUri()
public String getMaxActionRequestUri()
public float getAverageRenderTime()
public float getAverageActionTime()
public int getRenderRequestCount()
public int getActionRequestCount()
public int getRenderErrorCount()
public int getActionErrorCount()
public void newRenderCall(long time,
boolean error)
public void newActionCall(long time,
boolean error)
public boolean isUsed()
Copyright © 2003-2017 GateIn. All Rights Reserved.