Uses of Class
com.sun.jini.collection.WeakSoftTable.WeakKey

Packages that use WeakSoftTable.WeakKey
com.sun.jini.collection Various collection classes used internally by code in com.sun.jini classes. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of WeakSoftTable.WeakKey in com.sun.jini.collection
 

Fields in com.sun.jini.collection declared as WeakSoftTable.WeakKey
protected  WeakSoftTable.WeakKey WeakSoftTable.SoftValue.key
          The associated key.
 

Methods in com.sun.jini.collection with parameters of type WeakSoftTable.WeakKey
 void WeakSoftTable.add(WeakSoftTable.WeakKey key, WeakSoftTable.SoftValue value)
          Associates an additional value with the specified key.
 WeakSoftTable.SoftValue WeakSoftTable.get(WeakSoftTable.WeakKey key, int index)
          Returns the value associated with the specified key and index, or null if not found.
 WeakSoftTable.SoftValue WeakSoftTable.remove(WeakSoftTable.WeakKey key, int index)
          Removes and returns the index'th value associated with the specified key.
 

Constructors in com.sun.jini.collection with parameters of type WeakSoftTable.WeakKey
WeakSoftTable.SoftValue(WeakSoftTable.WeakKey key, Object value)
          Creates a value for the associated key that retains a soft reference to value.
WeakSoftTable.WeakKey(WeakSoftTable.WeakKey weakKey, ReferenceQueue queue)
          Creates a copy of the key registered with the queue.
 

Uses of WeakSoftTable.WeakKey in net.jini.jeri.ssl
 

Subclasses of WeakSoftTable.WeakKey in net.jini.jeri.ssl
private static class Utilities.ClientKey
          WeakKey for looking up a client SSLContext.
private static class Utilities.ServerKey
          WeakKey for looking up a server SSLContext.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.