public interface RmiSharedMap extends Remote
SharedMap.int size() throws RemoteException
SharedMap.size().RemoteExceptionboolean isEmpty()
throws RemoteException
SharedMap.isEmpty().RemoteExceptionboolean containsKey(Object key) throws RemoteException
SharedMap.containsKey(Object).RemoteExceptionboolean containsValue(Object value) throws RemoteException
SharedMap.containsValue(Object).RemoteExceptionObject get(Object key) throws RemoteException
SharedMap.get(Object).RemoteExceptionObject put(Object key, Object value) throws RemoteException
SharedMap.put(Object, Object).RemoteExceptionlong putIfLarger(Object key, long value) throws RemoteException
SharedMap.putIfLarger(Object, long).RemoteExceptionlong putIfSmaller(Object key, long value) throws RemoteException
SharedMap.putIfSmaller(Object, long).RemoteExceptionObject remove(Object key) throws RemoteException
SharedMap.remove(Object).RemoteExceptionvoid putAll(Map t) throws RemoteException
SharedMap.putAll(Map).RemoteExceptionvoid clear()
throws RemoteException
SharedMap.clear().RemoteExceptionMap getMap() throws RemoteException
SharedMap.getMap().RemoteExceptionObject getRandomKey() throws RemoteException
SharedMap.getRandomKey().RemoteExceptionboolean replace(Object key, Object expectedValue, Object newValue) throws RemoteException
RemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.