Uses of Class
org.glassfish.flashlight.provider.FlashlightProbe
-
Packages that use FlashlightProbe Package Description org.glassfish.flashlight.client org.glassfish.flashlight.impl.client org.glassfish.flashlight.impl.core org.glassfish.flashlight.provider -
-
Uses of FlashlightProbe in org.glassfish.flashlight.client
Methods in org.glassfish.flashlight.client with parameters of type FlashlightProbe 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)Method parameters in org.glassfish.flashlight.client with type arguments of type FlashlightProbe Modifier and Type Method Description voidProbeClientMediator. transformProbes(Object listener, List<FlashlightProbe> probes) -
Uses of FlashlightProbe in org.glassfish.flashlight.impl.client
Method parameters in org.glassfish.flashlight.impl.client with type arguments of type FlashlightProbe Modifier and Type Method Description static byte[]BtraceClientGenerator. generateBtraceClientClassData(int clientID, Collection<FlashlightProbe> probes)voidFlashlightProbeClientMediator. transformProbes(Object listener, List<FlashlightProbe> probes)Constructors in org.glassfish.flashlight.impl.client with parameters of type FlashlightProbe Constructor Description DTraceClientInvoker(int ID, FlashlightProbe p)ProbeClientMethodHandleImpl(int id, ProbeClientInvoker invoker, FlashlightProbe probe)ReflectiveClientInvoker(int id, Object target, Method method, String[] clientParamNames, FlashlightProbe probe) -
Uses of FlashlightProbe in org.glassfish.flashlight.impl.core
Methods in org.glassfish.flashlight.impl.core that return FlashlightProbe Modifier and Type Method Description static FlashlightProbeProbeFactory. createProbe(Class providerClazz, String moduleProviderName, String moduleName, String probeProviderName, String probeName, String[] paramNames, Class[] paramTypes, boolean self, boolean hidden)static FlashlightProbeProbeFactory. 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)FlashlightProbeFlashlightProbeProvider. getProbe(String probeDescriptor)Methods in org.glassfish.flashlight.impl.core that return types with arguments of type FlashlightProbe Modifier and Type Method Description Collection<FlashlightProbe>FlashlightProbeProvider. getProbes()Methods in org.glassfish.flashlight.impl.core with parameters of type FlashlightProbe Modifier and Type Method Description voidFlashlightProbeProvider. addProbe(FlashlightProbe probe) -
Uses of FlashlightProbe in org.glassfish.flashlight.provider
Methods in org.glassfish.flashlight.provider that return FlashlightProbe Modifier and Type Method Description FlashlightProbeProbeRegistry. getProbe(int id)FlashlightProbeProbeRegistry. getProbe(String probeStr)static FlashlightProbeProbeRegistry. getProbeById(int id)Methods in org.glassfish.flashlight.provider that return types with arguments of type FlashlightProbe Modifier and Type Method Description Collection<FlashlightProbe>ProbeRegistry. getAllProbes()Methods in org.glassfish.flashlight.provider with parameters of type FlashlightProbe Modifier and Type Method Description voidProbeRegistry. registerProbe(FlashlightProbe probe)voidFlashlightProbe. setParent(FlashlightProbe parent)voidProbeRegistry. unregisterProbe(FlashlightProbe probe)
-