Uses of Class
com.sun.sgs.impl.service.data.store.BindingValue

Packages that use BindingValue
com.sun.sgs.impl.service.data.store Provides facilities for storing objects used by DataServiceImpl
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 BindingValue in com.sun.sgs.impl.service.data.store
 

Methods in com.sun.sgs.impl.service.data.store that return BindingValue
protected abstract  BindingValue AbstractDataStore.getBindingInternal(Transaction txn, String name)
          Performs the actual operation for getBinding.
protected  BindingValue DataStoreImpl.getBindingInternal(Transaction txn, String name)
          Performs the actual operation for getBinding.
protected abstract  BindingValue AbstractDataStore.removeBindingInternal(Transaction txn, String name)
          Performs the actual operation for removeBinding.
protected  BindingValue DataStoreImpl.removeBindingInternal(Transaction txn, String name)
          Performs the actual operation for removeBinding.
protected abstract  BindingValue AbstractDataStore.setBindingInternal(Transaction txn, String name, long oid)
          Performs the actual operation for setBinding.
protected  BindingValue DataStoreImpl.setBindingInternal(Transaction txn, String name, long oid)
          Performs the actual operation for setBinding.
 

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

Methods in com.sun.sgs.impl.service.data.store.net that return BindingValue
 BindingValue DataStoreProtocolClient.getBinding(long tid, String name)
          Obtains the object ID bound to a name.
 BindingValue DataStoreServerImpl.getBinding(long tid, String name)
          Obtains the object ID bound to a name.
 BindingValue DataStoreProtocol.getBinding(long tid, String name)
           
 BindingValue DataStoreServer.getBinding(long tid, String name)
          Obtains the object ID bound to a name.
protected  BindingValue DataStoreClient.getBindingInternal(Transaction txn, String name)
          Performs the actual operation for getBinding.
 BindingValue DataStoreProtocolClient.removeBinding(long tid, String name)
          Removes the binding for a name.
 BindingValue DataStoreServerImpl.removeBinding(long tid, String name)
          Removes the binding for a name.
 BindingValue DataStoreProtocol.removeBinding(long tid, String name)
           
 BindingValue DataStoreServer.removeBinding(long tid, String name)
          Removes the binding for a name.
protected  BindingValue DataStoreClient.removeBindingInternal(Transaction txn, String name)
          Performs the actual operation for removeBinding.
 BindingValue DataStoreProtocolClient.setBinding(long tid, String name, long oid)
          Binds an object ID to a name.
 BindingValue DataStoreServerImpl.setBinding(long tid, String name, long oid)
          Binds an object ID to a name.
 BindingValue DataStoreProtocol.setBinding(long tid, String name, long oid)
           
 BindingValue DataStoreServer.setBinding(long tid, String name, long oid)
          Binds an object ID to a name.
protected  BindingValue DataStoreClient.setBindingInternal(Transaction txn, String name, long oid)
          Performs the actual operation for setBinding.
 


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