Package | Description |
---|---|
org.glassfish.external.probe.provider |
Modifier and Type | Method and Description |
---|---|
PluginPoint |
StatsProviderInfo.getPluginPoint() |
static PluginPoint |
PluginPoint.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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
StatsProviderManager.register(PluginPoint pp,
String configElement,
String subTreeRoot,
Object statsProvider,
String invokerId) |
static 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) |
Constructor and Description |
---|
StatsProviderInfo(String configElement,
PluginPoint pp,
String subTreeRoot,
Object statsProvider) |
StatsProviderInfo(String configElement,
PluginPoint pp,
String subTreeRoot,
Object statsProvider,
String invokerId) |
Copyright © 2017 Oracle. All rights reserved.