| Package | Description |
|---|---|
| org.glassfish.flashlight.client | |
| org.glassfish.flashlight.impl.client | |
| org.glassfish.flashlight.impl.core | |
| org.glassfish.flashlight.provider |
| Modifier and Type | Method and Description |
|---|---|
static ProbeClientInvoker |
ProbeClientInvokerFactory.createDTraceInvoker(FlashlightProbe probe) |
static ProbeClientInvoker |
ProbeClientInvokerFactory.createInvoker(Object target,
Method method,
FlashlightProbe probe) |
static ProbeClientInvoker |
ProbeClientInvokerFactory.createInvoker(Object target,
Method method,
FlashlightProbe probe,
String[] paramNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProbeClientMediator.transformProbes(Object listener,
List<FlashlightProbe> probes) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BtraceClientGenerator.generateBtraceClientClassData(int clientID,
Collection<FlashlightProbe> probes) |
void |
FlashlightProbeClientMediator.transformProbes(Object listener,
List<FlashlightProbe> probes) |
| Constructor and Description |
|---|
DTraceClientInvoker(int ID,
FlashlightProbe p) |
ProbeClientMethodHandleImpl(int id,
ProbeClientInvoker invoker,
FlashlightProbe probe) |
ReflectiveClientInvoker(int id,
Object target,
Method method,
String[] clientParamNames,
FlashlightProbe probe) |
| Modifier and Type | Method and Description |
|---|---|
static FlashlightProbe |
ProbeFactory.createProbe(Class providerClazz,
String moduleProviderName,
String moduleName,
String probeProviderName,
String probeName,
String[] paramNames,
Class[] paramTypes,
boolean self,
boolean hidden) |
static FlashlightProbe |
ProbeFactory.createProbe(Class providerClazz,
String moduleProviderName,
String moduleName,
String probeProviderName,
String probeName,
String[] paramNames,
Class[] paramTypes,
boolean self,
boolean hidden,
boolean stateful,
boolean statefulReturn,
boolean statefulException,
String[] profileNames) |
FlashlightProbe |
FlashlightProbeProvider.getProbe(String probeDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlashlightProbe> |
FlashlightProbeProvider.getProbes() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashlightProbeProvider.addProbe(FlashlightProbe probe) |
| Modifier and Type | Method and Description |
|---|---|
FlashlightProbe |
ProbeRegistry.getProbe(int id) |
FlashlightProbe |
ProbeRegistry.getProbe(String probeStr) |
static FlashlightProbe |
ProbeRegistry.getProbeById(int id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlashlightProbe> |
ProbeRegistry.getAllProbes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProbeRegistry.registerProbe(FlashlightProbe probe) |
void |
FlashlightProbe.setParent(FlashlightProbe parent) |
void |
ProbeRegistry.unregisterProbe(FlashlightProbe probe) |
Copyright © 2017. All rights reserved.