Uses of Interface
com.sun.sgs.impl.service.data.store.net.DataStoreServer

Packages that use DataStoreServer
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. 
 

Uses of DataStoreServer in com.sun.sgs.impl.service.data.store.net
 

Classes in com.sun.sgs.impl.service.data.store.net that implement DataStoreServer
(package private)  class DataStoreClientRemote
          The client side of an experimental network protocol, not currently used, for implementing DataStoreServer using sockets instead of RMI.
(package private)  class DataStoreProtocol
          Defines an experimental network protocol, not currently used, used to transfer DataStoreServer methods over input and output streams, to use instead of RMI.
(package private)  class 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.
 class DataStoreServerImpl
          Provides an implementation of DataStoreServer, using the DataStoreImpl class to support the same database format which that class supports.
 

Methods in com.sun.sgs.impl.service.data.store.net with parameters of type DataStoreServer
(package private)  void DataStoreProtocol.dispatch(DataStoreServer server)
          Dispatches a single method call to the server.
 

Constructors in com.sun.sgs.impl.service.data.store.net with parameters of type DataStoreServer
DataStoreServerRemote(DataStoreServer server, int port)
          Creates an instance for the specified server and port.
 


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