com.sun.btrace
Class BTraceUtils.D

java.lang.Object
  extended by com.sun.btrace.BTraceUtils.D
Enclosing class:
BTraceUtils

public static class BTraceUtils.D
extends java.lang.Object


Constructor Summary
BTraceUtils.D()
           
 
Method Summary
static int probe(java.lang.String str1, java.lang.String str2)
          BTrace to DTrace communication chennal.
static int probe(java.lang.String str1, java.lang.String str2, int i1)
          BTrace to DTrace communication chennal.
static int probe(java.lang.String str1, java.lang.String str2, int i1, int i2)
          BTrace to DTrace communication channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BTraceUtils.D

public BTraceUtils.D()
Method Detail

probe

public static int probe(java.lang.String str1,
                        java.lang.String str2)
BTrace to DTrace communication chennal. Raise DTrace USDT probe from BTrace.

See Also:
BTraceUtils.dtraceProbe(String,String,int,int)

probe

public static int probe(java.lang.String str1,
                        java.lang.String str2,
                        int i1)
BTrace to DTrace communication chennal. Raise DTrace USDT probe from BTrace.

See Also:
BTraceUtils.dtraceProbe(String,String,int,int)

probe

public static int probe(java.lang.String str1,
                        java.lang.String str2,
                        int i1,
                        int i2)
BTrace to DTrace communication channel. Raise DTrace USDT probe from BTrace.

Parameters:
str1 - first String param to DTrace probe
str2 - second String param to DTrace probe
i1 - first int param to DTrace probe
i2 - second int param to DTrace probe