Uses of Enum
org.glassfish.external.probe.provider.PluginPoint
Packages that use PluginPoint
-
Uses of PluginPoint in org.glassfish.external.probe.provider
Methods in org.glassfish.external.probe.provider that return PluginPointModifier and TypeMethodDescriptionStatsProviderInfo.getPluginPoint()static PluginPointReturns 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 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 PluginPointModifierConstructorDescriptionStatsProviderInfo(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider) StatsProviderInfo(String configElement, PluginPoint pp, String subTreeRoot, Object statsProvider, String invokerId)