com.sun.xml.ws.rx.ha
Class HighlyAvailableMap.NoopReplicationManager<K extends Serializable,V>
java.lang.Object
com.sun.xml.ws.rx.ha.HighlyAvailableMap.NoopReplicationManager<K,V>
- All Implemented Interfaces:
- ReplicationManager<K,V>
- Enclosing class:
- HighlyAvailableMap<K extends Serializable,V>
public static final class HighlyAvailableMap.NoopReplicationManager<K extends Serializable,V>
- 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.NoopReplicationManager
public HighlyAvailableMap.NoopReplicationManager(String name)
load
public V load(K key)
- Specified by:
load in interface ReplicationManager<K extends Serializable,V>
save
public void save(K key,
V value,
boolean isNew)
- Specified by:
save in interface ReplicationManager<K extends Serializable,V>
remove
public void remove(K key)
- Specified by:
remove in interface ReplicationManager<K extends Serializable,V>
close
public void close()
- Specified by:
close in interface ReplicationManager<K extends Serializable,V>
destroy
public void destroy()
- Specified by:
destroy in interface ReplicationManager<K extends Serializable,V>
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.