Package com.webmethods.rtl.util.perf
Interface IPerfSchemaHolder
public interface IPerfSchemaHolder
This interface is used as a temporary holder for PerfSchemas passed to
different Performance Service implementations
Instances are handled in PerfUtil to support the special case
when the PerfService implementation is swithced in runtime
and the clients of PerfUtil.java continue to pass old IPerfSchema instances
for statistics
All the conversion between different implementations are handled inside
PerfUtil.java
-
Method Summary
-
Method Details
-
getPerfSchema
IPerfSchema getPerfSchema() -
changePerfSchema
-
getCategory
String getCategory()
-