|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Service | |
|---|---|
| com.sun.sgs.impl.kernel | Provides an implementation of the RedDwarf Server kernel. |
| com.sun.sgs.impl.protocol.simple | Provides an implementation of the protocol layer APIs using the
SimpleSgsProtocol. |
| com.sun.sgs.impl.service.channel | Provides an implementation of ChannelManager. |
| com.sun.sgs.impl.service.data | Provides an implementation of DataService. |
| com.sun.sgs.impl.service.nodemap | Provides an implementation of
NodeMappingService. |
| com.sun.sgs.impl.service.session | Provides an implementation of ClientSessionService. |
| com.sun.sgs.impl.service.task | Provides an implementation of TaskService. |
| com.sun.sgs.impl.service.watchdog | Provides an implementation of WatchdogService. |
| com.sun.sgs.impl.util | Provides miscellaneous utility classes and methods. |
| com.sun.sgs.service | Provides interfaces and classes for services provided by the RedDwarf Server. |
| Uses of Service in com.sun.sgs.impl.kernel |
|---|
| Methods in com.sun.sgs.impl.kernel with type parameters of type Service | ||
|---|---|---|
(package private)
|
KernelContext.getService(Class<T> type)
Returns a Service based on the given type. |
|
|
TransactionProxyImpl.getService(Class<T> type)
Returns a Service, based on the given type, that is
available in the context of the current Transaction. |
|
| Methods in com.sun.sgs.impl.kernel with parameters of type Service | |
|---|---|
(package private) void |
StartupKernelContext.addService(Service service)
Adds a Service to those avilable in this context. |
| Uses of Service in com.sun.sgs.impl.protocol.simple |
|---|
| Classes in com.sun.sgs.impl.protocol.simple that implement Service | |
|---|---|
class |
SimpleSgsProtocolAcceptor
A protocol acceptor for connections that speak the SimpleSgsProtocol. |
| Uses of Service in com.sun.sgs.impl.service.channel |
|---|
| Classes in com.sun.sgs.impl.service.channel that implement Service | |
|---|---|
class |
ChannelServiceImpl
ChannelService implementation. |
| Uses of Service in com.sun.sgs.impl.service.data |
|---|
| Classes in com.sun.sgs.impl.service.data that implement Service | |
|---|---|
class |
DataServiceImpl
Provides an implementation of DataService based on DataStoreImpl. |
| Uses of Service in com.sun.sgs.impl.service.nodemap |
|---|
| Classes in com.sun.sgs.impl.service.nodemap that implement Service | |
|---|---|
class |
NodeMappingServerImpl
The remote server portion of the node mapping service. |
class |
NodeMappingServiceImpl
Maps Identities to Nodes. |
| Uses of Service in com.sun.sgs.impl.service.session |
|---|
| Classes in com.sun.sgs.impl.service.session that implement Service | |
|---|---|
class |
ClientSessionServiceImpl
Manages client sessions. |
| Uses of Service in com.sun.sgs.impl.service.task |
|---|
| Classes in com.sun.sgs.impl.service.task that implement Service | |
|---|---|
class |
TaskServiceImpl
This is an implementation of TaskService that works on a
single node and across multiple nodes. |
| Uses of Service in com.sun.sgs.impl.service.watchdog |
|---|
| Classes in com.sun.sgs.impl.service.watchdog that implement Service | |
|---|---|
class |
WatchdogServerImpl
The WatchdogServer implementation. |
class |
WatchdogServiceImpl
The WatchdogService implementation. |
| Uses of Service in com.sun.sgs.impl.util |
|---|
| Classes in com.sun.sgs.impl.util that implement Service | |
|---|---|
class |
AbstractService
An abstract implementation of a service. |
| 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 | ||
|---|---|---|
|
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 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||