Uses of Class
org.glassfish.external.probe.provider.PluginPoint
-
Packages that use PluginPoint Package Description org.glassfish.external.probe.provider -
-
Uses of PluginPoint in org.glassfish.external.probe.provider
Methods in org.glassfish.external.probe.provider that return PluginPoint Modifier and Type Method Description PluginPointStatsProviderInfo. getPluginPoint()static PluginPointPluginPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static PluginPoint[]PluginPoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.external.probe.provider with parameters of type PluginPoint Modifier and Type Method Description static booleanStatsProviderManager. register(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider)static booleanStatsProviderManager. register(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String configLevelStr)static booleanStatsProviderManager. register(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String configLevelStr, String invokerId)static booleanStatsProviderManager. register(PluginPoint pp, String configElement, String subTreeRoot, Object statsProvider, String invokerId)Constructors in org.glassfish.external.probe.provider with parameters of type PluginPoint Constructor Description StatsProviderInfo(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider)StatsProviderInfo(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String invokerId)
-