Package org.glassfish.flashlight.client
Class ProbeClientInvokerFactory
- java.lang.Object
-
- org.glassfish.flashlight.client.ProbeClientInvokerFactory
-
@Service public class ProbeClientInvokerFactory extends Object
- Author:
- Mahesh Kannan
-
-
Constructor Summary
Constructors Constructor Description ProbeClientInvokerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProbeClientInvokercreateDTraceInvoker(FlashlightProbe probe)static ProbeClientInvokercreateInvoker(Object target, Method method, FlashlightProbe probe)static ProbeClientInvokercreateInvoker(Object target, Method method, FlashlightProbe probe, String[] paramNames)protected static intgetNextId()
-
-
-
Method Detail
-
getNextId
protected static int getNextId()
-
createInvoker
public static ProbeClientInvoker createInvoker(Object target, Method method, FlashlightProbe probe, String[] paramNames)
-
createInvoker
public static ProbeClientInvoker createInvoker(Object target, Method method, FlashlightProbe probe)
-
createDTraceInvoker
public static ProbeClientInvoker createDTraceInvoker(FlashlightProbe probe)
-
-