Package org.glassfish.api.monitoring
Interface ProbeInfo
-
public interface ProbeInfoThe bare minimum info contained in a FlashlightProbe that a value-add module needs The names look weird because they match pre-existing methods. Those methods were already declared so they can not change...- Author:
- bnevins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodgetDTraceMethod()intgetId()StringgetModuleName()StringgetModuleProviderName()Class[]getParamTypes()StringgetProbeName()String[]getProbeParamNames()StringgetProbeProviderName()StringgetProviderJavaMethodName()
-
-
-
Method Detail
-
getParamTypes
Class[] getParamTypes()
-
getProviderJavaMethodName
String getProviderJavaMethodName()
-
getProbeName
String getProbeName()
-
getId
int getId()
-
getModuleName
String getModuleName()
-
getModuleProviderName
String getModuleProviderName()
-
getProbeProviderName
String getProbeProviderName()
-
getProbeParamNames
String[] getProbeParamNames()
-
getDTraceMethod
Method getDTraceMethod()
-
-