|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Description | |
|---|---|
| patterntesting.runtime.jmx | This is the package for JMX support. |
| patterntesting.runtime.monitor | This package provides some monitors like the ClasspathMonitor or
ProfileMonitor. |
| patterntesting.runtime.monitor.db | This package contains classes which are usefull for monitoring databases. |
| Uses of Description in patterntesting.runtime.jmx |
|---|
| Methods in patterntesting.runtime.jmx with annotations of type Description | |
|---|---|
String |
InfoMBean.getBuildTime()
Gets the builds the time of PatternTesting. |
String |
InfoMBean.getVersion()
Gets the version of PatternTesting. |
| Uses of Description in patterntesting.runtime.monitor |
|---|
| Classes in patterntesting.runtime.monitor with annotations of type Description | |
|---|---|
interface |
ClasspathMonitorMBean
All the methods which might help you to find classpath problems are collected in this JMX interface. |
interface |
ProfileStatisticMBean
The Interface ProfileStatisticMBean. |
| Methods in patterntesting.runtime.monitor with annotations of type Description | |
|---|---|
void |
ClasspathMonitorMBean.addMeAsShutdownHook()
To be able to register the instance as shutdown hook you can use this (non static) method. |
void |
ClasspathMonitorMBean.dumpMe()
This operation dumps the different MBean attributes to a temporary file with the prefix "cpmon" (for ClasspathMonitor) and the extension ".txt". |
void |
ProfileStatisticMBean.dumpStatistic()
Dump statistic. |
String[] |
ClasspathMonitorMBean.getBootClasspath()
Gets the boot classpath. |
String |
ClasspathMonitorMBean.getClassloaderInfo()
Returns some information about the classloader. |
String[] |
ClasspathMonitorMBean.getClasspath()
Gets the normal classpath which is also available by the system property "java.class.path". |
String[] |
ClasspathMonitorMBean.getClasspathClasses()
Looks in the normal classpath after all classes and returns it as String array. |
URL |
ClasspathMonitorMBean.getDoublet(String name,
int n)
Returns the n'th doublet of the given classname or resource |
String[] |
ClasspathMonitorMBean.getDoubletClasspath()
Looks for each found doublet in which classpath it was found. |
String[] |
ClasspathMonitorMBean.getDoublets()
Looks for each loaded class if it is a doublet or not. |
URL |
ClasspathMonitorMBean.getFirstDoublet(String name)
Returns the first doublet of the given classname or resource. |
String[] |
ClasspathMonitorMBean.getIncompatibleClasses()
Incompatible classes are doublets with different serialVersionUID. |
String[] |
ClasspathMonitorMBean.getIncompatibleClasspath()
|
String[] |
ClasspathMonitorMBean.getLoadedClasses()
Returns the classes which were loaded by the classloader. |
String[] |
ClasspathMonitorMBean.getLoadedPackages()
Returns the packages which were loaded by the classloader. |
String[] |
ClasspathMonitorMBean.getManifestEntries(String classname)
If a MANIFEST is found for a given class the attributes in this file should be returned as a string array. |
double |
ProfileStatisticMBean.getMaxAvg()
Gets the max avg. |
String |
ProfileStatisticMBean.getMaxAvgLabel()
Gets the max avg label. |
String |
ProfileStatisticMBean.getMaxAvgStatistic()
Gets the max avg statistic. |
int |
ProfileStatisticMBean.getMaxHits()
Gets the max hits. |
String |
ProfileStatisticMBean.getMaxHitsLabel()
Gets the max hits label. |
String |
ProfileStatisticMBean.getMaxHitsStatistic()
Gets the max hits statistic. |
double |
ProfileStatisticMBean.getMaxMax()
Gets the max max. |
String |
ProfileStatisticMBean.getMaxMaxLabel()
Gets the max max label. |
String |
ProfileStatisticMBean.getMaxMaxStatistic()
Gets the max max statistic. |
double |
ProfileStatisticMBean.getMaxTotal()
Gets the max total. |
String |
ProfileStatisticMBean.getMaxTotalLabel()
Gets the max total label. |
String |
ProfileStatisticMBean.getMaxTotalStatistic()
Gets the max total statistic. |
int |
ClasspathMonitorMBean.getNoClasses(String classname)
Get the number of different versions of the given class. |
int |
ClasspathMonitorMBean.getNoResources(String name)
Get number of resources. |
Long |
ClasspathMonitorMBean.getSerialVersionUID(String classname)
|
TabularData |
ProfileStatisticMBean.getStatistics()
Gets the statistics. |
String[] |
ClasspathMonitorMBean.getUnusedClasses()
Returns the classes which are not yet loaded. |
String[] |
ClasspathMonitorMBean.getUnusedClasspath()
The unused classpath is this path which are not used in past. |
String[] |
ClasspathMonitorMBean.getUsedClasspath()
Gets the loaded classpath (without the bootclasspath) as URI array. |
boolean |
ClasspathMonitorMBean.isClassloaderSupported()
|
boolean |
ClasspathMonitorMBean.isDoublet(String name)
Is the given classname or resource a doublet, e.g. can it be found several times in the classpath? |
boolean |
ClasspathMonitorMBean.isLoaded(String classname)
Is the given classname already loaded? |
boolean |
ClasspathMonitorMBean.isShutdownHook()
Here you can ask if the ClasspathMonitor was already registeres ad shutdown hook. |
void |
ClasspathMonitorMBean.logMe()
Prints the different MBean attributes to the log output. |
void |
ProfileStatisticMBean.logStatistic()
Log statistic. |
void |
ClasspathMonitorMBean.removeMeAsShutdownHook()
If you want to unregister the instance as shutdown hook you can use this method. |
void |
ProfileStatisticMBean.reset()
Reset. |
void |
ClasspathMonitorMBean.setMultiThreadingEnabled(boolean enabled)
Here you can enable or disable the multi threading mode. |
URI |
ClasspathMonitorMBean.whichClass(String name)
Looks if the given classname can be found in the classpath. |
URI |
ClasspathMonitorMBean.whichResource(String name)
Looks if the given resource can be found in the classpath. |
URI |
ClasspathMonitor.whichResource(String name)
Which resource. |
| Uses of Description in patterntesting.runtime.monitor.db |
|---|
| Classes in patterntesting.runtime.monitor.db with annotations of type Description | |
|---|---|
interface |
SqlStatisticMBean
The Interface SqlStatisticMBean. |
| Methods in patterntesting.runtime.monitor.db with annotations of type Description | |
|---|---|
StackTraceElement[] |
ConnectionMonitorMBean.getCallers()
Gets the caller of all connections. |
TabularData |
ConnectionMonitorMBean.getCallerStacktraces()
Gets the caller stacktraces of all connections. |
int |
ConnectionMonitorMBean.getClosedConnections()
Gets the closed connections. |
StackTraceElement |
ConnectionMonitorMBean.getLastCaller()
Gets the caller which opens the last connection. |
StackTraceElement[] |
ConnectionMonitorMBean.getLastCallerStacktrace()
Gets the stacktrace of the caller which opens the last connection. |
int |
ConnectionMonitorMBean.getOpenConnections()
Gets the number of open connections. |
int |
ConnectionMonitorMBean.getSumOfConnections()
Gets the total sum of open and closed connections. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||