Uses of Package
com.sun.jini.collection

Packages that use com.sun.jini.collection
com.sun.jini.collection Various collection classes used internally by code in com.sun.jini classes. 
com.sun.jini.discovery Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols. 
com.sun.jini.jeri.internal.http   
com.sun.jini.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.start Provides the utilities and APIs used to launch the contributed services provided in the Apache River release. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
net.jini.security Provides mechanisms and abstractions for managing security, especially in the presence of dynamically downloaded code. 
net.jini.security.policy Provides an interface for security policy providers capable of dynamic permission grants, an interface for security manager or policy providers that use custom security context state, and a security policy provider supporting dynamic permission grants. 
 

Classes in com.sun.jini.collection used by com.sun.jini.collection
SoftCache.Value
           
WeakIdentityMap.Key
           
WeakSoftTable.RemovableReference
          Implemented by classes to permit copying instances into reference queues when they are added to the table and to remove them from the table when the references are cleared.
WeakSoftTable.SoftValue
          A value that maintains a soft reference to an object.
WeakSoftTable.WeakKey
          A key that maintains a weak reference to an object which should be compared by object identity.
WeakTable.KeyGCHandler
          Handler for clients that need to know when a key is removed from the table because it has been collected.
 

Classes in com.sun.jini.collection used by com.sun.jini.discovery
SoftCache
          Map of keys to softly-referenced values which automatically removes mappings for garbage-collected values.
WeakIdentityMap
          Identity-based weak hash map.
 

Classes in com.sun.jini.collection used by com.sun.jini.jeri.internal.http
SoftCache
          Map of keys to softly-referenced values which automatically removes mappings for garbage-collected values.
 

Classes in com.sun.jini.collection used by com.sun.jini.mahalo
WeakTable
          This class is designed to allow weakly held keys to weakly held objects.
WeakTable.KeyGCHandler
          Handler for clients that need to know when a key is removed from the table because it has been collected.
 

Classes in com.sun.jini.collection used by com.sun.jini.start
WeakIdentityMap
          Identity-based weak hash map.
 

Classes in com.sun.jini.collection used by net.jini.jeri.ssl
WeakSoftTable
          A table that maps a key containing a weak reference to one or more values containing soft references.
WeakSoftTable.RemovableReference
          Implemented by classes to permit copying instances into reference queues when they are added to the table and to remove them from the table when the references are cleared.
WeakSoftTable.SoftValue
          A value that maintains a soft reference to an object.
WeakSoftTable.WeakKey
          A key that maintains a weak reference to an object which should be compared by object identity.
 

Classes in com.sun.jini.collection used by net.jini.security
WeakIdentityMap
          Identity-based weak hash map.
 

Classes in com.sun.jini.collection used by net.jini.security.policy
WeakIdentityMap
          Identity-based weak hash map.
 



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