站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 common API Documentation 英文版文档

ProfilerPoint (JBoss/Common API) - JBoss 3.2.7 common API Documentation 英文版文档


org.jboss.util
Class ProfilerPoint

java.lang.Object
  extended byorg.jboss.util.ProfilerPoint

public class ProfilerPoint
extends Object

Created by IntelliJ IDEA. User: wburke Date: Oct 1, 2003 Time: 3:29:04 PM To change this template use Options | File Templates.


Field Summary
 String point
           
 long time
           
 
Constructor Summary
ProfilerPoint(String p)
           
 
Method Summary
static void clear()
           
static long getStartTime()
           
static ArrayList points()
           
static void pop()
           
static void push(String point)
           
static String stack()
           
static void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

public final String point

time

public final long time
Constructor Detail

ProfilerPoint

public ProfilerPoint(String p)
Method Detail

start

public static void start()

getStartTime

public static long getStartTime()

push

public static void push(String point)

pop

public static void pop()

points

public static ArrayList points()

clear

public static void clear()

stack

public static String stack()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.