Uses of Class
com.sun.sgs.impl.util.KernelCallable

Packages that use KernelCallable
com.sun.sgs.impl.service.channel Provides an implementation of ChannelManager
com.sun.sgs.impl.util Provides miscellaneous utility classes and methods. 
 

Uses of KernelCallable in com.sun.sgs.impl.service.channel
 

Methods in com.sun.sgs.impl.service.channel with parameters of type KernelCallable
(package private)
<R> R
ChannelServiceImpl.runTransactionalCallable(KernelCallable<R> callable)
          Runs the specified non-durable, transactional callable using this service's task owner, and returns the result.
 

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

Methods in com.sun.sgs.impl.util with parameters of type KernelCallable
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