Uses of Class
com.sun.xml.ws.commons.ha.StickyKey
-
Packages that use StickyKey Package Description com.sun.xml.ws.rx.ha com.sun.xml.wss.impl.misc -
-
Uses of StickyKey in com.sun.xml.ws.rx.ha
Method parameters in com.sun.xml.ws.rx.ha with type arguments of type StickyKey Modifier and Type Method Description static <K extends Serializable,V extends Serializable>
HighlyAvailableMap<K,V>HighlyAvailableMap. createSticky(String name, org.glassfish.ha.store.api.BackingStore<StickyKey,V> backingStore)Constructor parameters in com.sun.xml.ws.rx.ha with type arguments of type StickyKey Constructor Description StickyReplicationManager(String name, org.glassfish.ha.store.api.BackingStore<StickyKey,V> backingStore) -
Uses of StickyKey in com.sun.xml.wss.impl.misc
Constructor parameters in com.sun.xml.wss.impl.misc with type arguments of type StickyKey Constructor Description HANonceManager(org.glassfish.ha.store.api.BackingStore<StickyKey,HANonceManager.HAPojo> backingStore, long maxNonceAge)
-