com.sun.sgs.impl.service.data.store.net
Class DataStoreClientRemote
java.lang.Object
com.sun.sgs.impl.service.data.store.net.DataStoreProtocolClient
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.
| 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 |
DataStoreClientRemote
DataStoreClientRemote(String host,
int port)
- Creates an instance for the specified host and port
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
Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved