Uses of Class
com.sun.xml.ws.commons.ha.StickyKey
Packages that use StickyKey
-
Uses of StickyKey in com.sun.xml.ws.rx.ha
Method parameters in com.sun.xml.ws.rx.ha with type arguments of type StickyKeyModifier and TypeMethodDescriptionstatic <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 StickyKeyModifierConstructorDescriptionStickyReplicationManager(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 StickyKeyModifierConstructorDescriptionHANonceManager(org.glassfish.ha.store.api.BackingStore<StickyKey, com.sun.xml.wss.impl.misc.HANonceManager.HAPojo> backingStore, long maxNonceAge)