Package com.sun.sgs.impl.service.data.store.net

Provides an implementation of DataStore that supports clients communicating to a shared data store server over the network.

See:
          Description

Interface Summary
DataStoreServer Defines the network interface for the data store server.
 

Class Summary
DataStoreClient Provides an implementation of DataStore by communicating over the network to an implementation of DataStoreServer, and optionally runs the server.
DataStoreClientRemote The client side of an experimental network protocol, not currently used, for implementing DataStoreServer using sockets instead of RMI.
DataStoreProtocol Defines an experimental network protocol, not currently used, used to transfer DataStoreServer methods over input and output streams, to use instead of RMI.
DataStoreProtocolClient An abstract class that implements the non-network parts of the client side of an experimental network protocol, not currently used, for implementing DataStoreServer without using RMI.
DataStoreServerImpl Provides an implementation of DataStoreServer, using the DataStoreImpl class to support the same database format which that class supports.
DataStoreServerRemote The server side of an experimental network protocol, not currently used, for implementing DataStoreServer using sockets instead of RMI.
 

Package com.sun.sgs.impl.service.data.store.net Description

Provides an implementation of DataStore that supports clients communicating to a shared data store server over the network.


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