Uses of Interface
com.sun.sgs.kernel.TransactionScheduler

Packages that use TransactionScheduler
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.util Provides miscellaneous utility classes and methods. 
 

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

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

Uses of TransactionScheduler in com.sun.sgs.impl.util
 

Fields in com.sun.sgs.impl.util declared as TransactionScheduler
protected  TransactionScheduler AbstractService.transactionScheduler
          The transaction scheduler.
 

Methods in com.sun.sgs.impl.util with parameters of type TransactionScheduler
static
<R> R
KernelCallable.call(KernelCallable<R> callable, TransactionScheduler txnScheduler, Identity taskOwner)
          Runs the specified callable (by invoking its call method) in a transaction using the specified txnScheduler and taskOwner and returns the result.
 


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