Uses of Interface
com.sun.xml.ws.rx.ha.ReplicationManager
-
Packages that use ReplicationManager Package Description com.sun.xml.ws.rx.ha -
-
Uses of ReplicationManager in com.sun.xml.ws.rx.ha
Classes in com.sun.xml.ws.rx.ha that implement ReplicationManager Modifier and Type Class Description static classHighlyAvailableMap.NoopReplicationManager<K extends Serializable,V>static classHighlyAvailableMap.SimpleReplicationManager<K extends Serializable,V extends Serializable>static classHighlyAvailableMap.StickyReplicationManager<K extends Serializable,V extends Serializable>Methods in com.sun.xml.ws.rx.ha that return ReplicationManager Modifier and Type Method Description ReplicationManager<K,V>HighlyAvailableMap. getReplicationManager()Methods in com.sun.xml.ws.rx.ha with parameters of type ReplicationManager Modifier and Type Method Description static <K extends Serializable,V>
HighlyAvailableMap<K,V>HighlyAvailableMap. create(String name, ReplicationManager<K,V> replicationManager)
-