public class RmiSharedMapImpl extends UnicastRemoteObject implements RmiSharedMap
ref| Constructor and Description |
|---|
RmiSharedMapImpl() |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic RmiSharedMapImpl()
throws RemoteException
RemoteExceptionprotected static void bind(String name, RmiSharedMap value)
protected static RmiSharedMap lookup(String name) throws RemoteException
RemoteExceptionpublic int size()
throws RemoteException
RmiSharedMap.size().size in interface RmiSharedMapRemoteExceptionpublic boolean isEmpty()
throws RemoteException
RmiSharedMap.isEmpty().isEmpty in interface RmiSharedMapRemoteExceptionpublic boolean containsKey(Object key) throws RemoteException
RmiSharedMap.containsKey(Object).containsKey in interface RmiSharedMapRemoteExceptionpublic boolean containsValue(Object value) throws RemoteException
RmiSharedMap.containsValue(Object).containsValue in interface RmiSharedMapRemoteExceptionpublic Object get(Object key) throws RemoteException
RmiSharedMap.get(Object).get in interface RmiSharedMapRemoteExceptionpublic Object put(Object key, Object value) throws RemoteException
RmiSharedMap.put(Object, Object).put in interface RmiSharedMapRemoteExceptionpublic long putIfLarger(Object key, long value) throws RemoteException
RmiSharedMap.putIfLarger(Object, long).putIfLarger in interface RmiSharedMapRemoteExceptionpublic long putIfSmaller(Object key, long value) throws RemoteException
RmiSharedMap.putIfSmaller(Object, long).putIfSmaller in interface RmiSharedMapRemoteExceptionpublic Object remove(Object key) throws RemoteException
RmiSharedMap.remove(Object).remove in interface RmiSharedMapRemoteExceptionpublic void putAll(Map t) throws RemoteException
RmiSharedMap.putAll(Map).putAll in interface RmiSharedMapRemoteExceptionpublic void clear()
throws RemoteException
RmiSharedMap.clear().clear in interface RmiSharedMapRemoteExceptionpublic Map getMap() throws RemoteException
RmiSharedMap.getMap().getMap in interface RmiSharedMapRemoteExceptionpublic Object getRandomKey() throws RemoteException
getRandomKey in interface RmiSharedMapRemoteExceptionpublic boolean replace(Object key, Object expectedValue, Object newValue) throws RemoteException
RmiSharedMapreplace in interface RmiSharedMapRemoteExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.