Uses of Enum
org.glassfish.external.probe.provider.PluginPoint
Packages that use PluginPoint
-
Uses of PluginPoint in org.glassfish.external.probe.provider
Fields in org.glassfish.external.probe.provider declared as PluginPointMethods in org.glassfish.external.probe.provider that return PluginPointModifier and TypeMethodDescriptionStatsProviderInfo.getPluginPoint()
static PluginPoint
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 PluginPointModifier and TypeMethodDescriptionstatic boolean
StatsProviderManager.register
(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider) static boolean
StatsProviderManager.register
(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String configLevelStr) static boolean
StatsProviderManager.register
(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String configLevelStr, String invokerId) static boolean
StatsProviderManager.register
(PluginPoint pp, String configElement, String subTreeRoot, Object statsProvider, String invokerId) Constructors in org.glassfish.external.probe.provider with parameters of type PluginPointModifierConstructorDescriptionStatsProviderInfo
(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider) StatsProviderInfo
(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String invokerId)