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

Packages that use ProfileParticipantDetail
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.impl.service.transaction Provides an implementation of transactions. 
com.sun.sgs.profile Interfaces used to create profiling information. 
 

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

Methods in com.sun.sgs.impl.profile that return types with arguments of type ProfileParticipantDetail
 Set<ProfileParticipantDetail> ProfileReportImpl.getParticipantDetails()
          Returns detail about each participant in the transaction, or an empty Set if the task was not transactional.
 

Methods in com.sun.sgs.impl.profile with parameters of type ProfileParticipantDetail
(package private)  void ProfileCollectorImpl.addParticipant(ProfileParticipantDetail participantDetail)
          Tells the collector about a participant of a transaction when that participant has finished participating (i.e., has committed, has prepared read-only, or has aborted).
 void ProfileCollectorHandle.addParticipant(ProfileParticipantDetail participantDetail)
          Tells the collector about a participant of a transaction when that participant has finished participating (i.e., has committed, has prepared read-only, or has aborted).
(package private)  void ProfileReportImpl.addParticipant(ProfileParticipantDetail participantDetail)
           
 void ProfileCollectorHandleImpl.addParticipant(ProfileParticipantDetail participantDetail)
          Tells the collector about a participant of a transaction when that participant has finished participating (i.e., has committed, has prepared read-only, or has aborted).
 

Uses of ProfileParticipantDetail in com.sun.sgs.impl.service.transaction
 

Classes in com.sun.sgs.impl.service.transaction that implement ProfileParticipantDetail
(package private)  class ProfileParticipantDetailImpl
          Simple implementation of ProfileParticipantDetail that is package-private and used by TransactionImpl to report detail associated with each participant.
 

Uses of ProfileParticipantDetail in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile that return types with arguments of type ProfileParticipantDetail
 Set<ProfileParticipantDetail> ProfileReport.getParticipantDetails()
          Returns detail about each participant in the transaction, or an empty Set if the task was not transactional.
 


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