Uses of Interface
com.sun.sgs.service.Service

Packages that use Service
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Uses of Service in com.sun.sgs.service
 

Subinterfaces of Service in com.sun.sgs.service
 interface ClientSessionService
          The client session service manages client sessions.
 interface DataService
          Provides facilities for services to manage access to shared, persistent objects.
 interface NodeMappingService
          The Node Mapping Service has the following responsibilities: maintain mapping of active identities to nodes, and vice versa decide when the mapping should change (e.g.
 interface TaskService
          This Service provides facilities for scheduling tasks to run after the current task completes.
 interface WatchdogService
          The WatchdogService monitors the health of server nodes and notifies registered listeners of node status change events.
 

Methods in com.sun.sgs.service with type parameters of type Service
<T extends Service>
T
TransactionProxy.getService(Class<T> type)
          Returns a Service, based on the given type, that is available in the context of the current Transaction.
 


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