Uses of Interface
com.sun.sgs.profile.ProfileConsumer

Packages that use ProfileConsumer
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 in com.sun.sgs.impl.profile
 

Classes in com.sun.sgs.impl.profile that implement ProfileConsumer
(package private)  class ProfileConsumerImpl
          This simple implementation of ProfileConsumer reports all data to a backing ProfileCollectorImpl.
 

Methods in com.sun.sgs.impl.profile that return ProfileConsumer
 ProfileConsumer ProfileCollectorImpl.getConsumer(String name)
          Returns the named ProfileConsumer, or creates a new one with that name.
 

Methods in com.sun.sgs.impl.profile that return types with arguments of type ProfileConsumer
 Map<String,ProfileConsumer> ProfileCollectorImpl.getConsumers()
          Returns a read-only map of ProfileConsumer names to the ProfileConsumers which have been created through a call to getConsumer.
 

Uses of ProfileConsumer in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile that return ProfileConsumer
 ProfileConsumer ProfileCollector.getConsumer(String name)
          Returns the named ProfileConsumer, or creates a new one with that name.
 

Methods in com.sun.sgs.profile that return types with arguments of type ProfileConsumer
 Map<String,ProfileConsumer> ProfileCollector.getConsumers()
          Returns a read-only map of ProfileConsumer names to the ProfileConsumers which have been created through a call to getConsumer.
 


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