Uses of Class
com.sun.sgs.impl.kernel.KernelContext

Packages that use KernelContext
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
 

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

Subclasses of KernelContext in com.sun.sgs.impl.kernel
(package private)  class StartupKernelContext
          This is an overridden implementation of KernelContext used only during to startup to provide access to Managers and Services as they become available.
 

Methods in com.sun.sgs.impl.kernel that return KernelContext
(package private) static KernelContext ContextResolver.getContext()
          Package-private method used to get the current context.
 

Methods in com.sun.sgs.impl.kernel with parameters of type KernelContext
(package private)  void TransactionSchedulerImpl.setContext(KernelContext kernelContext)
          Package-private method used to set the context being used by the kernel.
(package private)  void TaskSchedulerImpl.setContext(KernelContext kernelContext)
          Package-private method used to set the context being used by the kernel.
(package private) static void ContextResolver.setTaskState(KernelContext ctx, Identity owner)
          Package-private method used to set task state.
 

Constructors in com.sun.sgs.impl.kernel with parameters of type KernelContext
KernelContext(KernelContext context)
          Creates an instance of KernelContext based on the components that have already been collected in another instance.
 


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