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

Packages that use ProfileListener
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.impl.profile.listener Provides implementations for ProfileListener
com.sun.sgs.impl.service.nodemap.affinity.graph Provides classes used to build graphs used by the label propagation algorithm (LPA). 
com.sun.sgs.profile Interfaces used to create profiling information. 
 

Uses of ProfileListener in com.sun.sgs.impl.kernel
 

Classes in com.sun.sgs.impl.kernel that implement ProfileListener
(package private)  class TransactionSchedulerImpl
          Package-private implementation of TransactionScheduler that is used by the system for scheduling and running all transactional tasks.
 

Uses of ProfileListener in com.sun.sgs.impl.profile
 

Methods in com.sun.sgs.impl.profile that return types with arguments of type ProfileListener
 List<ProfileListener> ProfileCollectorImpl.getListeners()
          Returns a read-only list of ProfileListeners which have been added.
 

Methods in com.sun.sgs.impl.profile with parameters of type ProfileListener
 void ProfileCollectorImpl.addListener(ProfileListener listener, boolean canRemove)
          Adds a ProfileListener as a listener for profiling data reports.
 void ProfileCollectorImpl.removeListener(ProfileListener listener)
          Removes a ProfileListener and calls shutdown() on the listener.
 

Uses of ProfileListener in com.sun.sgs.impl.profile.listener
 

Classes in com.sun.sgs.impl.profile.listener that implement ProfileListener
 class AccessedObjectsListener
          An implementation of ProfileListener that prints access detail.
 class AggregateProfileListener
          This implementation of ProfileListener aggregates profiling data over the lifetime of the system, and reports at fixed intervals.
 class AggregateTaskListener
          This implementation of ProfileListener aggregates task data over the lifetime of the system, and reports at fixed intervals.
 class OperationLoggingProfileOpListener
          This implementation of ProfileListener aggregates profiling data over a set number of operations, reports the aggregated data when that number of operations have been reported, and then clears its state and starts aggregating again.
 class ProfileSampleListener
          A text-output listener that displays the distribution for all ProfileSamples updated during a fixed-size window of tasks as well as the lifetime of the program.
 class ProfileSummaryListener
          A text-output listener that generates task-periodic summary reports about the performance of tasks being executed by a server.
 class RuntimeHistogramListener
          A text-output listener that displays the distribution of successful task execution times, for both a recent fixed-size window of tasks and the lifetime of the application.
 class SampleJMXListener
          This implementation of ProfileListener shows how to use JMX MBeans from within a listener.
 class SnapshotParticipantListener
          This implementation of ProfileListener takes snapshots at fixed intervals.
 class SnapshotProfileListener
          This implementation of ProfileListener takes snapshots at fixed intervals.
 class SnapshotTaskListener
          This implementation of ProfileListener takes snapshots at fixed intervals.
 class TaskRuntimeGraphOutputListener
          Outputs task timing data to files for later use by Gnuplot.
 

Uses of ProfileListener in com.sun.sgs.impl.service.nodemap.affinity.graph
 

Classes in com.sun.sgs.impl.service.nodemap.affinity.graph that implement ProfileListener
 class GraphListener
          A listener which detects object uses by Identities within tasks and builds a graph based on that information.
 

Uses of ProfileListener in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile that return types with arguments of type ProfileListener
 List<ProfileListener> ProfileCollector.getListeners()
          Returns a read-only list of ProfileListeners which have been added.
 

Methods in com.sun.sgs.profile with parameters of type ProfileListener
 void ProfileCollector.addListener(ProfileListener listener, boolean canRemove)
          Adds a ProfileListener as a listener for profiling data reports.
 void ProfileCollector.removeListener(ProfileListener listener)
          Removes a ProfileListener and calls shutdown() on the listener.
 


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