Uses of Interface
org.glassfish.flashlight.client.ProbeClientInvoker
-
Packages that use ProbeClientInvoker Package Description org.glassfish.flashlight.client org.glassfish.flashlight.impl.client org.glassfish.flashlight.provider -
-
Uses of ProbeClientInvoker in org.glassfish.flashlight.client
Subinterfaces of ProbeClientInvoker in org.glassfish.flashlight.client Modifier and Type Interface Description interfaceStatefulProbeClientInvokerMethods in org.glassfish.flashlight.client that return ProbeClientInvoker Modifier and Type Method Description static ProbeClientInvokerProbeClientInvokerFactory. createDTraceInvoker(FlashlightProbe probe)static ProbeClientInvokerProbeClientInvokerFactory. createInvoker(Object target, Method method, FlashlightProbe probe)static ProbeClientInvokerProbeClientInvokerFactory. createInvoker(Object target, Method method, FlashlightProbe probe, String[] paramNames) -
Uses of ProbeClientInvoker in org.glassfish.flashlight.impl.client
Classes in org.glassfish.flashlight.impl.client that implement ProbeClientInvoker Modifier and Type Class Description classDTraceClientInvokerbnevins Aug 15, 2009 DTraceClientInvoker is only public because an internal class is using it from a different package.classReflectiveClientInvokerConstructors in org.glassfish.flashlight.impl.client with parameters of type ProbeClientInvoker Constructor Description ProbeClientMethodHandleImpl(int id, ProbeClientInvoker invoker, FlashlightProbe probe) -
Uses of ProbeClientInvoker in org.glassfish.flashlight.provider
Methods in org.glassfish.flashlight.provider with parameters of type ProbeClientInvoker Modifier and Type Method Description booleanFlashlightProbe. addInvoker(ProbeClientInvoker invoker)booleanFlashlightProbe. removeInvoker(ProbeClientInvoker invoker)
-