|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeakSoftTable.RemovableReference | |
---|---|
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.RemovableReference in com.sun.jini.collection |
---|
Classes in com.sun.jini.collection that implement WeakSoftTable.RemovableReference | |
---|---|
static class |
WeakSoftTable.SoftValue
A value that maintains a soft reference to an object. |
static class |
WeakSoftTable.WeakKey
A key that maintains a weak reference to an object which should be compared by object identity. |
Methods in com.sun.jini.collection that return WeakSoftTable.RemovableReference | |
---|---|
WeakSoftTable.RemovableReference |
WeakSoftTable.RemovableReference.copy(ReferenceQueue queue)
Returns a copy of this instance registered with the specified queue. |
WeakSoftTable.RemovableReference |
WeakSoftTable.WeakKey.copy(ReferenceQueue queue)
|
WeakSoftTable.RemovableReference |
WeakSoftTable.SoftValue.copy(ReferenceQueue queue)
|
Uses of WeakSoftTable.RemovableReference in net.jini.jeri.ssl |
---|
Classes in net.jini.jeri.ssl that implement WeakSoftTable.RemovableReference | |
---|---|
private static class |
Utilities.ClientKey
WeakKey for looking up a client SSLContext. |
private static class |
Utilities.ServerKey
WeakKey for looking up a server SSLContext. |
private static class |
Utilities.Value
Used to store a soft reference to a SSLContext and the associated AuthManager in the SSL context map. |
Methods in net.jini.jeri.ssl that return WeakSoftTable.RemovableReference | |
---|---|
WeakSoftTable.RemovableReference |
Utilities.ServerKey.copy(ReferenceQueue queue)
|
WeakSoftTable.RemovableReference |
Utilities.ClientKey.copy(ReferenceQueue queue)
|
WeakSoftTable.RemovableReference |
Utilities.Value.copy(ReferenceQueue queue)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |