com.sun.xml.ws.rx.ha
Class HighlyAvailableMap.SimpleReplicationManager<K extends Serializable,V extends Serializable>
java.lang.Object
com.sun.xml.ws.rx.ha.HighlyAvailableMap.SimpleReplicationManager<K,V>
- All Implemented Interfaces:
- ReplicationManager<K,V>
- Enclosing class:
- HighlyAvailableMap<K extends Serializable,V>
public static final class HighlyAvailableMap.SimpleReplicationManager<K extends Serializable,V extends Serializable>
- extends Object
- implements ReplicationManager<K,V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HighlyAvailableMap.SimpleReplicationManager
public HighlyAvailableMap.SimpleReplicationManager(String name,
BackingStore<K,V> backingStore)
load
public V load(K key)
- Specified by:
load in interface ReplicationManager<K extends Serializable,V extends Serializable>
save
public void save(K key,
V value,
boolean isNew)
- Specified by:
save in interface ReplicationManager<K extends Serializable,V extends Serializable>
remove
public void remove(K key)
- Specified by:
remove in interface ReplicationManager<K extends Serializable,V extends Serializable>
close
public void close()
- Specified by:
close in interface ReplicationManager<K extends Serializable,V extends Serializable>
destroy
public void destroy()
- Specified by:
destroy in interface ReplicationManager<K extends Serializable,V extends Serializable>
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.