Uses of Class
org.webmacro.profile.ProfileCategory

Packages that use ProfileCategory
org.webmacro   
org.webmacro.profile   
 

Uses of ProfileCategory in org.webmacro
 

Fields in org.webmacro declared as ProfileCategory
protected  ProfileCategory Broker._prof
           
 

Uses of ProfileCategory in org.webmacro.profile
 

Methods in org.webmacro.profile that return ProfileCategory
 ProfileCategory ProfileSystem.newProfileCategory(java.lang.String name, int rate, int time)
          Return a ProfileCategory for the category 'name'.
 ProfileCategory[] ProfileSystem.getProfileCategories()
          Return an array of the ProfileCategory objects that are being managed.
 

Constructors in org.webmacro.profile with parameters of type ProfileCategory
CallGraph(ProfileCategory root)
          Construct a CallGraph representing the nodes in the supplied root
Profile(ProfileCategory owner)
          only our ProfileCategory should create new instances