| |
|
| java.lang.Object com.sun.jbi.jsf.bean.RuntimeStatsBean
RuntimeStatsBean | public class RuntimeStatsBean (Code) | | Stores the framework and NMR statistics for an instance.
|
RuntimeStatsBean | public RuntimeStatsBean()(Code) | | No argument constructor
|
getFrameworkPS | public PropertySheet getFrameworkPS()(Code) | | gets the framework runtime statistics property sheet
the framework statistics |
getNMRPS | public PropertySheet getNMRPS()(Code) | | gets the NMR runtime statistics property sheet
the NMR statistics |
setFrameworkPS | public void setFrameworkPS(PropertySheet aPropertySheet)(Code) | | sets the framework runtime statistics property sheet
Parameters: the - framework statistics |
setNMRPS | public void setNMRPS(PropertySheet aPropertySheet)(Code) | | sets the NMR runtime statistics property sheet
Parameters: the - NMR statistics |
|
|
|