Uses of Class
org.jpos.util.Profiler

Packages that use Profiler
org.jpos.transaction jPOS Transaction Manager 
 

Uses of Profiler in org.jpos.transaction
 

Methods in org.jpos.transaction that return Profiler
 Profiler Context.getProfiler()
          return (or creates) a Profiler object
 

Methods in org.jpos.transaction with parameters of type Profiler
protected  void TransactionManager.abort(int session, long id, Serializable context, List members, boolean recover, LogEvent evt, Profiler prof)
           
protected  void TransactionManager.commit(int session, long id, Serializable context, List members, boolean recover, LogEvent evt, Profiler prof)
           
protected  int TransactionManager.prepare(int session, long id, Serializable context, List members, Iterator iter, boolean abort, LogEvent evt, Profiler prof)
           
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.