Package | Description |
---|---|
org.glassfish.flashlight.client | |
org.glassfish.flashlight.impl.client | |
org.glassfish.flashlight.provider |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulProbeClientInvoker |
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 | Class and Description |
---|---|
class |
DTraceClientInvoker
bnevins Aug 15, 2009
DTraceClientInvoker is only public because an internal class is using it from a
different package.
|
class |
ReflectiveClientInvoker |
Constructor and Description |
---|
ProbeClientMethodHandleImpl(int id,
ProbeClientInvoker invoker,
FlashlightProbe probe) |
Modifier and Type | Method and Description |
---|---|
boolean |
FlashlightProbe.addInvoker(ProbeClientInvoker invoker) |
boolean |
FlashlightProbe.removeInvoker(ProbeClientInvoker invoker) |
Copyright © 2020. All rights reserved.