Uses of Package
com.sun.sgs.kernel

Packages that use com.sun.sgs.kernel
com.sun.sgs.kernel Provides the core system interfaces used by the RedDwarf Server. 
com.sun.sgs.kernel.schedule Provides queue ordering and retry behavior abstractions that may be used by scheduler implementations. 
com.sun.sgs.management Provides the RedDwarf management interfaces exposed via JMX. 
com.sun.sgs.profile Interfaces used to create profiling information. 
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Classes in com.sun.sgs.kernel used by com.sun.sgs.kernel
AccessReporter
          Used to report to the AccessCoordinator when access is requested to a shared object.
AccessReporter.AccessType
          The type of access requested.
KernelRunnable
          This is the base interface used for all tasks that can be submitted to instances of Scheduler.
NodeType
          The valid node types.
Priority
          The priority descriptions for the system.
RecurringTaskHandle
          This interface provides a handle to a recurring task in the scheduler.
TaskQueue
          This interface defines a dependency between tasks, such that tasks are run in the order in which they are submitted, and the next task isn't started until the current task has completed.
TaskReservation
          This interface manages task reservations.
 

Classes in com.sun.sgs.kernel used by com.sun.sgs.kernel.schedule
KernelRunnable
          This is the base interface used for all tasks that can be submitted to instances of Scheduler.
Priority
          The priority descriptions for the system.
RecurringTaskHandle
          This interface provides a handle to a recurring task in the scheduler.
TaskReservation
          This interface manages task reservations.
 

Classes in com.sun.sgs.kernel used by com.sun.sgs.management
NodeType
          The valid node types.
 

Classes in com.sun.sgs.kernel used by com.sun.sgs.profile
AccessedObject
          An interface that provides details of a single object access.
KernelRunnable
          This is the base interface used for all tasks that can be submitted to instances of Scheduler.
 

Classes in com.sun.sgs.kernel used by com.sun.sgs.service
KernelRunnable
          This is the base interface used for all tasks that can be submitted to instances of Scheduler.
 


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