com.sun.sgs.impl.service.data.store.net
Class DataStoreClientRemote

java.lang.Object
  extended by com.sun.sgs.impl.service.data.store.net.DataStoreProtocolClient
      extended by com.sun.sgs.impl.service.data.store.net.DataStoreClientRemote
All Implemented Interfaces:
DataStoreServer, Remote

 class DataStoreClientRemote
extends DataStoreProtocolClient

The client side of an experimental network protocol, not currently used, for implementing DataStoreServer using sockets instead of RMI.


Constructor Summary
DataStoreClientRemote(String host, int port)
          Creates an instance for the specified host and port
 
Method Summary
(package private)  DataStoreProtocol createHandler()
          Creates a protocol handler.
 
Methods inherited from class com.sun.sgs.impl.service.data.store.net.DataStoreProtocolClient
abort, commit, createObject, createTransaction, getBinding, getClassId, getClassInfo, getHandler, getObject, markForUpdate, newNodeId, nextBoundName, nextObjectId, prepare, prepareAndCommit, removeBinding, removeObject, setBinding, setObject, setObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStoreClientRemote

DataStoreClientRemote(String host,
                      int port)
Creates an instance for the specified host and port

Method Detail

createHandler

DataStoreProtocol createHandler()
                          throws IOException
Creates a protocol handler.

This implementation creates a socket.

Specified by:
createHandler in class DataStoreProtocolClient
Returns:
the protocol handler
Throws:
IOException - if an I/O failure occurs

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