Uses of Class
com.sun.sgs.profile.ProfileConsumer.ProfileDataType

Packages that use ProfileConsumer.ProfileDataType
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.profile Interfaces used to create profiling information. 
 

Uses of ProfileConsumer.ProfileDataType in com.sun.sgs.impl.profile
 

Methods in com.sun.sgs.impl.profile with parameters of type ProfileConsumer.ProfileDataType
 ProfileCounter ProfileConsumerImpl.createCounter(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named counter in this consumer.
 ProfileOperation ProfileConsumerImpl.createOperation(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named operation in this consumer.
 ProfileSample ProfileConsumerImpl.createSample(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named sample collection in this consumer.
 

Uses of ProfileConsumer.ProfileDataType in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile that return ProfileConsumer.ProfileDataType
static ProfileConsumer.ProfileDataType ProfileConsumer.ProfileDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProfileConsumer.ProfileDataType[] ProfileConsumer.ProfileDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.sgs.profile with parameters of type ProfileConsumer.ProfileDataType
 ProfileCounter ProfileConsumer.createCounter(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named counter in this consumer.
 ProfileOperation ProfileConsumer.createOperation(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named operation in this consumer.
 ProfileSample ProfileConsumer.createSample(String name, ProfileConsumer.ProfileDataType type, ProfileCollector.ProfileLevel minLevel)
          Creates the named sample collection in this consumer.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved