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

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

Methods in com.sun.sgs.impl.profile that return types with arguments of type TransactionListenerDetail
 Set<TransactionListenerDetail> ProfileReportImpl.getListenerDetails()
          Returns detail about each listener for the transaction, or an empty Set if the task was not transactional or had no listeners.
 

Methods in com.sun.sgs.impl.profile with parameters of type TransactionListenerDetail
 void ProfileCollectorHandle.addListener(TransactionListenerDetail listenerDetail)
          Tells the collector about a listener of a transaction when that listener is finished with its work (i.e., after its afterCompletion} method has been called).
(package private)  void ProfileReportImpl.addListener(TransactionListenerDetail listenerDetail)
           
 void ProfileCollectorHandleImpl.addListener(TransactionListenerDetail listenerDetail)
          Tells the collector about a listener of a transaction when that listener is finished with its work (i.e., after its afterCompletion} method has been called).
(package private)  void ProfileCollectorImpl.addTransactionListener(TransactionListenerDetail listenerDetail)
          Tells the collector about a listener of a transaction when that listener is finished with its work (i.e., after its afterCompletion method has been called).
 

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

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

Uses of TransactionListenerDetail in com.sun.sgs.profile
 

Methods in com.sun.sgs.profile that return types with arguments of type TransactionListenerDetail
 Set<TransactionListenerDetail> ProfileReport.getListenerDetails()
          Returns detail about each listener for the transaction, or an empty Set if the task was not transactional or had no listeners.
 


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