Uses of Class
com.sun.xml.ws.commons.ha.StickyKey

Packages that use StickyKey
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
static
<K extends Serializable,V extends Serializable>
HighlyAvailableMap<K,V>
HighlyAvailableMap.createSticky(String name, BackingStore<StickyKey,V> backingStore)
           
 

Constructor parameters in com.sun.xml.ws.rx.ha with type arguments of type StickyKey
HighlyAvailableMap.StickyReplicationManager(String name, 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
HANonceManager(BackingStore<StickyKey,HANonceManager.HAPojo> backingStore, long maxNonceAge)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.